Home
last modified time | relevance | path

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

/illumos-gate/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()
207 c_list = c_list->box_next; in sysdump()
235 c_list = o_list; in sysdump()
236 while (c_list != NULL) { in sysdump()
243 c_list->b_node_wwn_s, in sysdump()
244 c_list->b_port_wwn_s, in sysdump()
245 c_list->logical_path, in sysdump()
246 c_list->b_name); in sysdump()
[all …]
H A Dg_adm.c3725 c_list = o_list; in pho_probe()
3727 while (c_list != b_list) { 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()
3754 c_list = c_list->box_next; in pho_probe()
3770 c_list = o_list; in pho_probe()
3771 while (c_list != NULL) { in pho_probe()
3778 c_list->logical_path); in pho_probe()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c892 class_lst_t *c_list; in create_channel_registration() local
909 return (c_list); in create_channel_registration()
1099 if (c_list == NULL) in find_subclass()
1145 class_lst_t *c_list; in find_class() local
1148 while (c_list != NULL) { in find_class()
1151 c_list = c_list->cl_next; in find_class()
1154 return (c_list); in find_class()
1161 class_lst_t *c_list; in remove_all_class() local
1173 c_list = c_list->cl_next; in remove_all_class()
1182 class_lst_t *c_list; in remove_class() local
[all …]
H A Dcallout.c160 CALLOUT_HASH_APPEND(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
165 CALLOUT_HASH_DELETE(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
1177 cp->c_list = cl; in timeout_generic()
1318 cl = cp->c_list; in untimeout_generic()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1156 if (c_list == NULL) in cache_find_subclass()
1176 class_lst_t *c_list; in cache_find_class() local
1189 c_list = c_list->cl_next; in cache_find_class()
1192 return (c_list); in cache_find_class()
1231 class_lst_t *c_list; in cache_insert_class() local
1250 free(c_list); in cache_insert_class()
1258 free(c_list); in cache_insert_class()
1265 free(c_list); in cache_insert_class()
1285 class_lst_t *c_list; in cache_remove_all_class() local
1296 c_list = c_list->cl_next; in cache_remove_all_class()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_frame.h44 mdb_list_t c_list; /* List forward/back pointers */ member
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c116 static struct whitelist c_list[] = { variable
310 w = c_list; in check_whitelist()
311 n = sizeof (c_list) / sizeof (c_list[0]); in check_whitelist()
509 c_list[0].c = default_char; in parse_bdf_header()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h61 callout_list_t *c_list; /* callout list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c969 (uintptr_t)co->c_list + offsetof(callout_list_t, in callouts_cb()
972 "time from %p", co->c_list); in callouts_cb()
977 (uintptr_t)co->c_list + offsetof(callout_list_t, in callouts_cb()
980 "from %p", co->c_list); in callouts_cb()