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

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_tpc.c109 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
533 list_id = cdb->list_identifier;
535 list = tpc_find_list(lun, list_id,
606 uint32_t list_id; local
615 list_id = cdb->list_identifier;
617 list = tpc_find_list(lun, list_id,
678 uint32_t list_id; local
761 uint32_t list_id; local
2279 uint32_t list_id; local
[all...]
/freebsd-11.0-release/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.0-release/usr.sbin/flowctl/
H A Dflowctl.c232 req.hash_id = req.list_id = 0;
261 req.list_id = resp->list_id;
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.h58 struct dl_list list_id; member in struct:wpa_bss
H A Dbss.c219 dl_list_del(&bss->list_id);
393 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
572 struct dl_list *prev = bss->list_id.prev;
573 dl_list_del(&bss->list_id);
593 dl_list_add(prev, &bss->list_id);
988 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Dctrl_iface.c2587 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
4328 list_id);
4330 list_id);
4353 list_id);
4359 next = tmp->list_id.next;
4364 list_id);
4373 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id);
4375 bss = dl_list_last(&wpa_s->bss_id, struct wpa_bss, list_id);
4383 next = bss->list_id.next;
4388 list_id);
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c371 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Ddbus_new_handlers.c3208 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 115 milliseconds