Lines Matching refs:pslot
94 kernel_slot_t *pslot; in C_CopyObject() local
261 pslot = slot_table[session_p->ses_slotid]; in C_CopyObject()
271 kernel_add_token_object_to_slot(new_object, pslot); in C_CopyObject()
306 kernel_slot_t *pslot; in C_DestroyObject() local
373 pslot = slot_table[session_p->ses_slotid]; in C_DestroyObject()
374 rv = kernel_delete_token_object(pslot, session_p, object_p, in C_DestroyObject()
739 kernel_slot_t *pslot; in C_FindObjectsInit() local
783 pslot = slot_table[session_p->ses_slotid]; in C_FindObjectsInit()
784 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsInit()
831 kernel_slot_t *pslot; in C_FindObjects() local
861 pslot = slot_table[session_p->ses_slotid]; in C_FindObjects()
862 (void) pthread_mutex_lock(&pslot->sl_mutex); in C_FindObjects()
880 if (pslot->sl_func_list.fl_object_create) { in C_FindObjects()
920 (void) pthread_mutex_unlock(&pslot->sl_mutex); in C_FindObjects()
933 kernel_slot_t *pslot; in C_FindObjectsFinal() local
962 pslot = slot_table[session_p->ses_slotid]; in C_FindObjectsFinal()
963 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsFinal()