Searched refs:list_id (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 948 int list_id; in ng_netflow_flow_show() local 957 resp->list_id = 0; in ng_netflow_flow_show() 961 list_id = 0; in ng_netflow_flow_show() 965 resp->list_id = list_id; in ng_netflow_flow_show() 970 list_id++; in ng_netflow_flow_show() 972 if (req->list_id > 0) { in ng_netflow_flow_show() 973 if (list_id < req->list_id) in ng_netflow_flow_show() 977 req->list_id = 0; in ng_netflow_flow_show() 997 resp->list_id = list_id + 1; in ng_netflow_flow_show() 1005 resp->hash_id = resp->list_id = 0; in ng_netflow_flow_show()
|
H A D | ng_netflow.h | 172 uint32_t list_id; /* current record number in hash */ member
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_tpc.c | 113 uint32_t list_id; member 502 tpc_find_list(struct ctl_lun *lun, uint32_t list_id, uint32_t init_idx) in tpc_find_list() argument 509 EC_LIST_ID_USAGE_NONE && list->list_id == list_id && in tpc_find_list() 526 uint32_t list_id; in ctl_receive_copy_status_lid1() local 533 list_id = cdb->list_identifier; in ctl_receive_copy_status_lid1() 535 list = tpc_find_list(lun, list_id, in ctl_receive_copy_status_lid1() 596 uint32_t list_id; in ctl_receive_copy_failure_details() local 603 list_id = cdb->list_identifier; in ctl_receive_copy_failure_details() 605 list = tpc_find_list(lun, list_id, in ctl_receive_copy_failure_details() 656 uint32_t list_id; in ctl_receive_copy_status_lid4() local [all …]
|
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 229 req.hash_id = req.list_id = 0; in do_show() 258 req.list_id = resp->list_id; in do_show()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | README.md | 7 …vm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 241 dl_list_del(&bss->list_id); in wpa_bss_remove() 514 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add() 745 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update() 758 dl_list_del(&bss->list_id); in wpa_bss_update() 780 dl_list_add(prev, &bss->list_id); in wpa_bss_update() 1205 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
|
H A D | bss.h | 80 struct dl_list list_id; member
|
H A D | ctrl_iface.c | 3278 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_supplicant_ctrl_iface_scan_results() 5809 list_id); in wpa_supplicant_ctrl_iface_bss() 5811 list_id); in wpa_supplicant_ctrl_iface_bss() 5834 list_id); in wpa_supplicant_ctrl_iface_bss() 5840 next = tmp->list_id.next; in wpa_supplicant_ctrl_iface_bss() 5845 list_id); in wpa_supplicant_ctrl_iface_bss() 5854 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 5856 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss() 5864 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss() 5869 list_id); in wpa_supplicant_ctrl_iface_bss() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4351 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss()
|