Searched refs:bootflags (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/clinfo/ |
H A D | clinfo.c | 52 int c, bootflags; in main() local 61 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) { in main() 69 (void) printf("%s%u\n", cp, bootflags); in main() 100 return (bootflags & CLUSTER_BOOTED ? 0 : 1); in main()
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | main.c | 55 CTASSERT(offsetof(struct bootargs, bootflags) == BA_BOOTFLAGS); 156 if (kargs->bootflags & KARGS_FLAGS_PXE) in main() 159 else if (kargs->bootflags & KARGS_FLAGS_CD) in main() 227 if ((kargs->bootflags & KARGS_FLAGS_CD) != 0) { in extract_currdev() 231 } else if ((kargs->bootflags & KARGS_FLAGS_PXE) != 0) { in extract_currdev() 241 } else if ((kargs->bootflags & KARGS_FLAGS_ZFS) != 0) { in extract_currdev() 244 if ((kargs->bootflags & KARGS_FLAGS_EXTARG) != 0) in extract_currdev()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | reboot.h | 75 extern void bootflags(char *, size_t); 78 extern void bootflags(struct bootops *);
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | cluster_rcm.c | 107 int bootflags; in cluster_register() local 112 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) { in cluster_register() 120 if (bootflags & CLUSTER_BOOTED) { in cluster_register()
|
H A D | ip_anon_rcm.c | 161 int bootflags; in ip_anon_register() local 176 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) { in ip_anon_register() 184 "ip_anon: cladm bootflags=%d\n", bootflags); in ip_anon_register() 186 if (bootflags == 3) { in ip_anon_register()
|
/illumos-gate/usr/src/boot/i386/common/ |
H A D | bootargs.h | 47 uint32_t bootflags; member
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootflags.c | 52 bootflags(char *args, size_t argsz) in bootflags() function
|
H A D | boot_plat.c | 582 bootflags(bargs, sizeof (bargs)); in main()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 45 bootflags(struct bootops *ops) in bootflags() function
|
H A D | kobj.c | 477 bootflags(ops); in kobj_init()
|
/illumos-gate/usr/src/psm/stand/boot/sparcv9/ |
H A D | Makefile.com | 51 MACH_C_SRC = boot_plat.c bootops.c bootprop.c bootflags.c
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 3774 int bootflags; in main() local 3909 if ((_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) || in main() 3910 (bootflags & CLUSTER_BOOTED)) { in main()
|