Searched refs:fdl (Results 1 – 2 of 2) sorted by relevance
77 check_bound(struct fdlist *fdl, const char *uaddr) in check_bound() argument83 if (fdl->check_binding == FALSE) in check_bound()86 na = uaddr2taddr(fdl->nconf, uaddr); in check_bound()90 fd = __rpc_nconf2fd(fdl->nconf); in check_bound()109 struct fdlist *fdl; in add_bndlist() local115 fdl = malloc(sizeof(*fdl)); in add_bndlist()116 if (fdl == NULL) { in add_bndlist()121 fdl->nconf = newnconf; in add_bndlist()122 fdl->next = NULL; in add_bndlist()124 fdhead = fdl; in add_bndlist()[all …]
669 struct datalink *dl, *fdl; in mp_FillPhysicalQueues() local677 for (fdl = NULL, dl = bundle->links; dl; dl = dl->next) { in mp_FillPhysicalQueues()679 if (!fdl) { in mp_FillPhysicalQueues()681 fdl = dl; in mp_FillPhysicalQueues()690 if (!fdl) { in mp_FillPhysicalQueues()691 fdl = bundle->links; in mp_FillPhysicalQueues()692 if (!fdl) in mp_FillPhysicalQueues()698 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) { in mp_FillPhysicalQueues()