/dflybsd-src/sys/dev/misc/evdev/ |
H A D | freebsd-bitstring.h | 335 bit_ff_area_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, size_t _size, in bit_ff_area_at_() 376 #define bit_ff_area_at(_bitstr, _start, _nbits, _size, _match, _resultp) \ argument 380 #define bit_ffs_area_at(_bitstr, _start, _nbits, _size, _resultp) \ argument 384 #define bit_ffc_area_at(_bitstr, _start, _nbits, _size, _resultp) \ argument 388 #define bit_ffs_area(_bitstr, _nbits, _size, _resultp) \ argument 392 #define bit_ffc_area(_bitstr, _nbits, _size, _resultp) \ argument
|
/dflybsd-src/tools/tools/ath/common/ |
H A D | ah_osdep.h | 47 #define OS_MEMZERO(_a, _size) bzero((_a), (_size)) argument 48 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
/dflybsd-src/sys/dev/disk/vpo/ |
H A D | immio.c | 434 imm_outstr(struct vpoio_data *vpo, char *_buffer, int _size) in imm_outstr() 455 imm_instr(struct vpoio_data *vpo, char *_buffer, int _size) in imm_instr()
|
H A D | vpoio.c | 441 vpoio_outstr(struct vpoio_data *vpo, char *_buffer, int _size) in vpoio_outstr() 461 vpoio_instr(struct vpoio_data *vpo, char *_buffer, int _size) in vpoio_instr()
|
/dflybsd-src/sys/sys/ |
H A D | malloc.h | 275 __kmalloc(size_t _size, struct malloc_type *_type, int _flags) in __kmalloc() 291 __kmalloc_obj(size_t _size, struct malloc_type *_type, int _flags) in __kmalloc_obj()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf.h | 233 unsigned short _size; /* Size of entire type in bytes. */ member 253 unsigned short _size; /* Always CTF_LSIZE_SENT_V1. */ member 276 uint32_t _size; /* Size of entire type in bytes. */ member 296 uint32_t _size; /* Always CTF_LSIZE_SENT. */ member
|
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/ |
H A D | ng_l2cap_cmds.h | 323 #define _ng_l2cap_echo_req(_m, _ident, _data, _size) \ argument
|
/dflybsd-src/lib/libc/stdio/ |
H A D | priv_stdio.h | 52 int _size; member
|
/dflybsd-src/contrib/ldns/ldns/ |
H A D | edns.h | 99 size_t _size; member
|
H A D | rdata.h | 199 size_t _size; member
|
H A D | packet.h | 246 size_t _size; member
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_regdomain.c | 170 #define swap(_a, _b, _size) { \ argument
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_athvar.h | 1399 #define ath_hal_setuprxdesc(_ah, _ds, _size, _intreq) \ argument 1428 #define ath_hal_setuptxstatusring(_ah, _tsstart, _tspstart, _size) \ argument
|