Home
last modified time | relevance | path

Searched refs:id_next (Results 1 – 18 of 18) sorted by relevance

/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdlist.c246 nextid = id->id_next; in list_write()
282 nextid = id->id_next; in list_print()
315 id->id_next = Zalloc(sizeof (id_info_t)); in list_read()
316 id->id_next->id_prev = list->l_tail; in list_read()
317 id->id_next->id_next = NULL; in list_read()
318 list->l_tail = id->id_next; in list_read()
H A Drdimpl.c136 id->id_prev->id_next = id->id_next; in list_remove_id()
138 list->l_head = id->id_next; /* removing the head */ in list_remove_id()
139 if (id->id_next) in list_remove_id()
140 id->id_next->id_prev = id->id_prev; in list_remove_id()
174 nextid = id->id_next; in list_clear()
293 for (id = list->l_head; id; id = id->id_next) { in list_update()
309 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()
310 id->id_next->id_prev = list->l_tail; in list_update()
311 id->id_next->id_next = NULL; in list_update()
312 list->l_tail = id->id_next; in list_update()
[all …]
H A Drdimpl.h130 void *id_next; /* pointer to next entry */ member
182 struct id_info *id_next; /* pointer to next entry */ member
/onnv-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c41 struct inodesc *id_next; /* next on linked list */ member
140 last = ilist.id_next;
142 last = last->id_next;
/onnv-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c127 idmemb_next = idmemb->id_next; in stmf_view_clear_config()
143 idmemb_next = idmemb->id_next; in stmf_view_clear_config()
147 idgrp_next = idgrp->id_next; in stmf_view_clear_config()
162 idmemb_next = idmemb->id_next; in stmf_view_clear_config()
166 idgrp_next = idgrp->id_next; in stmf_view_clear_config()
628 for (id = idlist->idl_head; id != NULL; id = id->id_next) { in stmf_lookup_id()
647 tgid = tgid->id_next) { in stmf_lookup_group_for_target()
666 hgid = hgid->id_next) { in stmf_lookup_group_for_host()
679 id->id_next = NULL; in stmf_append_id()
684 idlist->idl_tail->id_next = id; in stmf_append_id()
[all …]
H A Dlun_map.h71 struct stmf_id_data *id_next; member
H A Dstmf.c588 id_entry = id_entry->id_next; in stmf_ioctl()
635 id_entry = id_entry->id_next; in stmf_ioctl()
1145 id_entry = id_entry->id_next; in stmf_ioctl()
1152 id_entry = id_entry->id_next; in stmf_ioctl()
1187 id_entry = id_entry->id_next; in stmf_ioctl()
1199 id_entry; id_entry = id_entry->id_next) { in stmf_ioctl()
1250 id_entry; id_entry = id_entry->id_next) { in stmf_ioctl()
/onnv-gate/usr/src/cmd/prstat/
H A Dprstat.h135 struct id_info *id_next; /* pointer to next entry */ member
H A Dprstat.c301 for (id = list->l_head; id != NULL; id = id->id_next) { in list_getsize()
661 nextid = id->id_next; in list_clear()
680 for (id = list->l_head; id; id = id->id_next) { in list_update()
719 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()
720 id->id_next->id_prev = list->l_tail; in list_update()
721 id->id_next->id_next = NULL; in list_update()
722 list->l_tail = id->id_next; in list_update()
H A Dprsort.c226 id = id->id_next; in list_sort()
/onnv-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c53 struct fc_trace_dmsgv1 *id_next; member
1022 addr = msg.id_next; in fc_dump_logmsg()
1080 addr = msg.id_next; in fc_dump_old_logmsg()
/onnv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h290 struct fc_trace_dmsg *id_next; /* next message in queue */ member
/onnv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c157 for (dp = rdc_devices; dp; dp = dp->id_next) { in rdc_idev_open()
190 dp->id_next = rdc_devices; in rdc_idev_open()
230 for (dpp = &rdc_devices; *dpp; dpp = &((*dpp)->id_next)) { in rdc_idev_close()
233 *dpp = dp->id_next; in rdc_idev_close()
H A Drdc_io.h383 struct rdc_info_dev_s *id_next; /* forward link */ member
/onnv-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c8231 for (p = ibd_objlist_head; p; p = p->id_next) { in ibd_create_partition()
8312 state->id_next = ibd_objlist_head; in ibd_create_partition()
8352 node = node->id_next; in ibd_delete_partition()
8393 ibd_objlist_head = node->id_next; in ibd_delete_partition()
8395 prev->id_next = node->id_next; in ibd_delete_partition()
8443 for (state = ibd_objlist_head; state; state = state->id_next) { in ibd_get_partition_info()
8870 for (state = ibd_objlist_head; state; state = state->id_next) { in ibd_get_part_attr()
8902 for (state = ibd_objlist_head; state; state = state->id_next) in ibd_get_all_part_attr()
8914 for (state = ibd_objlist_head; state; state = state->id_next) { in ibd_get_all_part_attr()
/onnv-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1095 struct ibd_state_s *id_next; member
/onnv-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c836 mdb_printf("id_next: 0x%p\n", infodev->id_next); in rdc_infodev()
/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6157 dmsg->id_next = NULL; in fc_trace_logmsg()
6159 logq->il_msgt->id_next = dmsg; in fc_trace_logmsg()
6178 logq->il_msgh = dmsg->id_next; in fc_trace_freemsg()