HomeSort by relevance Sort by last modified time
    Searched refs:initargs (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/krtld/
kobj_bootflags.c 135 if (strlen(initargs) + 3 + params.gos_optarglen + 1 >
136 sizeof (initargs)) {
146 (void) strlcat(initargs, "-m ", sizeof (initargs));
147 (void) strlcat(initargs, scratch,
148 sizeof (initargs));
149 (void) strlcat(initargs, " ", sizeof (initargs));
174 if (strlen(initargs) + 3 + 1 > sizeof (initargs)) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
pkcs11General.c 257 CK_C_INITIALIZE_ARGS_PTR initargs = local
261 if (initargs->pReserved != NULL) {
270 if (!(((initargs->CreateMutex != NULL) &&
271 (initargs->LockMutex != NULL) &&
272 (initargs->UnlockMutex != NULL) &&
273 (initargs->DestroyMutex != NULL)) ||
274 ((initargs->CreateMutex == NULL) &&
275 (initargs->LockMutex == NULL) &&
276 (initargs->UnlockMutex == NULL) &&
277 (initargs->DestroyMutex == NULL))))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
systm.h 406 * initargs holds the arguments to init (such as -v, -s, -r, -m verbose) and
410 extern char initargs[BOOTARGS_MAX];
  /onnv/onnv-gate/usr/src/uts/common/os/
main.c 128 char initargs[BOOTARGS_MAX] = ""; /* also referenced by zone0 */ variable
zone.c     [all...]

Completed in 420 milliseconds