Searched refs:initargs (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 137 if (strlen(initargs) + 3 + params.gos_optarglen + 1 > in bootflags() 138 sizeof (initargs)) { in bootflags() 148 (void) strlcat(initargs, "-m ", sizeof (initargs)); in bootflags() 149 (void) strlcat(initargs, scratch, in bootflags() 150 sizeof (initargs)); in bootflags() 151 (void) strlcat(initargs, " ", sizeof (initargs)); in bootflags() 176 if (strlen(initargs) + 3 + 1 > sizeof (initargs)) { in bootflags() 182 (void) strlcat(initargs, "-r ", sizeof (initargs)); in bootflags() 185 if (strlen(initargs) + 3 + 1 > sizeof (initargs)) { in bootflags() 191 (void) strlcat(initargs, "-s ", sizeof (initargs)); in bootflags() [all …]
|
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11General.c | 257 CK_C_INITIALIZE_ARGS_PTR initargs = in C_Initialize() local 261 if (initargs->pReserved != NULL) { in C_Initialize() 270 if (!(((initargs->CreateMutex != NULL) && in C_Initialize() 271 (initargs->LockMutex != NULL) && in C_Initialize() 272 (initargs->UnlockMutex != NULL) && in C_Initialize() 273 (initargs->DestroyMutex != NULL)) || in C_Initialize() 274 ((initargs->CreateMutex == NULL) && in C_Initialize() 275 (initargs->LockMutex == NULL) && in C_Initialize() 276 (initargs->UnlockMutex == NULL) && in C_Initialize() 277 (initargs->DestroyMutex == NULL)))) { in C_Initialize() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | main.c | 139 char initargs[BOOTARGS_MAX] = ""; /* also referenced by zone0 */ variable
|
H A D | zone.c | 2011 zone0.zone_bootargs = initargs; in zone_zsd_init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | systm.h | 422 extern char initargs[BOOTARGS_MAX];
|