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

/freebsd-current/sys/dev/cfe/
H A Dcfe_api_int.h96 cfe_xuint_t buf_length; /* length of this buffer */ member in struct:xiocb_buffer_s
H A Dcfe_api.c277 xiocb.plist.xiocb_buffer.buf_length = cfe_strlen(name);
428 xiocb.plist.xiocb_buffer.buf_length = length;
451 xiocb.plist.xiocb_buffer.buf_length = cfe_strlen(name);
482 xiocb.plist.xiocb_buffer.buf_length = length;
550 xiocb.plist.xiocb_buffer.buf_length = length;
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h53 u16 buf_length; member in struct:ecore_ll2_rx_packet
H A Decore_ll2.c1619 p_curp->buf_length = buf_len;
/freebsd-current/sbin/ifconfig/
H A Difpfsync.c62 ifr.ifr_cap_nv.buf_length = IFR_CAP_NV_MAXBUFSIZE;
H A Difconfig.c1512 ifr.ifr_cap_nv.buf_length = ifr.ifr_cap_nv.length = nvbuflen;
1689 ifr.ifr_cap_nv.buf_length = IFR_CAP_NV_MAXBUFSIZE;
/freebsd-current/sys/dev/sfxge/common/
H A Defx_tx.c539 __in_ecount(buf_length) uint8_t *buffer,
540 __in size_t buf_length,
550 if ((rc = etxop->etxo_qpio_write(etp, buffer, buf_length,
537 efx_tx_qpio_write( __in efx_txq_t *etp, __in_ecount(buf_length) uint8_t *buffer, __in size_t buf_length, __in size_t pio_buf_offset) argument
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-current/sys/net/
H A Dif.h441 u_int buf_length; /* Total size of buffer, member in struct:ifreq_nv_req
H A Dif.c2510 if (nvbuflen > ifr->ifr_cap_nv.buf_length) {
/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c842 * @param buf_length length of data buffer
849 ocs_dump32(uint32_t mask, ocs_os_handle_t os, const char *label, void *buf, uint32_t buf_length) argument
851 uint32_t word_count = buf_length / sizeof(uint32_t);
/freebsd-current/sys/netpfil/pf/
H A Dif_pfsync.c1621 if (nvbuflen > ifr->ifr_cap_nv.buf_length) {

Completed in 179 milliseconds