Home
last modified time | relevance | path

Searched refs:MAX_NODE_NUM (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h41 #define MAX_NODE_NUM 16 /* max number of nodes */ macro
H A Dhccontrol.c291 r.num_names = MAX_NODE_NUM; in find_hci_nodes()
292 r.names = (struct nodeinfo*)calloc(MAX_NODE_NUM, sizeof(struct nodeinfo)); in find_hci_nodes()
H A Dnode.c466 r.num_names = MAX_NODE_NUM; in hci_read_node_list()
467 r.names = (struct nodeinfo*)calloc(MAX_NODE_NUM, sizeof(struct nodeinfo)); in hci_read_node_list()