Searched refs:_bf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h315 #define ATH_TXBUF_RESET(_bf) do { \
316 (_bf)->bf_status = 0; \
317 (_bf)->bf_lastbf = NULL; \
318 (_bf)->bf_lastfrm = NULL; \
319 (_bf)->bf_next = NULL; \
320 (void) memset(&((_bf)->bf_state), 0, \
322 (void) memset(&((_bf)->tx_info_priv), 0, \
407 #define ATH_RXBUF_RESET(_bf) ((_bf)->bf_status = 0)
/illumos-gate/usr/src/boot/include/
H A Dstdio.h88 * _lbfsize is -_bf._size, else _lbfsize is 0
101 * than fit in the current _bf, or when ungetc() pushes back a character
102 * that does not match the previous one in _bf. When this happens,
116 struct __sbuf _bf; /* (*) the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
117 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
139 int _blksize; /* stat.st_blksize (may be != _bf._size) */
170 #define __SMBF 0x0080 /* _bf._base is from malloc */
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1173 #define ATH_HAL_WAITFORBEACON(_ah, _bf) \
1174 ((*(_ah)->ah_waitForBeaconDone)((_ah), (_bf)->bf_daddr))

Completed in 57 milliseconds