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

/freebsd-12-stable/sys/netgraph/netflow/
H A Dnetflow.c984 int list_id; local
993 resp->list_id = 0;
997 list_id = 0;
1001 resp->list_id = list_id;
1006 list_id++;
1008 if (req->list_id > 0) {
1009 if (list_id < req->list_id)
1013 req->list_id
[all...]
H A Dng_netflow.h175 uint32_t list_id; /* current record number in hash */ member in struct:ngnf_show_header
/freebsd-12-stable/usr.sbin/flowctl/
H A Dflowctl.c234 req.hash_id = req.list_id = 0;
263 req.list_id = resp->list_id;
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_tpc.c116 uint32_t list_id; member in struct:tpc_list
504 tpc_find_list(struct ctl_lun *lun, uint32_t list_id, uint32_t init_idx) argument
511 EC_LIST_ID_USAGE_NONE && list->list_id == list_id &&
528 uint32_t list_id; local
535 list_id = cdb->list_identifier;
537 list = tpc_find_list(lun, list_id,
598 uint32_t list_id; local
605 list_id = cdb->list_identifier;
607 list = tpc_find_list(lun, list_id,
658 uint32_t list_id; local
729 uint32_t list_id; local
2347 uint32_t list_id; local
[all...]
/freebsd-12-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-12-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 98 milliseconds