Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1280 char *bootprop = NULL; in print_bootpath() local
1283 "bootpath", &bootprop) >= 0) { in print_bootpath()
1284 (void) printf("%s\n", bootprop); in print_bootpath()
1287 "boot-path", &bootprop) >= 0) { in print_bootpath()
1288 (void) printf("%s\n", bootprop); in print_bootpath()
/illumos-gate/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com51 MACH_C_SRC = boot_plat.c bootops.c bootprop.c bootflags.c
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c121 typedef struct bootprop { struct
122 struct bootprop *bp_next; argument