Home
last modified time | relevance | path

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

/titanic_41/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;
/titanic_41/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.c587 id_entry = id_entry->id_next; in stmf_ioctl()
634 id_entry = id_entry->id_next; in stmf_ioctl()
1144 id_entry = id_entry->id_next; in stmf_ioctl()
1151 id_entry = id_entry->id_next; in stmf_ioctl()
1186 id_entry = id_entry->id_next; in stmf_ioctl()
1198 id_entry; id_entry = id_entry->id_next) { in stmf_ioctl()
1249 id_entry; id_entry = id_entry->id_next) { in stmf_ioctl()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.h138 struct id_info *id_next; /* pointer to next entry */ member
H A Dprstat.c307 for (id = list->l_head; id != NULL; id = id->id_next) { in list_getsize()
680 nextid = id->id_next; in list_clear()
699 for (id = list->l_head; id; id = id->id_next) { in list_update()
738 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()
739 id->id_next->id_prev = list->l_tail; in list_update()
740 id->id_next->id_next = NULL; in list_update()
741 list->l_tail = id->id_next; in list_update()
H A Dprsort.c229 id = id->id_next; in list_sort()
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h290 struct fc_trace_dmsg *id_next; /* next message in queue */ member
/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1095 struct ibd_state_s *id_next; member
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c836 mdb_printf("id_next: 0x%p\n", infodev->id_next); in rdc_infodev()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6161 dmsg->id_next = NULL; in fc_trace_logmsg()
6163 logq->il_msgt->id_next = dmsg; in fc_trace_logmsg()
6182 logq->il_msgh = dmsg->id_next; in fc_trace_freemsg()