Home
last modified time | relevance | path

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

/titanic_44/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 …]
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c50 if (sp->object_list == NULL) { in kernel_add_object_to_session()
51 sp->object_list = objp; in kernel_add_object_to_session()
55 sp->object_list->prev = objp; in kernel_add_object_to_session()
56 objp->next = sp->object_list; in kernel_add_object_to_session()
58 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.c1075 objp = sp->object_list; in process_found_objects()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c51 if (sp->object_list == NULL) { in soft_add_object_to_session()
52 sp->object_list = objp; in soft_add_object_to_session()
56 sp->object_list->prev = objp; in soft_add_object_to_session()
57 objp->next = sp->object_list; in soft_add_object_to_session()
59 sp->object_list = objp; in soft_add_object_to_session()
343 if ((sp->object_list == NULL) || (objp == NULL) || in soft_remove_object_from_session()
348 tmp_objp = sp->object_list; in soft_remove_object_from_session()
359 if (sp->object_list == objp) { in soft_remove_object_from_session()
362 sp->object_list = objp->next; in soft_remove_object_from_session()
366 sp->object_list = NULL; in soft_remove_object_from_session()
[all …]
H A DsoftSessionUtil.c123 new_sp->object_list = NULL; in soft_add_session()
730 object_p = session_p->object_list; in soft_acquire_all_session_mutexes()
750 soft_object_t *object_p = session_p->object_list; in soft_release_all_session_mutexes()
H A DsoftSession.h90 struct object *object_list; /* points to list of objects */ member
H A DsoftKeystore.c2229 token_session.object_list = NULL; in soft_init_token_session()
/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_gem.c1999 struct drm_gem_object **object_list = NULL; in i915_gem_execbuffer() local
2022 object_list = drm_calloc(sizeof(*object_list), args.buffer_count, in i915_gem_execbuffer()
2024 if (exec_list == NULL || object_list == NULL) { in i915_gem_execbuffer()
2057 object_list[i] = drm_gem_object_lookup(fpriv, in i915_gem_execbuffer()
2059 if (object_list[i] == NULL) { in i915_gem_execbuffer()
2065 obj_priv = object_list[i]->driver_private; in i915_gem_execbuffer()
2068 i, object_list[i]->name, object_list[i], args.buffer_count); in i915_gem_execbuffer()
2081 object_list[i]->pending_read_domains = 0; in i915_gem_execbuffer()
2082 object_list[i]->pending_write_domain = 0; in i915_gem_execbuffer()
2083 ret = i915_gem_object_pin_and_relocate(object_list[i], in i915_gem_execbuffer()
[all …]
/titanic_44/usr/src/tools/scripts/
H A Dnightly.sh1930 find_elf -fr $checkroot > $elf_ddir/object_list
1937 interface_check -o -w $elf_ddir -f object_list \
1987 -D object_list -f object_list -E runtime.err \
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c2424 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) in adjust_packets() argument
2434 for (hash_ptr = object_list; hash_ptr != NULL; in adjust_packets()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c2535 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) in adjust_packets() argument
2543 for (hash_ptr = object_list; in adjust_packets()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c2735 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) in adjust_packets() argument
2756 for (hash_ptr = object_list; hash_ptr != NULL; in adjust_packets()