Home
last modified time | relevance | path

Searched refs:hl_next (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c187 hl->hl_next = NULL; in get_holes_list()
194 hlp = &hl->hl_next; in get_holes_list()
219 for (hl = hlh; hl != NULL; hl = hl->hl_next) { in get_compressed_filesz()
255 for (hl = hlh; hl != NULL; hl = hl->hl_next) { in store_sparse_string()
298 nhl = hl->hl_next; in free_holesdata()
408 hl->hl_next = NULL; in parse_holesdata()
410 hlp = &hl->hl_next; in parse_holesdata()
429 for (hl = hi->holes_list; hl != NULL; hl = hl->hl_next) { in parse_holesdata()
H A Dcpio.h319 struct holes_list *hl_next; member
H A Dcpio.c2533 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()
2588 hl = hl->hl_next; in data_copy_with_holes()
2606 hl = hl->hl_next; in data_copy_with_holes()
2911 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()
2931 hl = hl->hl_next; in read_compress_holes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c179 if ((hlp->hl_next = *head) != NULL) { in link_in()
182 &hlp->hl_next; in link_in()
195 if ((*hlp->hl_prev = hlp->hl_next) != NULL) { in link_out()
197 ((struct hlinkage *)((char *)hlp->hl_next + loffs))->hl_prev = in link_out()
326 phyi != NULL; phyi = phyi->phyi_link.hl_next) { in if_link()
363 ifp = ifp->int_ahash.hl_next) { in ifwithaddr()
377 ifp = ifp->int_bhash.hl_next) { in ifwithaddr()
399 ifp = ifp->int_nhash.hl_next) { in ifwithname()
425 phyi = phyi->phyi_link.hl_next) { in phys_byname()
440 ifp = ifp->int_ahash.hl_next) { in findremoteif()
[all …]
H A Ddefs.h289 void *hl_next; member
323 #define int_next int_link.hl_next
H A Dinput.c84 ifp1 = ifp1->int_ilist.hl_next) { in receiving_interface()
H A Dtable.c2912 ifp = ifp->int_ilist.hl_next) { in lifp_iflookup()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c447 hca_list = hca_list->hl_next; in ibdm_fini()
877 hca_list = hca_list->hl_next; in ibdm_get_port_attr()
1034 for (temp = ibdm.ibdm_hca_list_head; temp; temp = temp->hl_next) { in ibdm_handle_hca_attach()
1048 ibdm.ibdm_hca_list_tail->hl_next = hca_list; in ibdm_handle_hca_attach()
1091 ibdm.ibdm_hca_list_head = head->hl_next; in ibdm_handle_hca_detach()
1093 prev->hl_next = head->hl_next; in ibdm_handle_hca_detach()
1100 head = head->hl_next; in ibdm_handle_hca_detach()
1123 head->hl_next; in ibdm_handle_hca_detach()
1125 prev->hl_next = head->hl_next; in ibdm_handle_hca_detach()
1142 head = head->hl_next; in ibdm_handle_hca_detach()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibdm/
H A Dibdm_ibnex.h217 struct ibdm_hca_list_s *hl_next; /* ptr to next list */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2094 for (; hca_list != NULL; hca_list = hca_list->hl_next) { in ibnex_pseudo_create_all_pi()
4139 hca_list = hca_list->hl_next) { in ibnex_ioc_initnode_all_pi()
4244 hca_list = hca_list->hl_next) { in ibnex_ioc_pi_reachable()
H A Dibnex_ioctl.c1100 for (hcap = hca_list; hca_list != NULL; hca_list = hca_list->hl_next) { in ibnex_get_num_devices()
1184 hca_list = hca_list->hl_next, i++) { in ibnex_get_snapshot()