Home
last modified time | relevance | path

Searched refs:next_target (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.c88 for(a = dp->target_list; a; a = a->next_target) { in delegpt_copy()
168 p = p->next_target; in delegpt_find_addr()
226 a->next_target = dp->target_list; in delegpt_add_addr()
268 for(a = dp->target_list; a; a = a->next_target) { in delegpt_count_addr()
309 for(a = dp->target_list; a; a = a->next_target) { in delegpt_log()
380 for(a = dp->target_list; a; a = a->next_target) in delegpt_count_targets()
625 na = a->next_target; in delegpt_free_mlc()
707 a->next_target = dp->target_list; in delegpt_add_addr_mlc()
H A Diter_delegpt.h157 struct delegpt_addr* next_target; member
H A Diter_utils.c1400 for(a=dp->target_list; a; a = a->next_target) { in iter_ds_toolow()
1415 for(a=dp->target_list; a; a = a->next_target) { in iter_ds_toolow()
H A Diterator.c2178 for(a = dp->target_list; a; a=a->next_target) { in processLastResort()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c2133 int next_target; in scsi_scan_bus() local
2148 next_target = 1; in scsi_scan_bus()
2171 next_target = 0; in scsi_scan_bus()
2225 next_target = 0; in scsi_scan_bus()
2248 next_target = 0; in scsi_scan_bus()
2251 next_target = 1; in scsi_scan_bus()
2257 next_target = 0; in scsi_scan_bus()
2263 next_target = 0; in scsi_scan_bus()
2265 if (next_target == 0) { in scsi_scan_bus()
2268 next_target = 1; in scsi_scan_bus()
[all …]
/freebsd/sys/cam/
H A Dcam_xpt.c2183 struct cam_et *target, *next_target; in xpttargettraverse() local
2199 for (; target != NULL; target = next_target) { in xpttargettraverse()
2206 next_target = TAILQ_NEXT(target, links); in xpttargettraverse()
2207 if (next_target) in xpttargettraverse()
2208 next_target->refcount++; in xpttargettraverse()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c860 for(a = dp->target_list; a; a = a->next_target) { in print_dp_details()
H A Dremote.c2583 for(a = dp->target_list; a; a = a->next_target) { in ssl_print_name_dp()
/freebsd/contrib/unbound/services/
H A Drpz.c2287 cursor = cursor->next_target) { in rpz_delegation_point_ipbased_trigger_lookup()