Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:cur_ptr

1849 	struct fielddesc *cur_ptr;
1852 cur_ptr = fielddesc_array;
1855 if (cur_ptr->nameandfmt == NULL)
1857 len = snprintf(buf, bufsize, cur_ptr->nameandfmt,
1858 read_rtn(arg0, arg1, cur_ptr->offset));
1865 cur_ptr++;