Searched refs:buf_length (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/cfe/ |
H A D | cfe_api.c | 277 xiocb.plist.xiocb_buffer.buf_length = cfe_strlen(name); in cfe_getdevinfo() 428 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_ioctl() 451 xiocb.plist.xiocb_buffer.buf_length = cfe_strlen(name); in cfe_open() 482 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_readblk() 550 xiocb.plist.xiocb_buffer.buf_length = length; in cfe_writeblk()
|
H A D | cfe_api_int.h | 96 cfe_xuint_t buf_length; /* length of this buffer */ member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2.h | 53 u16 buf_length; member
|
H A D | ecore_ll2.c | 1619 p_curp->buf_length = buf_len; in ecore_ll2_post_rx_buffer()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_tx.c | 539 __in_ecount(buf_length) uint8_t *buffer, in efx_tx_qpio_write() 540 __in size_t buf_length, in efx_tx_qpio_write() argument 550 if ((rc = etxop->etxo_qpio_write(etp, buffer, buf_length, in efx_tx_qpio_write()
|
H A D | ef10_impl.h | 774 __in_ecount(buf_length) uint8_t *buffer, 775 __in size_t buf_length,
|
H A D | efx.h | 2716 __in_ecount(buf_length) uint8_t *buffer, 2717 __in size_t buf_length,
|
/freebsd/sbin/ifconfig/ |
H A D | ifpfsync.c | 62 ifr.ifr_cap_nv.buf_length = IFR_CAP_NV_MAXBUFSIZE; in pfsync_do_ioctl()
|
H A D | ifconfig.c | 1512 ifr.ifr_cap_nv.buf_length = ifr.ifr_cap_nv.length = nvbuflen; in setifcapnv() 1689 ifr.ifr_cap_nv.buf_length = IFR_CAP_NV_MAXBUFSIZE; in print_ifcap_nv()
|
/freebsd/sys/net/ |
H A D | if.h | 443 u_int buf_length; /* Total size of buffer, member
|
H A D | if.c | 2491 if (nvbuflen > ifr->ifr_cap_nv.buf_length) { in ifhwioctl()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_utils.c | 849 ocs_dump32(uint32_t mask, ocs_os_handle_t os, const char *label, void *buf, uint32_t buf_length) in ocs_dump32() argument 851 uint32_t word_count = buf_length / sizeof(uint32_t); in ocs_dump32()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 1682 if (nvbuflen > ifr->ifr_cap_nv.buf_length) { in pfsyncioctl()
|