Home
last modified time | relevance | path

Searched refs:bootprop_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c127 } bootprop_t; typedef
129 static bootprop_t *bprops = NULL;
366 bootprop_t *b; in bsetprop()
371 size = sizeof (bootprop_t) + nlen + 1 + vlen; in bsetprop()
382 b = (bootprop_t *)curr_page; in bsetprop()
383 curr_page += sizeof (bootprop_t); in bsetprop()
384 curr_space -= sizeof (bootprop_t); in bsetprop()
459 bootprop_t *b; in do_bsys_getproptype()
476 bootprop_t *b; in do_bsys_getproplen()
493 bootprop_t *b; in do_bsys_getprop()
[all …]