Home
last modified time | relevance | path

Searched refs:rsplen (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/bhyve/
H A Dfwctl_fetch.c66 uint32_t value, rsplen; in fwctl_op() local
80 rsplen = inl(FWCTL_IN); in fwctl_op()
83 if (rsplen < 4 * sizeof(value)) in fwctl_op()
84 errx(1, "Invalid response length (%u): %u", id, rsplen); in fwctl_op()
102 if (rsplen != 4 * sizeof(value) + len) in fwctl_op()
104 rsplen - 4 * sizeof(value), len); in fwctl_op()
/freebsd/sys/dev/ocs_fc/
H A Docs_els.c59 static int32_t ocs_els_send_rsp(ocs_io_t *els, uint32_t rsplen);
162 ocs_els_io_alloc_size(ocs_node_t *node, uint32_t reqlen, uint32_t rsplen, ocs_els_role_e role) in ocs_els_io_alloc_size() argument
225 if (rsplen > OCS_ELS_GID_PT_RSP_LEN) { in ocs_els_io_alloc_size()
227 "greater than allocated\n", rsplen); in ocs_els_io_alloc_size()
234 els->els_rsp.size = rsplen; in ocs_els_io_alloc_size()
420 ocs_els_send_rsp(ocs_io_t *els, uint32_t rsplen) in ocs_els_send_rsp() argument
430 els->wire_len = rsplen; in ocs_els_send_rsp()
H A Docs_els.h52 extern ocs_io_t *ocs_els_io_alloc_size(ocs_node_t *node, uint32_t reqlen, uint32_t rsplen, ocs_els_…
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c1317 int cmd, void *rsp, int rsplen) in ng_btsocket_l2cap_raw_send_sync_ngmsg() argument
1347 bcopy(pcb->msg->data, rsp, rsplen); in ng_btsocket_l2cap_raw_send_sync_ngmsg()
H A Dng_btsocket_hci_raw.c409 int cmd, void *rsp, int rsplen) in ng_btsocket_hci_raw_send_sync_ngmsg() argument
438 bcopy(pcb->msg->data, rsp, rsplen); in ng_btsocket_hci_raw_send_sync_ngmsg()