Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow.c948 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 Dng_netflow.h172 uint32_t list_id; /* current record number in hash */ member
/freebsd/sys/cam/ctl/
H A Dctl_tpc.c113 uint32_t list_id; member
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
727 uint32_t list_id; in ctl_copy_operation_abort() local
[all …]
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c229 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 DREADME.md7 …vm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c229 dl_list_del(&bss->list_id); in wpa_bss_remove()
467 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id); in wpa_bss_add()
687 struct dl_list *prev = bss->list_id.prev; in wpa_bss_update()
688 dl_list_del(&bss->list_id); in wpa_bss_update()
708 dl_list_add(prev, &bss->list_id); in wpa_bss_update()
1110 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
H A Dbss.h80 struct dl_list list_id; member
H A Dctrl_iface.c5417 list_id); in wpa_supplicant_ctrl_iface_bss()
5419 list_id); in wpa_supplicant_ctrl_iface_bss()
5442 list_id); in wpa_supplicant_ctrl_iface_bss()
5448 next = tmp->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5453 list_id); in wpa_supplicant_ctrl_iface_bss()
5464 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
5472 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss()
5477 list_id); in wpa_supplicant_ctrl_iface_bss()
5523 struct wpa_bss, list_id))) { in wpa_supplicant_ctrl_iface_bss()
5535 next = bss->list_id.next; in wpa_supplicant_ctrl_iface_bss()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4083 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpas_dbus_getter_bsss()