Searched refs:list_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c982 int list_id; local
991 resp->list_id = 0;
995 list_id = 0;
999 resp->list_id = list_id;
1004 list_id++;
1006 if (req->list_id > 0) {
1007 if (list_id < req->list_id)
1011 req->list_id
[all...]
H A Dng_netflow.h173 uint32_t list_id; /* current record number in hash */ member in struct:ngnf_show_header
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c234 req.hash_id = req.list_id = 0;
263 req.list_id = resp->list_id;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc.c112 uint32_t list_id; member in struct:tpc_list
500 tpc_find_list(struct ctl_lun *lun, uint32_t list_id, uint32_t init_idx) argument
507 EC_LIST_ID_USAGE_NONE && list->list_id == list_id &&
524 uint32_t list_id; local
531 list_id = cdb->list_identifier;
533 list = tpc_find_list(lun, list_id,
594 uint32_t list_id; local
601 list_id = cdb->list_identifier;
603 list = tpc_find_list(lun, list_id,
654 uint32_t list_id; local
725 uint32_t list_id; local
2343 uint32_t list_id; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h68 struct dl_list list_id; member in struct:wpa_bss
H A Dbss.c241 dl_list_del(&bss->list_id);
458 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
678 struct dl_list *prev = bss->list_id.prev;
679 dl_list_del(&bss->list_id);
699 dl_list_add(prev, &bss->list_id);
1094 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Dctrl_iface.c2979 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
5063 list_id);
5065 list_id);
5088 list_id);
5094 next = tmp->list_id.next;
5099 list_id);
5108 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
5110 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
5118 next = bss->list_id.next;
5123 list_id);
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3656 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 225 milliseconds