Searched refs:c_list (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | diag.c | 185 Box_list *c_list = NULL; local 199 c_list = o_list; 201 while (c_list != b_list) { 202 if (strcmp(c_list->b_node_wwn_s, 207 c_list = c_list->box_next; 235 c_list = o_list; 236 while (c_list != NULL) { 237 if ((c_list != b_list) && 238 (strcmp(c_list [all...] |
H A D | g_adm.c | 3701 Box_list *b_list, *o_list, *c_list; local 3705 b_list = o_list = c_list = NULL; 3725 c_list = o_list; 3727 while (c_list != b_list) { 3728 if (strcmp(c_list->b_node_wwn_s, 3733 c_list = c_list->box_next; 3747 c_list = o_list; 3748 while (c_list != NULL) { 3749 if ((c_list ! [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 892 class_lst_t *c_list; local 895 c_list = kmem_zalloc(sizeof (class_lst_t), KM_SLEEP); 896 c_list->cl_name = kmem_zalloc(class_len, KM_SLEEP); 897 bcopy(event_class, c_list->cl_name, class_len); 899 c_list->cl_subclass_list = 901 c_list->cl_subclass_list->sl_name = 903 bcopy(EC_SUB_ALL, c_list->cl_subclass_list->sl_name, 906 c_list->cl_next = chan->scd_class_list_tbl[index]; 907 chan->scd_class_list_tbl[index] = c_list; 909 return (c_list); 1095 find_subclass(class_lst_t *c_list, char *subclass) argument 1115 insert_subclass(class_lst_t *c_list, char **subclass_names, int subclass_num, uint32_t sub_id) argument 1145 class_lst_t *c_list; local 1161 class_lst_t *c_list; local 1182 class_lst_t *c_list; local 1205 class_lst_t *c_list; local [all...] |
H A D | callout.c | 159 CALLOUT_HASH_APPEND(cp->c_list->cl_callouts, cp, c_clnext, c_clprev) 164 CALLOUT_HASH_DELETE(cp->c_list->cl_callouts, cp, c_clnext, c_clprev) 1176 cp->c_list = cl; 1317 cl = cp->c_list;
|
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1151 cache_find_subclass(class_lst_t *c_list, char *subclass) argument 1155 if (c_list == NULL) 1158 sc_list = c_list->cl_subclass_list; 1175 class_lst_t *c_list; local 1183 c_list = class_hash[index]; 1184 while (c_list != NULL) { 1185 if (strcmp(class, c_list->cl_name) == 0) { 1188 c_list = c_list->cl_next; 1191 return (c_list); 1195 cache_insert_subclass(class_lst_t *c_list, char **subclass_names, int subclass_num, uint32_t sub_id) argument 1230 class_lst_t *c_list; local 1284 class_lst_t *c_list; local 1303 class_lst_t *c_list; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_frame.h | 44 mdb_list_t c_list; /* List forward/back pointers */ member in struct:mdb_cmd
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_cmd.c | 52 list_node_t c_list; member in struct:sda_cmd_impl 118 offsetof(struct sda_cmd_impl, c_list));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | callo.h | 61 callout_list_t *c_list; /* callout list */ member in struct:callout
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 848 (uintptr_t)co->c_list + offsetof(callout_list_t, 851 "time from %p", co->c_list); 856 (uintptr_t)co->c_list + offsetof(callout_list_t, 859 "from %p", co->c_list);
|
Completed in 74 milliseconds