Home
last modified time | relevance | path

Searched refs:_buf (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.h261 #define GET_ANNOTATIONS(_buf) \ argument
262 (struct annotations_t *)(_buf)
264 #define GET_RX_PRS(_buf) \ argument
265 (struct dpaa_eth_parse_results_t *)((uint8_t *)(_buf) + \
268 #define GET_TX_PRS(_buf) \ argument
269 (struct dpaa_eth_parse_results_t *)((uint8_t *)(_buf) + \
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunisig.h46 void uni_print_api(char *_buf, size_t _bufsiz, u_int _type, u_int _cookie,
/f-stack/freebsd/sys/
H A Dptrace.h208 void *_buf, size_t _len);
210 void *_buf, size_t _len);
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duniprint.h52 void uni_print_init(char *_buf, size_t _bufsiz, struct unicx *_cx);
/f-stack/tools/libutil/
H A Dlibutil.h98 int expand_number(const char *_buf, uint64_t *_num);
108 int humanize_number(char *_buf, size_t _len, int64_t _number,
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h505 #define KCF_WRAP_RANDOM_OPS_PARAMS(req, ftype, _sid, _buf, _buflen, \ argument
513 rops->rn_buf = _buf; \
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in118 self._buf = b''
144 self._buf += buf
147 buf = self._buf + buf
149 self._buf = rest
/f-stack/freebsd/kern/
H A Dbus_if.m669 * @param _buf the address of a buffer to receive the pnp
671 * @param _buflen the size of the buffer pointed to by @p _buf
676 char *_buf;
695 * @param _buf the address of a buffer to receive the location
697 * @param _buflen the size of the buffer pointed to by @p _buf
702 char *_buf;
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h134 #define ECORE_FREE(_s, _buf, _size) \ argument
135 rte_free(_buf)
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h702 struct _buf {
/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1854 unsigned char _buf[32]; /* Private buffer. */ member
2072 val->elen = ll2string((char*)val->_buf,sizeof(val->_buf),val->ell); in zuiBufferFromValue()
2073 val->estr = val->_buf; in zuiBufferFromValue()