Searched defs:pSid (Results 1 – 2 of 2) sorted by relevance
17 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()
54 PSID pSid, // binary Sid in alloc_textual_sid()313 PSID pSid = 0; in alloc_own_security_descriptor_NT() local