Home
last modified time | relevance | path

Searched refs:c_list (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/luxadm/
H A Ddiag.c185 Box_list *c_list = NULL; in sysdump() local
199 c_list = o_list; in sysdump()
201 while (c_list != b_list) { in sysdump()
202 if (strcmp(c_list->b_node_wwn_s, in sysdump()
207 c_list = c_list->box_next; in sysdump()
235 c_list = o_list; in sysdump()
236 while (c_list != NULL) { in sysdump()
237 if ((c_list != b_list) && in sysdump()
238 (strcmp(c_list->b_node_wwn_s, in sysdump()
242 c_list->b_physical_path, in sysdump()
[all …]
H A Dg_adm.c3701 Box_list *b_list, *o_list, *c_list; in pho_probe() local
3705 b_list = o_list = c_list = NULL; in pho_probe()
3725 c_list = o_list; in pho_probe()
3727 while (c_list != b_list) { in pho_probe()
3728 if (strcmp(c_list->b_node_wwn_s, in pho_probe()
3733 c_list = c_list->box_next; in pho_probe()
3747 c_list = o_list; in pho_probe()
3748 while (c_list != NULL) { in pho_probe()
3749 if ((c_list != b_list) && in pho_probe()
3750 (strcmp(c_list->b_node_wwn_s, in pho_probe()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dlog_sysevent.c871 class_lst_t *c_list; in create_channel_registration() local
874 c_list = kmem_zalloc(sizeof (class_lst_t), KM_SLEEP); in create_channel_registration()
875 c_list->cl_name = kmem_zalloc(class_len, KM_SLEEP); in create_channel_registration()
876 bcopy(event_class, c_list->cl_name, class_len); in create_channel_registration()
878 c_list->cl_subclass_list = in create_channel_registration()
880 c_list->cl_subclass_list->sl_name = in create_channel_registration()
882 bcopy(EC_SUB_ALL, c_list->cl_subclass_list->sl_name, in create_channel_registration()
885 c_list->cl_next = chan->scd_class_list_tbl[index]; in create_channel_registration()
886 chan->scd_class_list_tbl[index] = c_list; in create_channel_registration()
888 return (c_list); in create_channel_registration()
[all …]
H A Dcallout.c159 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; in timeout_generic()
1317 cl = cp->c_list; in untimeout_generic()
/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent.c1151 cache_find_subclass(class_lst_t *c_list, char *subclass) in cache_find_subclass() argument
1155 if (c_list == NULL) in cache_find_subclass()
1158 sc_list = c_list->cl_subclass_list; in cache_find_subclass()
1175 class_lst_t *c_list; in cache_find_class() local
1183 c_list = class_hash[index]; in cache_find_class()
1184 while (c_list != NULL) { in cache_find_class()
1185 if (strcmp(class, c_list->cl_name) == 0) { in cache_find_class()
1188 c_list = c_list->cl_next; in cache_find_class()
1191 return (c_list); in cache_find_class()
1195 cache_insert_subclass(class_lst_t *c_list, char **subclass_names, in cache_insert_subclass() argument
[all …]
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_frame.h44 mdb_list_t c_list; /* List forward/back pointers */ member
/titanic_44/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c52 list_node_t c_list; member
118 offsetof(struct sda_cmd_impl, c_list)); in sda_cmd_list_init()
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h61 callout_list_t *c_list; /* callout list */ member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c765 (uintptr_t)co->c_list + offsetof(callout_list_t, in callouts_cb()
768 "time from %p", co->c_list); in callouts_cb()
773 (uintptr_t)co->c_list + offsetof(callout_list_t, in callouts_cb()
776 "from %p", co->c_list); in callouts_cb()