Home
last modified time | relevance | path

Searched refs:object_list (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.c48 uu_list_t *object_list; member
156 object_lists[i].object_list = uu_list_create(object_list_pool, in nwamd_object_lists_init()
158 if (object_lists[i].object_list == NULL) in nwamd_object_lists_init()
174 while ((object = uu_list_teardown(object_lists[i].object_list, in nwamd_object_lists_fini()
178 uu_list_destroy(object_lists[i].object_list); in nwamd_object_lists_fini()
194 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_lock() local
196 (void) pthread_rwlock_wrlock(&object_list->object_list_lock); in nwamd_object_list_lock()
203 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_rlock() local
205 if (pthread_rwlock_rdlock(&object_list->object_list_lock) == -1) { in nwamd_object_list_rlock()
216 nwamd_object_list_t *object_list = nwamd_get_object_list(type); in nwamd_object_list_unlock() local
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c51 if (sp->object_list == NULL) { in kernel_add_object_to_session()
52 sp->object_list = objp; in kernel_add_object_to_session()
56 sp->object_list->prev = objp; in kernel_add_object_to_session()
57 objp->next = sp->object_list; in kernel_add_object_to_session()
59 sp->object_list = objp; in kernel_add_object_to_session()
355 if ((sp->object_list == NULL) || (objp == NULL) || in kernel_remove_object_from_session()
360 tmp_objp = sp->object_list; in kernel_remove_object_from_session()
371 if (sp->object_list == objp) { in kernel_remove_object_from_session()
374 sp->object_list = objp->next; in kernel_remove_object_from_session()
378 sp->object_list = NULL; in kernel_remove_object_from_session()
[all …]
H A DkernelSessionUtil.c116 new_sp->object_list = NULL; in kernel_add_session()
498 objp = session_p->object_list; in kernel_acquire_all_slots_mutexes()
525 objp = session_p->object_list; in kernel_release_all_slots_mutexes()
H A DkernelSession.h93 struct object *object_list; /* points to list of objects */ member
H A DkernelUtil.c964 objp = sp->object_list; in process_found_objects()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c53 if (sp->object_list == NULL) { in soft_add_object_to_session()
54 sp->object_list = objp; in soft_add_object_to_session()
58 sp->object_list->prev = objp; in soft_add_object_to_session()
59 objp->next = sp->object_list; in soft_add_object_to_session()
61 sp->object_list = objp; in soft_add_object_to_session()
400 if ((sp->object_list == NULL) || (objp == NULL) || in soft_remove_object_from_session()
405 tmp_objp = sp->object_list; in soft_remove_object_from_session()
416 if (sp->object_list == objp) { in soft_remove_object_from_session()
419 sp->object_list = objp->next; in soft_remove_object_from_session()
423 sp->object_list = NULL; in soft_remove_object_from_session()
[all …]
H A DsoftSessionUtil.c123 new_sp->object_list = NULL; in soft_add_session()
749 object_p = session_p->object_list; in soft_acquire_all_session_mutexes()
769 soft_object_t *object_p = session_p->object_list; in soft_release_all_session_mutexes()
H A DsoftSession.h94 struct object *object_list; /* points to list of objects */ member
H A DsoftKeystore.c2229 token_session.object_list = NULL; in soft_init_token_session()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly1831 find_elf -fr $checkroot > $elf_ddir/object_list
1838 interface_check -o -w $elf_ddir -f object_list \
1888 -D object_list -f object_list -E runtime.err \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c2533 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) in adjust_packets() argument
2541 for (hash_ptr = object_list; in adjust_packets()