Home
last modified time | relevance | path

Searched refs:rp_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c46 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) in hci_request() argument
54 assert(rp_size != NULL); in hci_request()
55 assert(*rp_size > 0); in hci_request()
98 if (n < *rp_size) in hci_request()
99 *rp_size = n; in hci_request()
101 memcpy(rp, buffer + sizeof(*e) + sizeof(*cc), *rp_size); in hci_request()
113 *rp_size = 1; in hci_request()
126 hci_simple_request(int s, int opcode, char *rp, int *rp_size) in hci_simple_request() argument
128 return (hci_request(s, opcode, NULL, 0, rp, rp_size)); in hci_simple_request()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c324 bus_size_t rp_size; /* size of config window */ member
941 port->rp_size = tmp[4]; in tegra_pcib_parse_port()
1501 port->rp_size, 0, &port->cfg_handle); in tegra_pcib_attach()