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

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c47 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) argument
55 assert(rp_size != NULL);
56 assert(*rp_size > 0);
99 if (n < *rp_size)
100 *rp_size = n;
102 memcpy(rp, buffer + sizeof(*e) + sizeof(*cc), *rp_size);
114 *rp_size = 1;
127 hci_simple_request(int s, int opcode, char *rp, int *rp_size) argument
129 return (hci_request(s, opcode, NULL, 0, rp, rp_size));
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_pcie.c326 bus_size_t rp_size; /* size of config window */ member in struct:tegra_pcib_port
945 port->rp_size = tmp[4];
1505 port->rp_size, 0, &port->cfg_handle);

Completed in 66 milliseconds