Home
last modified time | relevance | path

Searched defs:pSid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSemaphore.c17 qatUtilsSemaphoreInit(struct sema **pSid, uint32_t start_value) in qatUtilsSemaphoreInit()
42 qatUtilsSemaphoreWait(struct sema **pSid, int32_t timeout) in qatUtilsSemaphoreWait()
81 qatUtilsSemaphoreTryWait(struct sema **pSid) in qatUtilsSemaphoreTryWait()
98 qatUtilsSemaphorePost(struct sema **pSid) in qatUtilsSemaphorePost()
107 qatUtilsSemaphoreDestroy(struct sema **pSid) in qatUtilsSemaphoreDestroy()
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dutil.cxx54 PSID pSid, // binary Sid in alloc_textual_sid()
313 PSID pSid = 0; in alloc_own_security_descriptor_NT() local