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;
194 hlp = &hl->hl_next;
219 for (hl = hlh; hl != NULL; hl = hl->hl_next) {
255 for (hl = hlh; hl != NULL; hl = hl->hl_next) {
298 nhl = hl->hl_next;
408 hl->hl_next = NULL;
410 hlp = &hl->hl_next;
429 for (hl = hi->holes_list; hl != NULL; hl = hl->hl_next) {
H A Dcpio.h319 struct holes_list *hl_next; member in struct:holes_list
H A Dcpio.c2525 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) {
2580 hl = hl->hl_next;
2598 hl = hl->hl_next;
2903 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) {
2923 hl = hl->hl_next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c179 if ((hlp->hl_next = *head) != NULL) {
182 &hlp->hl_next;
195 if ((*hlp->hl_prev = hlp->hl_next) != NULL) {
197 ((struct hlinkage *)((char *)hlp->hl_next + loffs))->hl_prev =
326 phyi != NULL; phyi = phyi->phyi_link.hl_next) {
363 ifp = ifp->int_ahash.hl_next) {
377 ifp = ifp->int_bhash.hl_next) {
399 ifp = ifp->int_nhash.hl_next) {
425 phyi = phyi->phyi_link.hl_next) {
440 ifp = ifp->int_ahash.hl_next) {
[all...]
H A Ddefs.h289 void *hl_next; member in struct:hlinkage
323 #define int_next int_link.hl_next
H A Dinput.c84 ifp1 = ifp1->int_ilist.hl_next) {
H A Dtable.c2913 ifp = ifp->int_ilist.hl_next) {
/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 in struct:ibdm_hca_list_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c447 hca_list = hca_list->hl_next;
877 hca_list = hca_list->hl_next;
1034 for (temp = ibdm.ibdm_hca_list_head; temp; temp = temp->hl_next) {
1048 ibdm.ibdm_hca_list_tail->hl_next = hca_list;
1091 ibdm.ibdm_hca_list_head = head->hl_next;
1093 prev->hl_next = head->hl_next;
1100 head = head->hl_next;
1123 head->hl_next;
1125 prev->hl_next
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1097 for (hcap = hca_list; hca_list != NULL; hca_list = hca_list->hl_next) {
1181 hca_list = hca_list->hl_next, i++) {
H A Dibnex.c2089 for (; hca_list != NULL; hca_list = hca_list->hl_next) {
4133 hca_list = hca_list->hl_next) {
4238 hca_list = hca_list->hl_next) {

Completed in 95 milliseconds