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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c117 } bootprop_t; typedef in typeref:struct:bootprop
119 static bootprop_t *bprops = NULL;
365 bootprop_t *b;
370 size = sizeof (bootprop_t) + nlen + 1 + vlen;
379 * use a bootprop_t at curr_page and link into list
381 b = (bootprop_t *)curr_page;
382 curr_page += sizeof (bootprop_t);
383 curr_space -= sizeof (bootprop_t);
444 bootprop_t *b;
461 bootprop_t *
[all...]

Completed in 47 milliseconds