Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dreboot.h52 #define RB_NOBOOTRC 0x00000020 /* don't run /etc/rc.boot */ macro
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c58 #define RB_NOBOOTRC 0x020 /* don't run /etc/rc.boot */ macro
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c92 boothowto |= RB_NOBOOTRC; in bootflags()