| /freebsd-13.1/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_var.h | 74 #define rtwn_r92c_tx_enable_ampdu(_sc, _buf, _enable) \ argument 75 ((R92C_SOFTC(_sc)->rs_tx_enable_ampdu)((_buf), (_enable))) 76 #define rtwn_r92c_tx_setup_hwseq(_sc, _buf) \ argument 77 ((R92C_SOFTC(_sc)->rs_tx_setup_hwseq)((_buf))) 78 #define rtwn_r92c_tx_setup_macid(_sc, _buf, _id) \ argument 79 ((R92C_SOFTC(_sc)->rs_tx_setup_macid)((_buf), (_id))) 80 #define rtwn_r92c_set_rom_opts(_sc, _buf) \ argument 81 ((R92C_SOFTC(_sc)->rs_set_rom_opts)((_sc), (_buf)))
|
| /freebsd-13.1/tests/sys/kern/pipe/ |
| H A D | pipe_fstat_bug_test.c | 73 #define SYNC_R(i, _buf) do { \ in main() argument 76 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main() 81 #define SYNC_W(i, _buf) do { \ in main() argument 84 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
|
| H A D | pipe_reverse_test.c | 77 #define SYNC_R(i, _buf) do { \ in main() argument 80 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main() 85 #define SYNC_W(i, _buf) do { \ in main() argument 88 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
|
| H A D | pipe_wraparound_test.c | 75 #define SYNC_R(i, _buf) do { \ in main() argument 78 if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main() 83 #define SYNC_W(i, _buf) do { \ in main() argument 86 if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \ in main()
|
| /freebsd-13.1/sys/dev/rtwn/ |
| H A D | if_rtwnvar.h | 523 _buf, _ridx, _maxretry) \ argument 525 (_m), (_buf), (_ridx), (_maxretry))) 527 _buf, _params) \ argument 529 (_m), (_buf), (_params))) 532 (_buf), (_11b), (_qos), (_id))) 535 #define rtwn_tx_radiotap_flags(_sc, _buf) \ argument 536 (((_sc)->sc_tx_radiotap_flags)((_buf))) 537 #define rtwn_rx_radiotap_flags(_sc, _buf) \ argument 538 (((_sc)->sc_rx_radiotap_flags)((_buf))) 550 #define rtwn_classify_intr(_sc, _buf, _len) \ argument [all …]
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_if.m | 108 * @param _buf Pointer to buffer 115 void *_buf; 124 * @param _buf Buffer for next property name 131 char *_buf; 140 * @param _buf Value to set 147 const void *_buf; 161 char *_buf; 276 * @param _buf Buffer to read to 282 void *_buf; 290 * @param _buf Buffer to write from [all …]
|
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | clnt_perror.c | 61 static char *_buf(void); 66 _buf(void) in _buf() function 89 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */ in clnt_sperror() 244 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */ in clnt_spcreateerror()
|
| /freebsd-13.1/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-13.1/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-13.1/sys/dev/sound/midi/ |
| H A D | midi.h | 51 int midi_out(struct snd_midi *_m, MIDI_TYPE *_buf, int _size); 52 int midi_in(struct snd_midi *_m, MIDI_TYPE *_buf, int _size);
|
| H A D | synth_if.m | 144 nosendsysex ( void /* X */ * _kobj, void * _buf, size_t _len) 158 nowriteraw ( void /* X */ * _kobjt, uint8_t * _buf, size_t _len) 266 void *_buf; 279 uint8_t *_buf;
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | arc4random.c | 184 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument 186 u_char *buf = (u_char *)_buf; in _rs_random_buf() 270 arc4random_buf(void *_buf, size_t n) in arc4random_buf() argument 274 char *buf = (char *)_buf; in arc4random_buf()
|
| /freebsd-13.1/tools/build/cross-build/include/common/ |
| H A D | libutil.h | 44 int expand_number(const char *_buf, uint64_t *_num);
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_random.c | 259 arc4random_buf(void *_buf, size_t n) in arc4random_buf() argument 261 uint8_t *buf = (uint8_t *)_buf; in arc4random_buf()
|
| /freebsd-13.1/sys/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,
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | arc4random.c | 194 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument 196 u_char *buf = (u_char *)_buf; in _rs_random_buf()
|
| /freebsd-13.1/sys/sys/ |
| H A D | ptrace.h | 229 void *_buf, size_t _len); 231 void *_buf, size_t _len);
|
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | libutil.h | 52 int expand_number(const char *_buf, uint64_t *_num);
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uniprint.h | 52 void uni_print_init(char *_buf, size_t _bufsiz, struct unicx *_cx);
|
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 299 char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len); 312 char *status_file_name(const struct printer *_pp, char *_buf,
|
| /freebsd-13.1/lib/libutil/ |
| H A D | libutil.h | 94 int expand_number(const char *_buf, uint64_t *_num); 104 int humanize_number(char *_buf, size_t _len, int64_t _number,
|
| /freebsd-13.1/contrib/unbound/compat/ |
| H A D | arc4random.c | 253 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument 255 u_char *buf = (u_char *)_buf; in _rs_random_buf()
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | if_mwlvar.h | 156 #define MWL_JUMBO_BUF2DATA(_buf) ((uint8_t *)(_buf)) argument
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | config_file.c | 1142 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; in wpa_config_write_global() local 1144 _buf, sizeof(_buf)); in wpa_config_write_global() 1173 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; in wpa_config_write_global() local 1177 _buf, sizeof(_buf)); in wpa_config_write_global()
|
| /freebsd-13.1/contrib/openpam/include/security/ |
| H A D | openpam.h | 64 char *_buf,
|