Home
last modified time | relevance | path

Searched refs:num_ids (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt68 start_id num_ids reg enable disable start_bit nbits
72 num_ids is the number of device controls in the range
85 start_id num_ids reg enable disable start_bit nbits
89 num_ids is the number of devices covered by the range
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes,
H A Dinterworking.c97 static struct wpabuf * anqp_build_req(u16 info_ids[], size_t num_ids, in anqp_build_req() argument
104 buf = gas_anqp_build_initial_req(0, 4 + num_ids * 2 + in anqp_build_req()
109 if (num_ids > 0) { in anqp_build_req()
111 for (i = 0; i < num_ids; i++) in anqp_build_req()
2806 u16 info_ids[], size_t num_ids, u32 subtypes, in anqp_send_req() argument
2829 MAC2STR(dst), (unsigned int) num_ids); in anqp_send_req()
2865 buf = anqp_build_req(info_ids, num_ids, extra_buf); in anqp_send_req()
/freebsd/sbin/camcontrol/
H A Dpersist.c431 int action = -1, num_ids = 0; in scsipersist() local
493 num_ids++; in scsipersist()
710 if (num_ids != 1) { in scsipersist()
726 && (num_ids != 0)) { in scsipersist()