Searched refs:num_connections (Results 1 – 9 of 9) sorted by relevance
155 u_int32_t num_connections; member301 u_int32_t num_connections; member
659 u_int32_t num_connections; /* number of connections */ member
641 u_int32_t num_connections; /* number of connections */ member
152 …T)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_connections);178 const uint32_t num_connections,
852 if (p->num_connections == 0 || in ng_btsocket_l2cap_raw_control()853 p->num_connections > NG_L2CAP_MAX_CON_NUM || in ng_btsocket_l2cap_raw_control()897 p->num_connections = min(p->num_connections, in ng_btsocket_l2cap_raw_control()898 p1->num_connections); in ng_btsocket_l2cap_raw_control()899 if (p->num_connections > 0) in ng_btsocket_l2cap_raw_control()902 p->num_connections * sizeof(*p2)); in ng_btsocket_l2cap_raw_control()
1225 if (p->num_connections == 0 || in ng_btsocket_hci_raw_control()1226 p->num_connections > NG_HCI_MAX_CON_NUM || in ng_btsocket_hci_raw_control()1270 p->num_connections = min(p->num_connections, in ng_btsocket_hci_raw_control()1271 p1->num_connections); in ng_btsocket_hci_raw_control()1272 if (p->num_connections > 0) in ng_btsocket_hci_raw_control()1275 p->num_connections * sizeof(*p2)); in ng_btsocket_hci_raw_control()
494 const uint32_t num_connections, in vchi_connect() argument500 (void)num_connections; in vchi_connect()
574 e1->num_connections = n; in ng_l2cap_default_rcvmsg()
540 e1->num_connections = s; in ng_hci_default_rcvmsg()