/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/ |
H A D | libuutil.c | 59 uu_list_pool_t ulp; in uutil_listpool() 77 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), addr) == -1) { in uutil_listpool() 121 uu_list_pool_t null_lpool; in uutil_listpool_walk_init() 125 bzero(&null_lpool, sizeof (uu_list_pool_t)); in uutil_listpool_walk_init() 151 uu_list_pool_t ulp; in uutil_listpool_walk_step() 155 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), in uutil_listpool_walk_step() 187 uu_list_pool_t ulp; in uutil_list_walk_init() 189 if (mdb_vread(&ulp, sizeof (uu_list_pool_t), wsp->walk_addr) == -1) { in uutil_list_walk_init() 195 &((uu_list_pool_t *)wsp->walk_addr)->ulp_null_list) in uutil_list_walk_init() 250 uu_list_pool_t ulp; in uutil_list_node_walk_init() [all …]
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | libuutil.h | 197 typedef struct uu_list_pool uu_list_pool_t; typedef 238 uu_list_pool_t *uu_list_pool_create(const char *, size_t, size_t, 242 void uu_list_pool_destroy(uu_list_pool_t *); 254 void uu_list_node_init(void *, uu_list_node_t *, uu_list_pool_t *); 255 void uu_list_node_fini(void *, uu_list_node_t *, uu_list_pool_t *); 257 uu_list_t *uu_list_create(uu_list_pool_t *, void *_parent, uint32_t);
|
H A D | uu_list.c | 60 static uu_list_pool_t uu_null_lpool = { &uu_null_lpool, &uu_null_lpool }; 63 uu_list_pool_t * 67 uu_list_pool_t *pp, *next, *prev; in uu_list_pool_create() 81 pp = uu_zalloc(sizeof (uu_list_pool_t)); in uu_list_pool_create() 111 uu_list_pool_destroy(uu_list_pool_t *pp) in uu_list_pool_destroy() 134 uu_list_node_init(void *base, uu_list_node_t *np_arg, uu_list_pool_t *pp) in uu_list_node_init() 158 uu_list_node_fini(void *base, uu_list_node_t *np_arg, uu_list_pool_t *pp) in uu_list_node_fini() 181 uu_list_create(uu_list_pool_t *pp, void *parent, uint32_t flags) in uu_list_create() 234 uu_list_pool_t *pp = lp->ul_pool; in uu_list_destroy() 704 uu_list_pool_t *pp; in uu_list_lockup() [all …]
|
H A D | libuutil_impl.h | 90 uu_list_pool_t *ul_pool; 107 uu_list_pool_t *ulp_next; 108 uu_list_pool_t *ulp_prev;
|
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_util.c | 119 static uu_list_pool_t *g_pointer_pool = NULL; 120 static uu_list_pool_t *g_string_pool = NULL; 122 static dtj_status_t dtj_get_jni_classes(JNIEnv *, uu_list_t *, uu_list_pool_t *, 123 uu_list_pool_t *, uu_list_pool_t *, const dtj_table_entry_t *); 129 uu_list_pool_t *, uu_list_pool_t *, uu_list_pool_t *); 131 char *, uu_list_pool_t *); 133 char *, char *, uu_list_pool_t *); 135 char *, uu_list_pool_t *); 137 char *, char *, uu_list_pool_t *); 296 uu_list_pool_t *classpool, uu_list_pool_t *methodpool, in dtj_java_class_create() [all …]
|
H A D | dtj_jnitab.c | 41 static uu_list_pool_t *g_request_pool = NULL; 42 static uu_list_pool_t *g_program_pool = NULL; 43 static uu_list_pool_t *g_aggval_pool = NULL;
|
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.h | 340 uu_list_pool_t *, uu_list_pool_t *);
|
H A D | inetsvc.c | 406 create_tlx_info(const char *proto, uu_list_pool_t *conn_ind_pool) in create_tlx_info() 573 uu_list_pool_t *proto_info_pool, uu_list_pool_t *tlx_ci_pool) in valid_props()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_list.c | 61 static uu_list_pool_t *unresolved_pool; 62 static uu_list_pool_t *resolved_pool;
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | startd.h | 572 extern uu_list_pool_t *contract_list_pool; 752 uu_list_pool_t *startd_list_pool_create(const char *, size_t, size_t, 754 uu_list_t *startd_list_create(uu_list_pool_t *, void *, uint32_t);
|
H A D | protocol.c | 74 static uu_list_pool_t *restarter_protocol_event_queue_pool; 77 static uu_list_pool_t *graph_protocol_event_queue_pool;
|
H A D | dict.c | 52 static uu_list_pool_t *dict_pool;
|
H A D | startd.c | 399 uu_list_pool_t * 403 uu_list_pool_t *pool; in startd_list_pool_create() 433 startd_list_create(uu_list_pool_t *pool, void *parent, uint32_t flags) in startd_list_create()
|
H A D | deathrow.c | 73 static uu_list_pool_t *deathrow_pool;
|
H A D | wait.c | 71 static uu_list_pool_t *wait_info_pool;
|
H A D | restarter.c | 139 uu_list_pool_t *contract_list_pool; 140 static uu_list_pool_t *restarter_instance_pool; 143 static uu_list_pool_t *restarter_queue_pool; 2421 static uu_list_pool_t *timeout_pool;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 42 static uu_list_pool_t *entity_pool; 43 static uu_list_pool_t *pgroup_pool; 44 static uu_list_pool_t *property_pool; 45 static uu_list_pool_t *value_pool;
|
H A D | svccfg.h | 359 extern uu_list_pool_t *string_pool;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd_impl.h | 247 extern uu_list_pool_t *conn_ind_pool;
|
H A D | wait.c | 64 static uu_list_pool_t *method_pool = NULL;
|
H A D | tlx.c | 42 uu_list_pool_t *conn_ind_pool = NULL;
|
H A D | repval.c | 57 static uu_list_pool_t *rep_val_pool = NULL;
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.c | 115 uu_list_pool_t *object_list_pool = NULL;
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | dm_platform.c | 62 static uu_list_pool_t *g_ipmi_cache_pool;
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.c | 93 static uu_list_pool_t *thread_pool;
|