_buf
: _buf(buf), _rpcmsg(type), _pipe(pipe), _sst(sst) { }
WorkItem::WorkItem(const WorkItem& item) : _buf(NULL), _rpcmsg(0), _pipe(NULL), _sst(0) {
k5_ipc_stream _buf = NULL;
krb5int_ipc_stream_new(&_buf);
krb5int_ipc_stream_write(_buf,
WorkItem(_buf, item._pipe, item._rpcmsg, item._sst);
WorkItem::WorkItem() : _buf(NULL), _rpcmsg(CCMSG_INVALID), _pipe(NULL), _sst(0) { }
if (_buf) krb5int_ipc_stream_release(_buf);
_buf = NULL;
k5_ipc_stream _buf;
const k5_ipc_stream payload() const {return _buf;}
_rs_random_buf(void *_buf, size_t n)
u_char *buf = (u_char *)_buf;
arc4random_buf(void *_buf, size_t n)
char *buf = (char *)_buf;
_rs_random_buf(void *_buf, size_t n)
u_char *buf = (u_char *)_buf;
str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
static char *_buf(void);
str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
int sysdecode_utrace(FILE *_fp, void *_buf, size_t _len);
bool sysdecode_netlink(FILE *_fp, const void *_buf, size_t _len);
int humanize_number(char *_buf, size_t _len, int64_t _number,
int expand_number(const char *_buf, int64_t *_num);
int expand_unsigned(const char *_buf, uint64_t *_num);
#define expand_number(_buf, _num) \
default: expand_number)((_buf), (_num))
#define ath_hal_procradarevent(_ah, _rxs, _fulltsf, _buf, _event) \
(_buf), (_event)))
#define ECORE_FREE(_s, _buf, _size) free(_buf, M_TEMP)
#define MWL_JUMBO_BUF2DATA(_buf) ((uint8_t *)(_buf))
bit8 * _buf = buffer;
si_memcpy( _buf, (bit8*)(q->memoryRegion.virtPtr) + length, 128*256);
bit8 * _buf = buffer;
si_memcpy( _buf, (bit8*)(q->memoryRegion.virtPtr) + length, 128*256);
#define rtwn_fw_write_block(_sc, _buf, _reg, _len) \
(((_sc)->sc_fw_write_block)((_sc), (_buf), (_reg), (_len)))
_buf, _ridx, _force, _maxretry) \
(_m), (_buf), (_ridx), (_force), (_maxretry)))
_buf, _params) \
(_m), (_buf), (_params)))
#define rtwn_fill_tx_desc_null(_sc, _buf, _11b, _qos, _id) \
(_buf), (_11b), (_qos), (_id)))
#define rtwn_tx_radiotap_flags(_sc, _buf) \
(((_sc)->sc_tx_radiotap_flags)((_buf)))
#define rtwn_rx_radiotap_flags(_sc, _buf) \
(((_sc)->sc_rx_radiotap_flags)((_buf)))
#define rtwn_classify_intr(_sc, _buf, _len) \
(((_sc)->sc_classify_intr)((_sc), (_buf), (_len)))
#define rtwn_handle_tx_report(_sc, _buf, _len) \
(((_sc)->sc_handle_tx_report)((_sc), (_buf), (_len)))
#define rtwn_handle_tx_report2(_sc, _buf, _len) \
(((_sc)->sc_handle_tx_report2)((_sc), (_buf), (_len)))
#define rtwn_handle_c2h_report(_sc, _buf, _len) \
(((_sc)->sc_handle_c2h_report)((_sc), (_buf), (_len)))
#define rtwn_beacon_init(_sc, _buf, _id) \
(((_sc)->sc_beacon_init)((_sc), (_buf), (_id)))
#define rtwn_beacon_set_rate(_sc, _buf, _is5ghz) \
(((_sc)->sc_beacon_set_rate)((_buf), (_is5ghz)))
#define rtwn_r92c_tx_enable_ampdu(_sc, _buf, _enable) \
((R92C_SOFTC(_sc)->rs_tx_enable_ampdu)((_buf), (_enable)))
#define rtwn_r92c_tx_setup_hwseq(_sc, _buf) \
((R92C_SOFTC(_sc)->rs_tx_setup_hwseq)((_buf)))
#define rtwn_r92c_tx_setup_macid(_sc, _buf, _id) \
((R92C_SOFTC(_sc)->rs_tx_setup_macid)((_buf), (_id)))
#define rtwn_r92c_set_rom_opts(_sc, _buf) \
((R92C_SOFTC(_sc)->rs_set_rom_opts)((_sc), (_buf)))
int midi_out(struct snd_midi *_m, uint8_t *_buf, int _size);
int midi_in(struct snd_midi *_m, uint8_t *_buf, int _size);
# define UHSO_HEXDUMP(_buf, _len) do { \
const char *__buf = (const char *)_buf; \
# define UHSO_HEXDUMP(_buf, _len)
udl_buffer_free(void *_buf, uint32_t size)
if (_buf == NULL)
buf = (struct udl_buffer *)(((uint8_t *)_buf) + size);
char _buf[32];
char _buf[32];
void *_buf, size_t _len);
void *_buf, size_t _len);
#define SYNC_R(i, _buf) do { \
if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
#define SYNC_W(i, _buf) do { \
if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
#define SYNC_R(i, _buf) do { \
if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
#define SYNC_W(i, _buf) do { \
if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
#define SYNC_R(i, _buf) do { \
if (read(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
#define SYNC_W(i, _buf) do { \
if (write(ipc_coord[i], &_buf, sizeof(_buf)) != sizeof(_buf)) \
int expand_number(const char *_buf, int64_t *_num);
int expand_number(const char *_buf, int64_t *_num);
char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len);
char *status_file_name(const struct printer *_pp, char *_buf,
int humanize_number(char *_buf, size_t _len, int64_t _number,