Home
last modified time | relevance | path

Searched refs:num_connections (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h155 u_int32_t num_connections; member
301 u_int32_t num_connections; member
H A Dng_l2cap.h659 u_int32_t num_connections; /* number of connections */ member
H A Dng_hci.h641 u_int32_t num_connections; /* number of connections */ member
/f-stack/freebsd/contrib/vchiq/interface/vchi/
H A Dvchi.h152 …T)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_connections);
178 const uint32_t num_connections,
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c852 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()
H A Dng_btsocket_hci_raw.c1225 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()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c494 const uint32_t num_connections, in vchi_connect() argument
500 (void)num_connections; in vchi_connect()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c574 e1->num_connections = n; in ng_l2cap_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c540 e1->num_connections = s; in ng_hci_default_rcvmsg()