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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c45 bootflags(struct bootops *ops) function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c56 bootflags(char *args, size_t argsz) function
/illumos-gate/usr/src/cmd/clinfo/
H A Dclinfo.c52 int c, bootflags; local
61 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) {
69 (void) printf("%s%u\n", cp, bootflags);
100 return (bootflags & CLUSTER_BOOTED ? 0 : 1);
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dbootargs.h27 #define BA_BOOTFLAGS 8 /* offsetof(struct bootargs, bootflags) */
50 uint32_t bootflags; member in struct:bootargs
61 * If KARGS_FLAGS_EXTARG is set in bootflags, then the above fields
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dcluster_rcm.c109 int bootflags; local
114 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) {
122 if (bootflags & CLUSTER_BOOTED) {
H A Dip_anon_rcm.c161 int bootflags; local
176 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) {
184 "ip_anon: cladm bootflags=%d\n", bootflags);
186 if (bootflags == 3) {
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c44 static const unsigned char bootflags[NOPT] = { variable
232 opts ^= OPT_SET(bootflags[i]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c3583 int bootflags; local
3704 if ((_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &bootflags) != 0) ||
3705 (bootflags & CLUSTER_BOOTED)) {

Completed in 85 milliseconds