Searched refs:max_index (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dusb_keyboard.c84 int max_index;
294 for ( ; index < termdata->max_index; index++)
345 if (index >= termdata->max_index)
429 termdata->max_index = actual;
83 int max_index; member in struct:grub_usb_keyboard_data
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c247 uint32_t max_index; //largest assigned record index - 0 if no additl. recs registered member in struct:_DNSServiceRef_t
1086 rref->record_index = sdRef->max_index++;
1139 rref->record_index = sdRef->max_index++;
1197 if (!sdRef || !RecordRef || !sdRef->max_index)
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c63 * protects all the data for the table, the valid_stamp and max_index
78 * per-table data (the tree, max_index, and valid_stamp), and the
82 static ulong_t max_index; variable
197 data->d_index = ++max_index;
H A Dresource.c64 static ulong_t max_index; variable
184 data->d_index = ++max_index;

Completed in 51 milliseconds