| /illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
| H A D | static_prof.c | 317 obj_init(obj_list * c) in obj_init() 400 obj_elf_hdr(obj_list * c) in obj_elf_hdr() 552 obj_prog_hdr(obj_list * c) in obj_prog_hdr() 605 find_dynamic_sect(obj_list * c) in find_dynamic_sect() 683 find_symtabs(obj_list * c) in find_symtabs() 789 obj_app_symtab(obj_list * c) in obj_app_symtab() 826 obj_finis(obj_list * c) in obj_finis() 828 obj_list *p; in obj_finis() 895 scan_archive_symbols(obj_list * c, in scan_archive_symbols() 981 scan_symbols(obj_list * c, in scan_symbols() [all …]
|
| H A D | static_prof.h | 139 } obj_list; typedef
|
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dlink_audit.c | 42 typedef struct obj_list { struct 43 struct obj_list *ol_next; argument
|
| /illumos-gate/usr/src/cmd/geniconvtbl/ |
| H A D | itm_util.c | 164 itmc_obj_t *obj_list, in obj_table() argument 171 obj_list, obj_size); in obj_table() 190 op_hirarchy(tbl, obj_list); in obj_table() 199 obj_list_to_array(itm_size_t hdr_size, itmc_obj_t *obj_list, in obj_list_to_array() argument 206 for (obj_array.num = 0, ol = obj_list; in obj_list_to_array() 216 for (offset = hdr_size, ol = obj_list; in obj_list_to_array() 244 itmc_obj_t *obj_list) in op_hirarchy() argument 257 for (ol = obj_list; ol != NULL; ol = ol->next) { in op_hirarchy() 281 obj_list_append(itmc_obj_t *obj_list, itmc_obj_t *obj) in obj_list_append() argument 284 return (obj_list); in obj_list_append() [all …]
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
| H A D | sol_uverbs_event.c | 823 uint32_t event, llist_head_t *obj_list, uint32_t *counter) in uverbs_async_event_common() argument 829 "%llx, %llx, %p, %p)", uctxt, element, event, obj_list, counter); in uverbs_async_event_common() 859 if (obj_list) { in uverbs_async_event_common() 863 llist_add_tail(&entry->ev_obj_list, obj_list); in uverbs_async_event_common()
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
| H A D | psvcplugin.c | 65 EName_t *obj_list; member 504 status = (*tp->funcp)(hdlp, (tp->obj_list + obj_num)->name); in lock_and_run() 508 psvc_get_attr(hdlp, (tp->obj_list + obj_num)->name, in lock_and_run() 511 (tp->obj_list + obj_num)->name); in lock_and_run() 676 tp->obj_list = in load_interval() 678 if (tp->obj_list == NULL) in load_interval() 682 found = fscanf(fp, "%31s", (char *)(tp->obj_list + j)); in load_interval() 1796 free(ip->task_list[i].obj_list); in psvc_plugin_fini()
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | obj_mgr.c | 1219 DL_NODE * obj_list, in object_mgr_find_build_list() argument 1236 if (! obj_list) in object_mgr_find_build_list() 1260 node = obj_list; in object_mgr_find_build_list() 1935 TOK_OBJ_ENTRY *obj_list, in object_mgr_search_shm_for_obj() argument 1944 if (memcmp(obj->name, obj_list[idx].name, 8) == 0) { in object_mgr_search_shm_for_obj() 1951 if (memcmp(obj->name, obj_list[obj->index].name, 8) == 0) { in object_mgr_search_shm_for_obj() 1957 obj_list[idx].name, 8) == 0) { in object_mgr_search_shm_for_obj()
|
| /illumos-gate/usr/src/boot/libsa/zfs/ |
| H A D | zfsimpl.c | 3634 struct obj_list { struct 3636 STAILQ_ENTRY(obj_list) entry; argument 3654 struct obj_list *entry, *tentry; in zfs_lookup() 3655 STAILQ_HEAD(, obj_list) on_cache = STAILQ_HEAD_INITIALIZER(on_cache); in zfs_lookup() 3664 if ((entry = malloc(sizeof (struct obj_list))) == NULL) in zfs_lookup() 3711 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup() 3741 if ((entry = malloc(sizeof (struct obj_list))) == NULL) { in zfs_lookup() 3786 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup()
|