Searched refs:_buf (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_rxtx.h | 261 #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 D | unisig.h | 46 void uni_print_api(char *_buf, size_t _bufsiz, u_int _type, u_int _cookie,
|
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 208 void *_buf, size_t _len); 210 void *_buf, size_t _len);
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uniprint.h | 52 void uni_print_init(char *_buf, size_t _bufsiz, struct unicx *_cx);
|
| /f-stack/tools/libutil/ |
| H A D | libutil.h | 98 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 D | ops_impl.h | 505 #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 D | test-runner.py.in | 118 self._buf = b'' 144 self._buf += buf 147 buf = self._buf + buf 149 self._buf = rest
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 669 * @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 D | ecore_sp.h | 134 #define ECORE_FREE(_s, _buf, _size) \ argument 135 rte_free(_buf)
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 702 struct _buf {
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_zset.c | 1854 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()
|