Home
last modified time | relevance | path

Searched refs:buf_length (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/cfe/
H A Dcfe_api.c277 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 Dcfe_api_int.h96 cfe_xuint_t buf_length; /* length of this buffer */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h53 u16 buf_length; member
H A Decore_ll2.c1619 p_curp->buf_length = buf_len; in ecore_ll2_post_rx_buffer()
/freebsd/sys/dev/sfxge/common/
H A Defx_tx.c539 __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 Def10_impl.h774 __in_ecount(buf_length) uint8_t *buffer,
775 __in size_t buf_length,
H A Defx.h2716 __in_ecount(buf_length) uint8_t *buffer,
2717 __in size_t buf_length,
/freebsd/sbin/ifconfig/
H A Difpfsync.c62 ifr.ifr_cap_nv.buf_length = IFR_CAP_NV_MAXBUFSIZE; in pfsync_do_ioctl()
H A Difconfig.c1512 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 Dif.h443 u_int buf_length; /* Total size of buffer, member
H A Dif.c2491 if (nvbuflen > ifr->ifr_cap_nv.buf_length) { in ifhwioctl()
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c849 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 Dif_pfsync.c1682 if (nvbuflen > ifr->ifr_cap_nv.buf_length) { in pfsyncioctl()