/freebsd/sys/dev/rtwn/rtl8192c/ |
H A D | r92c_var.h | 73 #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 D | pipe_fstat_bug_test.c | 72 #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 D | pipe_reverse_test.c | 76 #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 D | pipe_wraparound_test.c | 74 #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 D | ofw_if.m | 107 * @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 D | clnt_perror.c | 54 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 D | arc4random.c | 171 _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 D | wpabuf.c | 47 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.h | 50 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 D | midi.h | 51 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 D | synth_if.m | 143 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 D | zio_compress.h | 189 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 D | ptrace.h | 244 void *_buf, size_t _len); 246 void *_buf, size_t _len);
|
/freebsd/lib/libc/gen/ |
H A D | arc4random.c | 198 _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 D | libutil.h | 42 int expand_number(const char *_buf, uint64_t *_num);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_random.c | 287 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 D | libutil.h | 92 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 D | lp.h | 296 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 D | libutil.h | 49 int expand_number(const char *_buf, uint64_t *_num);
|
/freebsd/contrib/unbound/compat/ |
H A D | arc4random.c | 259 _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 D | if_mwlvar.h | 154 #define MWL_JUMBO_BUF2DATA(_buf) ((uint8_t *)(_buf)) argument
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_file.c | 1183 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 D | config_winreg.c | 604 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 D | openpam.h | 62 char *_buf,
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.h | 72 int humanize_number(char *_buf, size_t _len, int64_t _number,
|