Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_var.h73 #define rtwn_r92c_tx_enable_ampdu(_sc, _buf, _enable) \ argument
74 ((R92C_SOFTC(_sc)->rs_tx_enable_ampdu)((_buf), (_enable)))
75 #define rtwn_r92c_tx_setup_hwseq(_sc, _buf) \ argument
76 ((R92C_SOFTC(_sc)->rs_tx_setup_hwseq)((_buf)))
77 #define rtwn_r92c_tx_setup_macid(_sc, _buf, _id) \ argument
78 ((R92C_SOFTC(_sc)->rs_tx_setup_macid)((_buf), (_id)))
79 #define rtwn_r92c_set_rom_opts(_sc, _buf) \ argument
80 ((R92C_SOFTC(_sc)->rs_set_rom_opts)((_sc), (_buf)))
/freebsd/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c72 #define SYNC_R(i, _buf) do { \ in main() argument
75 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
80 #define SYNC_W(i, _buf) do { \ in main() argument
83 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
H A Dpipe_reverse_test.c76 #define SYNC_R(i, _buf) do { \ in main() argument
79 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
84 #define SYNC_W(i, _buf) do { \ in main() argument
87 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
H A Dpipe_wraparound_test.c74 #define SYNC_R(i, _buf) do { \ in main() argument
77 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
82 #define SYNC_W(i, _buf) do { \ in main() argument
85 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
/freebsd/sys/dev/ofw/
H A Dofw_if.m107 * @param _buf Pointer to buffer
114 void *_buf;
123 * @param _buf Buffer for next property name
130 char *_buf;
139 * @param _buf Value to set
146 const void *_buf;
154 * @param _buf Buffer for canonicalized path
160 char *_buf;
275 * @param _buf Buffer to read to
281 void *_buf;
[all …]
/freebsd/lib/libc/rpc/
H A Dclnt_perror.c54 static char *_buf(void);
59 _buf(void) in _buf() function
82 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */ in clnt_sperror()
237 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */ in clnt_spcreateerror()
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random.c171 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument
173 u_char *buf = (u_char *)_buf; in _rs_random_buf()
239 arc4random_buf(void *_buf, size_t n) in arc4random_buf() argument
243 char *buf = (char *)_buf; in arc4random_buf()
/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.c47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) in wpabuf_resize() argument
49 struct wpabuf *buf = *_buf; in wpabuf_resize()
55 *_buf = wpabuf_alloc(add_len); in wpabuf_resize()
56 return *_buf == NULL ? -1 : 0; in wpabuf_resize()
99 *_buf = buf; in wpabuf_resize()
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_ar.h50 unsigned char *_libelf_ar_get_string(const char *_buf, size_t _sz,
54 int _libelf_ar_get_number(const char *_buf, size_t _sz,
/freebsd/sys/dev/sound/midi/
H A Dmidi.h51 int midi_out(struct snd_midi *_m, uint8_t *_buf, int _size);
52 int midi_in(struct snd_midi *_m, uint8_t *_buf, int _size);
H A Dsynth_if.m143 nosendsysex ( void /* X */ * _kobj, void * _buf, size_t _len)
157 nowriteraw ( void /* X */ * _kobjt, uint8_t * _buf, size_t _len)
265 void *_buf;
278 uint8_t *_buf;
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_compress.h189 size_t c_len = name##_buf(s_buf, d_buf, s_len, d_len, n); \
200 int err = name##_buf(s_buf, d_buf, s_len, d_len, n); \
211 int err = name##_buf(s_buf, d_buf, s_len, d_len, n); \
/freebsd/sys/sys/
H A Dptrace.h244 void *_buf, size_t _len);
246 void *_buf, size_t _len);
/freebsd/lib/libc/gen/
H A Darc4random.c198 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument
200 u_char *buf = (u_char *)_buf; in _rs_random_buf()
/freebsd/tools/build/cross-build/include/common/
H A Dlibutil.h42 int expand_number(const char *_buf, uint64_t *_num);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_random.c287 la_arc4random_buf(void *_buf, size_t n)
289 uint8_t *buf = (uint8_t *)_buf; in la_arc4random_buf()
288 la_arc4random_buf(void * _buf,size_t n) la_arc4random_buf() argument
/freebsd/lib/libutil/
H A Dlibutil.h92 int expand_number(const char *_buf, uint64_t *_num);
102 int humanize_number(char *_buf, size_t _len, int64_t _number,
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h296 char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len);
309 char *status_file_name(const struct printer *_pp, char *_buf,
/freebsd/tools/build/cross-build/include/linux/
H A Dlibutil.h49 int expand_number(const char *_buf, uint64_t *_num);
/freebsd/contrib/unbound/compat/
H A Darc4random.c259 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument
261 u_char *buf = (u_char *)_buf; in _rs_random_buf()
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h154 #define MWL_JUMBO_BUF2DATA(_buf) ((uint8_t *)(_buf)) argument
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c1183 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; in wpa_config_write_global() local
1185 _buf, sizeof(_buf)); in wpa_config_write_global()
1214 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; in wpa_config_write_global() local
1218 _buf, sizeof(_buf)); in wpa_config_write_global()
H A Dconfig_winreg.c604 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; in wpa_config_write_global() local
606 _buf, sizeof(_buf)); in wpa_config_write_global()
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h62 char *_buf,
/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.h72 int humanize_number(char *_buf, size_t _len, int64_t _number,

12