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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dgpt.c48 static int curent, bootonce; variable
72 slba = curent / entries_per_sec;
109 curent = part - 1;
113 firsttry = (curent == -1);
114 curent++;
115 if (curent >= gpthdr->hdr_entries) {
116 curent = gpthdr->hdr_entries;
124 for (; curent < gpthdr->hdr_entries; curent++) {
125 ent = &gpttable[curent];
[all...]

Completed in 214 milliseconds