Symbol: _buf
crypto/libressl/include/tls.h
187
ssize_t tls_read(struct tls *_ctx, void *_buf, size_t _buflen);
crypto/libressl/include/tls.h
188
ssize_t tls_write(struct tls *_ctx, const void *_buf, size_t _buflen);
crypto/libressl/include/tls.h
209
void tls_unload_file(uint8_t *_buf, size_t len);
crypto/libressl/include/tls.h
85
typedef ssize_t (*tls_read_cb)(struct tls *_ctx, void *_buf, size_t _buflen,
crypto/libressl/include/tls.h
87
typedef ssize_t (*tls_write_cb)(struct tls *_ctx, const void *_buf,
crypto/libressl/ssl/tls_internal.h
43
typedef ssize_t (*tls_read_cb)(void *_buf, size_t _buflen, void *_cb_arg);
crypto/libressl/ssl/tls_internal.h
44
typedef ssize_t (*tls_write_cb)(const void *_buf, size_t _buflen,
crypto/libressl/ssl/tls_internal.h
48
typedef ssize_t (*tls_handshake_read_cb)(void *_buf, size_t _buflen,
crypto/libressl/ssl/tls_internal.h
50
typedef ssize_t (*tls_handshake_write_cb)(const void *_buf, size_t _buflen,
crypto/libressl/tls/tls_internal.h
298
int tls_password_cb(char *_buf, int _size, int _rwflag, void *_u);
lib/libc/gen/arc4random.c
198
_rs_random_buf(void *_buf, size_t n)
lib/libc/gen/arc4random.c
200
u_char *buf = (u_char *)_buf;
lib/libc/rpc/clnt_perror.c
237
str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
lib/libc/rpc/clnt_perror.c
54
static char *_buf(void);
lib/libc/rpc/clnt_perror.c
82
str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
lib/libutil/libutil.h
79
int humanize_number(char *_buf, size_t _len, int64_t _number,
sys/dev/netif/ath/ath/if_athvar.h
1493
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
sys/dev/netif/ath/ath/if_athvar.h
1495
(_buf), (_event)))
sys/dev/sound/midi/midi.h
49
int midi_out(struct snd_midi *_m, MIDI_TYPE *_buf, int _size);
sys/dev/sound/midi/midi.h
50
int midi_in(struct snd_midi *_m, MIDI_TYPE *_buf, int _size);
sys/kern/uipc_mbuf.c
2235
m_devget(void *_buf, int len, int offset __unused, struct ifnet *ifp)
sys/kern/uipc_mbuf.c
2238
caddr_t buf = _buf;
usr.sbin/lpr/common_source/lp.h
284
char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len);
usr.sbin/lpr/common_source/lp.h
297
char *status_file_name(const struct printer *_pp, char *_buf,