Searched defs:type_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h55 int type_index; /* Index of this device (within type) */ member in struct:dev
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c1650 int type_index; local
1653 type_index = 0;
1655 while (ctrltypes[type_index] != NULL) {
1656 if (libdiskmgt_str_eq(type, ctrltypes[type_index])) {
1659 type_index++;

Completed in 71 milliseconds