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

  /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/os/
main.c 128 char initargs[BOOTARGS_MAX] = ""; /* also referenced by zone0 */ variable

Completed in 840 milliseconds