Symbol: bitstr_t
stand/boot/common/bcache.c
59
static bitstr_t *bcache_miss;
sys/dev/misc/evdev/evdev_private.h
105
bitstr_t bit_decl(ev_prop_flags, INPUT_PROP_CNT);
sys/dev/misc/evdev/evdev_private.h
106
bitstr_t bit_decl(ev_type_flags, EV_CNT);
sys/dev/misc/evdev/evdev_private.h
107
bitstr_t bit_decl(ev_key_flags, KEY_CNT);
sys/dev/misc/evdev/evdev_private.h
108
bitstr_t bit_decl(ev_rel_flags, REL_CNT);
sys/dev/misc/evdev/evdev_private.h
109
bitstr_t bit_decl(ev_abs_flags, ABS_CNT);
sys/dev/misc/evdev/evdev_private.h
110
bitstr_t bit_decl(ev_msc_flags, MSC_CNT);
sys/dev/misc/evdev/evdev_private.h
111
bitstr_t bit_decl(ev_led_flags, LED_CNT);
sys/dev/misc/evdev/evdev_private.h
112
bitstr_t bit_decl(ev_snd_flags, SND_CNT);
sys/dev/misc/evdev/evdev_private.h
113
bitstr_t bit_decl(ev_sw_flags, SW_CNT);
sys/dev/misc/evdev/evdev_private.h
115
bitstr_t bit_decl(ev_flags, EVDEV_FLAG_CNT);
sys/dev/misc/evdev/evdev_private.h
123
bitstr_t bit_decl(ev_key_states, KEY_CNT); /* (s) */
sys/dev/misc/evdev/evdev_private.h
124
bitstr_t bit_decl(ev_led_states, LED_CNT); /* (s) */
sys/dev/misc/evdev/evdev_private.h
125
bitstr_t bit_decl(ev_snd_states, SND_CNT); /* (s) */
sys/dev/misc/evdev/evdev_private.h
126
bitstr_t bit_decl(ev_sw_states, SW_CNT); /* (s) */
sys/dev/misc/evdev/evdev_private.h
196
bit_change(bitstr_t *bitstr, int bit, int value)
sys/dev/misc/evdev/evdev_private.h
58
_Static_assert(sizeof(bitstr_t) == sizeof(unsigned long),
sys/dev/misc/evdev/freebsd-bitstring.h
133
#define _BITSTR_BITS (sizeof(bitstr_t) * 8)
sys/dev/misc/evdev/freebsd-bitstring.h
154
static inline bitstr_t
sys/dev/misc/evdev/freebsd-bitstring.h
160
static inline bitstr_t
sys/dev/misc/evdev/freebsd-bitstring.h
173
static inline bitstr_t *
sys/dev/misc/evdev/freebsd-bitstring.h
176
return ((bitstr_t *)kmalloc(bitstr_size(_nbits), type, flags | M_ZERO));
sys/dev/misc/evdev/freebsd-bitstring.h
179
static inline bitstr_t *
sys/dev/misc/evdev/freebsd-bitstring.h
182
return ((bitstr_t *)calloc(bitstr_size(_nbits), 1));
sys/dev/misc/evdev/freebsd-bitstring.h
188
((name)[bitstr_size(nbits) / sizeof(bitstr_t)])
sys/dev/misc/evdev/freebsd-bitstring.h
192
bit_test(const bitstr_t *_bitstr, size_t _bit)
sys/dev/misc/evdev/freebsd-bitstring.h
199
bit_set(bitstr_t *_bitstr, size_t _bit)
sys/dev/misc/evdev/freebsd-bitstring.h
206
bit_clear(bitstr_t *_bitstr, size_t _bit)
sys/dev/misc/evdev/freebsd-bitstring.h
213
bit_ntest(const bitstr_t *_bitstr, size_t _start, size_t _stop, int _match)
sys/dev/misc/evdev/freebsd-bitstring.h
215
const bitstr_t *_stopbitstr;
sys/dev/misc/evdev/freebsd-bitstring.h
216
bitstr_t _mask;
sys/dev/misc/evdev/freebsd-bitstring.h
241
bit_nset(bitstr_t *_bitstr, size_t _start, size_t _stop)
sys/dev/misc/evdev/freebsd-bitstring.h
243
bitstr_t *_stopbitstr;
sys/dev/misc/evdev/freebsd-bitstring.h
264
bit_nclear(bitstr_t *_bitstr, size_t _start, size_t _stop)
sys/dev/misc/evdev/freebsd-bitstring.h
266
bitstr_t *_stopbitstr;
sys/dev/misc/evdev/freebsd-bitstring.h
287
bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match)
sys/dev/misc/evdev/freebsd-bitstring.h
289
bitstr_t *_curbitstr;
sys/dev/misc/evdev/freebsd-bitstring.h
290
bitstr_t *_stopbitstr;
sys/dev/misc/evdev/freebsd-bitstring.h
291
bitstr_t _mask;
sys/dev/misc/evdev/freebsd-bitstring.h
292
bitstr_t _test;
sys/dev/misc/evdev/freebsd-bitstring.h
335
bit_ff_area_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, size_t _size,
sys/dev/misc/evdev/freebsd-bitstring.h
338
bitstr_t *_curbitstr, _mask, _test;
sys/dev/misc/evdev/freebsd-bitstring.h
397
bit_count_(bitstr_t *_bitstr, size_t _start, size_t _nbits)
sys/dev/misc/evdev/freebsd-bitstring.h
399
bitstr_t *_curbitstr, mask;
sys/kern/subr_unit.c
127
bitstr_t map[sizeof(struct unr) - 1];
sys/netgraph7/bluetooth/include/ng_btsocket.h
72
bitstr_t bit_decl(packet_mask, 32);
sys/netgraph7/bluetooth/include/ng_btsocket.h
73
bitstr_t bit_decl(event_mask, (NG_HCI_EVENT_MASK_SIZE * 8));
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
727
bitstr_t *f = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
93
bitstr_t bit_decl(events, 0xff);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
94
bitstr_t bit_decl(commands[0x3f], 0x3ff);
sys/sys/bitstring.h
110
bitstr_t *_name = (name); \
sys/sys/bitstring.h
116
bitstr_t _lb; \
sys/sys/bitstring.h
129
bitstr_t *_name = (name); \
sys/sys/bitstring.h
135
bitstr_t _lb; \
sys/sys/bitstring.h
148
bitstr_t *_name = (name); \
sys/sys/bitstring.h
154
bitstr_t _lb; \
sys/sys/bitstring.h
167
bitstr_t *_name = (name); \
sys/sys/bitstring.h
56
(bitstr_t *)calloc((size_t)bitstr_size(nbits), sizeof(bitstr_t))
sys/sys/bitstring.h
76
bitstr_t *_name = (name); \
sys/sys/bitstring.h
93
bitstr_t *_name = (name); \
usr.sbin/cron/cron/cron.h
167
bitstr_t bit_decl(minute, MINUTE_COUNT);
usr.sbin/cron/cron/cron.h
168
bitstr_t bit_decl(hour, HOUR_COUNT);
usr.sbin/cron/cron/cron.h
169
bitstr_t bit_decl(dom, DOM_COUNT);
usr.sbin/cron/cron/cron.h
170
bitstr_t bit_decl(month, MONTH_COUNT);
usr.sbin/cron/cron/cron.h
171
bitstr_t bit_decl(dow, DOW_COUNT);
usr.sbin/cron/lib/entry.c
41
static char get_list(bitstr_t *, int, int, char *[], int, FILE *),
usr.sbin/cron/lib/entry.c
42
get_range(bitstr_t *, int, int, char *[], int, FILE *),
usr.sbin/cron/lib/entry.c
435
get_list(bitstr_t *bits, int low, int high, char **names, int ch, FILE *file)
usr.sbin/cron/lib/entry.c
44
static int set_element(bitstr_t *, int, int, int);
usr.sbin/cron/lib/entry.c
477
get_range(bitstr_t *bits, int low, int high, char **names, int ch, FILE *file)
usr.sbin/cron/lib/entry.c
615
set_element(bitstr_t *bits, int low, int high, int number)