Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1274 char *bootprop = NULL; in print_bootpath() local
1277 "bootpath", &bootprop) >= 0) { in print_bootpath()
1278 (void) printf("%s\n", bootprop); in print_bootpath()
1281 "boot-path", &bootprop) >= 0) { in print_bootpath()
1282 (void) printf("%s\n", bootprop); in print_bootpath()
/titanic_41/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com53 MACH_C_SRC = boot_plat.c bootops.c bootprop.c bootflags.c
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth77 /buf-len instance buffer: bootprop-buf
78 : bootprop$ ( -- prop$ ) bootprop-buf cscount ;
602 bootprop-buf swap move ( )
1520 bootprop-buf /buf-len erase
1657 : bootprop
1658 " /" bootprop$ $append
1659 bootfs-obj# (xu.) bootprop$ $append
1660 bootprop$ encode-string " zfs-bootfs" ( propval propname )
/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dboot.fth78 : fs-bootprop ( -- propval propname true | false )
79 " bootprop" fs-ih $call-method
533 fs-bootprop if property then
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c113 typedef struct bootprop { struct
114 struct bootprop *bp_next; argument
/titanic_41/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth550 : bootprop ( -- ) false ;
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/
H A Dhsfs.fth570 : bootprop ( -- ) false ;