Symbol: _t
lib/libelf/_libelf.h
214
unsigned int _libelf_falign(Elf_Type _t, int _elfclass);
lib/libelf/_libelf.h
215
size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
lib/libelf/_libelf.h
217
_libelf_translator_function *_libelf_get_translator(Elf_Type _t,
lib/libelf/_libelf.h
223
unsigned int _libelf_malign(Elf_Type _t, int _elfclass);
lib/libelf/_libelf.h
225
size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
regress/lib/libcrypto/test/test.h
107
void test_skip(struct test *_t, const char *_reason);
regress/lib/libcrypto/test/test.h
113
void test_skipf(struct test *_t, const char *_fmt, ...)
regress/lib/libcrypto/test/test.h
124
void test_run(struct test *_t, const char *_name, test_run_func *_fn, const void *_arg);
regress/lib/libcrypto/test/test.h
129
void test_hexdump(struct test *_t, const unsigned char *_buf, size_t _len);
regress/lib/libcrypto/test/test.h
135
void test_hexdiff(struct test *_t, const uint8_t *_buf, size_t _len, const uint8_t *_compare);
regress/lib/libcrypto/test/test.h
40
int test_result(struct test *_t);
regress/lib/libcrypto/test/test.h
46
typedef void (test_run_func)(struct test *_t, const void *_arg);
regress/lib/libcrypto/test/test.h
51
void test_fail(struct test *_t);
regress/lib/libcrypto/test/test.h
60
void test_printf(struct test *_t, const char *_fmt, ...)
regress/lib/libcrypto/test/test.h
75
void test_logf_internal(struct test *_t, const char *_label, const char *_func,
regress/sys/net/rtable/kern_compat.h
80
#define task_add(_tq, _t) ((_t)->t_func((_t)->t_arg))
sys/arch/alpha/alpha/fp_complete.c
66
(u_int ## width ## _t)(sign) << ((width) - 1) |\
sys/arch/alpha/alpha/fp_complete.c
67
(u_int ## width ## _t)(exp) << ((width) - 1 - (expwidth)) |\
sys/arch/alpha/alpha/fp_complete.c
68
(u_int ## width ## _t)(msb) << ((width) - 1 - (expwidth) - 1) |\
sys/arch/alpha/alpha/fp_complete.c
69
(u_int ## width ## _t)(rest_of_frac)
sys/arch/amd64/include/bus.h
141
#define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o)))
sys/arch/amd64/include/bus.h
142
#define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o)))
sys/arch/amd64/include/bus.h
143
#define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o)))
sys/arch/amd64/include/bus.h
144
#define bus_space_read_8(_t, _h, _o) ((_t)->read_8((_h), (_o)))
sys/arch/amd64/include/bus.h
146
#define bus_space_read_raw_2(_t, _h, _o) ((_t)->read_2((_h), (_o)))
sys/arch/amd64/include/bus.h
147
#define bus_space_read_raw_4(_t, _h, _o) ((_t)->read_4((_h), (_o)))
sys/arch/amd64/include/bus.h
148
#define bus_space_read_raw_8(_t, _h, _o) ((_t)->read_8((_h), (_o)))
sys/arch/amd64/include/bus.h
168
#define bus_space_read_multi_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
169
((_t)->read_multi_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
170
#define bus_space_read_multi_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
171
((_t)->read_multi_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
172
#define bus_space_read_multi_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
173
((_t)->read_multi_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
174
#define bus_space_read_multi_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
175
((_t)->read_multi_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
188
#define bus_space_read_raw_multi_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
189
((_t)->read_multi_2((_h), (_o), (u_int16_t *)(_a), (_c) >> 1))
sys/arch/amd64/include/bus.h
190
#define bus_space_read_raw_multi_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
191
((_t)->read_multi_4((_h), (_o), (u_int32_t *)(_a), (_c) >> 2))
sys/arch/amd64/include/bus.h
192
#define bus_space_read_raw_multi_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
193
((_t)->read_multi_8((_h), (_o), (u_int64_t *)(_a), (_c) >> 3))
sys/arch/amd64/include/bus.h
214
#define bus_space_read_region_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
215
((_t)->read_region_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
216
#define bus_space_read_region_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
217
((_t)->read_region_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
218
#define bus_space_read_region_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
219
((_t)->read_region_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
220
#define bus_space_read_region_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
221
((_t)->read_region_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
235
#define bus_space_read_raw_region_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
236
((_t)->read_region_2((_h), (_o), (u_int16_t *)(_a), (_c) >> 1))
sys/arch/amd64/include/bus.h
237
#define bus_space_read_raw_region_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
238
((_t)->read_region_4((_h), (_o), (u_int32_t *)(_a), (_c) >> 2))
sys/arch/amd64/include/bus.h
239
#define bus_space_read_raw_region_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
240
((_t)->read_region_8((_h), (_o), (u_int64_t *)(_a), (_c) >> 3))
sys/arch/amd64/include/bus.h
256
#define bus_space_write_1(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
257
((_t)->write_1((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
258
#define bus_space_write_2(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
259
((_t)->write_2((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
260
#define bus_space_write_4(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
261
((_t)->write_4((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
262
#define bus_space_write_8(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
263
((_t)->write_8((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
265
#define bus_space_write_raw_2(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
266
((_t)->write_2((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
267
#define bus_space_write_raw_4(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
268
((_t)->write_4((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
269
#define bus_space_write_raw_8(_t, _h, _o, _v) \
sys/arch/amd64/include/bus.h
270
((_t)->write_8((_h), (_o), (_v)))
sys/arch/amd64/include/bus.h
290
#define bus_space_write_multi_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
291
((_t)->write_multi_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
292
#define bus_space_write_multi_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
293
((_t)->write_multi_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
294
#define bus_space_write_multi_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
295
((_t)->write_multi_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
296
#define bus_space_write_multi_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
297
((_t)->write_multi_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
310
#define bus_space_write_raw_multi_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
311
((_t)->write_multi_2((_h), (_o), (const u_int16_t *)(_a), (_c) >> 1))
sys/arch/amd64/include/bus.h
312
#define bus_space_write_raw_multi_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
313
((_t)->write_multi_4((_h), (_o), (const u_int32_t *)(_a), (_c) >> 2))
sys/arch/amd64/include/bus.h
314
#define bus_space_write_raw_multi_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
315
((_t)->write_multi_8((_h), (_o), (const u_int64_t *)(_a), (_c) >> 3))
sys/arch/amd64/include/bus.h
335
#define bus_space_write_region_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
336
((_t)->write_region_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
337
#define bus_space_write_region_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
338
((_t)->write_region_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
339
#define bus_space_write_region_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
340
((_t)->write_region_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
341
#define bus_space_write_region_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
342
((_t)->write_region_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
356
#define bus_space_write_raw_region_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
357
((_t)->write_region_2((_h), (_o), (const u_int16_t *)(_a), (_c) >> 1))
sys/arch/amd64/include/bus.h
358
#define bus_space_write_raw_region_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
359
((_t)->write_region_4((_h), (_o), (const u_int32_t *)(_a), (_c) >> 2))
sys/arch/amd64/include/bus.h
360
#define bus_space_write_raw_region_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
361
((_t)->write_region_8((_h), (_o), (const u_int64_t *)(_a), (_c) >> 3))
sys/arch/amd64/include/bus.h
381
#define bus_space_set_multi_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
382
((_t)->set_multi_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
383
#define bus_space_set_multi_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
384
((_t)->set_multi_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
385
#define bus_space_set_multi_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
386
((_t)->set_multi_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
387
#define bus_space_set_multi_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
388
((_t)->set_multi_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
408
#define bus_space_set_region_1(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
409
((_t)->set_region_1((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
410
#define bus_space_set_region_2(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
411
((_t)->set_region_2((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
412
#define bus_space_set_region_4(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
413
((_t)->set_region_4((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
414
#define bus_space_set_region_8(_t, _h, _o, _a, _c) \
sys/arch/amd64/include/bus.h
415
((_t)->set_region_8((_h), (_o), (_a), (_c)))
sys/arch/amd64/include/bus.h
436
#define bus_space_copy_1(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/amd64/include/bus.h
437
((_t)->copy_1((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/amd64/include/bus.h
438
#define bus_space_copy_2(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/amd64/include/bus.h
439
((_t)->copy_2((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/amd64/include/bus.h
440
#define bus_space_copy_4(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/amd64/include/bus.h
441
((_t)->copy_4((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/amd64/include/bus.h
442
#define bus_space_copy_8(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/amd64/include/bus.h
443
((_t)->copy_8((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/amd64/include/bus.h
453
#define bus_space_vaddr(_t, _h) \
sys/arch/amd64/include/bus.h
454
((_t)->vaddr((_h)))
sys/arch/amd64/include/bus.h
465
#define bus_space_mmap(_t, _a, _o, _p, _f) \
sys/arch/amd64/include/bus.h
466
((_t)->mmap((_a), (_o), (_p), (_f)))
sys/arch/arm/include/atomic.h
122
#define _def_atomic_inc_nv(_f, _t) \
sys/arch/arm/include/atomic.h
123
static inline _t \
sys/arch/arm/include/atomic.h
124
_f(volatile _t *p) \
sys/arch/arm/include/atomic.h
126
_t ret, modified; \
sys/arch/arm/include/atomic.h
15
#define _def_atomic_cas(_f, _t) \
sys/arch/arm/include/atomic.h
152
#define _def_atomic_dec_nv(_f, _t) \
sys/arch/arm/include/atomic.h
153
static inline _t \
sys/arch/arm/include/atomic.h
154
_f(volatile _t *p) \
sys/arch/arm/include/atomic.h
156
_t ret, modified; \
sys/arch/arm/include/atomic.h
16
static inline _t \
sys/arch/arm/include/atomic.h
17
_f(volatile _t *p, _t e, _t n) \
sys/arch/arm/include/atomic.h
182
#define _def_atomic_add_nv(_f, _t) \
sys/arch/arm/include/atomic.h
183
static inline _t \
sys/arch/arm/include/atomic.h
184
_f(volatile _t *p, _t v) \
sys/arch/arm/include/atomic.h
186
_t ret, modified; \
sys/arch/arm/include/atomic.h
19
_t ret, modified; \
sys/arch/arm/include/atomic.h
212
#define _def_atomic_sub_nv(_f, _t) \
sys/arch/arm/include/atomic.h
213
static inline _t \
sys/arch/arm/include/atomic.h
214
_f(volatile _t *p, _t v) \
sys/arch/arm/include/atomic.h
216
_t ret, modified; \
sys/arch/arm/include/atomic.h
74
#define _def_atomic_swap(_f, _t) \
sys/arch/arm/include/atomic.h
75
static inline _t \
sys/arch/arm/include/atomic.h
76
_f(volatile _t *p, _t v) \
sys/arch/arm/include/atomic.h
78
_t ret, modified; \
sys/arch/arm64/include/bus.h
147
bus_size_t o, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/arm64/include/bus.h
162
bus_addr_t ba, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/arm64/include/bus.h
198
bus_size_t o, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/arm64/include/bus.h
213
bus_addr_t ba, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/arm64/include/bus.h
249
bus_addr_t ba, CAT3(u_int,m,_t) x, size_t cnt) \
sys/arch/i386/include/bus.h
121
#define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o)))
sys/arch/i386/include/bus.h
122
#define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o)))
sys/arch/i386/include/bus.h
123
#define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o)))
sys/arch/i386/include/bus.h
152
#define bus_space_read_multi_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
153
((_t)->read_multi_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
154
#define bus_space_read_multi_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
155
((_t)->read_multi_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
156
#define bus_space_read_multi_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
157
((_t)->read_multi_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
201
#define bus_space_read_region_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
202
((_t)->read_region_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
203
#define bus_space_read_region_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
204
((_t)->read_region_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
205
#define bus_space_read_region_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
206
((_t)->read_region_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
224
#define bus_space_read_raw_region_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
225
((_t)->read_region_2((_h), (_o), (u_int16_t *)(_a), (_c) >> 1))
sys/arch/i386/include/bus.h
226
#define bus_space_read_raw_region_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
227
((_t)->read_region_4((_h), (_o), (u_int32_t *)(_a), (_c) >> 2))
sys/arch/i386/include/bus.h
247
#define bus_space_write_1(_t, _h, _o, _v) \
sys/arch/i386/include/bus.h
248
((_t)->write_1((_h), (_o), (_v)))
sys/arch/i386/include/bus.h
249
#define bus_space_write_2(_t, _h, _o, _v) \
sys/arch/i386/include/bus.h
250
((_t)->write_2((_h), (_o), (_v)))
sys/arch/i386/include/bus.h
251
#define bus_space_write_4(_t, _h, _o, _v) \
sys/arch/i386/include/bus.h
252
((_t)->write_4((_h), (_o), (_v)))
sys/arch/i386/include/bus.h
281
#define bus_space_write_multi_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
282
((_t)->write_multi_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
283
#define bus_space_write_multi_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
284
((_t)->write_multi_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
285
#define bus_space_write_multi_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
286
((_t)->write_multi_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
304
#define bus_space_write_raw_multi_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
305
((_t)->write_multi_2((_h), (_o), (const u_int16_t *)(_a), (_c) >> 1))
sys/arch/i386/include/bus.h
306
#define bus_space_write_raw_multi_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
307
((_t)->write_multi_4((_h), (_o), (const u_int32_t *)(_a), (_c) >> 2))
sys/arch/i386/include/bus.h
330
#define bus_space_write_region_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
331
((_t)->write_region_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
332
#define bus_space_write_region_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
333
((_t)->write_region_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
334
#define bus_space_write_region_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
335
((_t)->write_region_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
354
#define bus_space_write_raw_region_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
355
((_t)->write_region_2((_h), (_o), (const u_int16_t *)(_a), (_c) >> 1))
sys/arch/i386/include/bus.h
356
#define bus_space_write_raw_region_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
357
((_t)->write_region_4((_h), (_o), (const u_int32_t *)(_a), (_c) >> 2))
sys/arch/i386/include/bus.h
380
#define bus_space_set_multi_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
381
((_t)->set_multi_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
382
#define bus_space_set_multi_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
383
((_t)->set_multi_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
384
#define bus_space_set_multi_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
385
((_t)->set_multi_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
408
#define bus_space_set_region_1(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
409
((_t)->set_region_1((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
410
#define bus_space_set_region_2(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
411
((_t)->set_region_2((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
412
#define bus_space_set_region_4(_t, _h, _o, _a, _c) \
sys/arch/i386/include/bus.h
413
((_t)->set_region_4((_h), (_o), (_a), (_c)))
sys/arch/i386/include/bus.h
437
#define bus_space_copy_1(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/i386/include/bus.h
438
((_t)->copy_1((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/i386/include/bus.h
439
#define bus_space_copy_2(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/i386/include/bus.h
440
((_t)->copy_2((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/i386/include/bus.h
441
#define bus_space_copy_4(_t, _h1, _o1, _h2, _o2, _c) \
sys/arch/i386/include/bus.h
442
((_t)->copy_4((_h1), (_o1), (_h2), (_o2), (_c)))
sys/arch/i386/include/bus.h
478
#define bus_space_vaddr(_t, _h) \
sys/arch/i386/include/bus.h
479
((_t)->vaddr((_h)))
sys/arch/loongson/include/bus.h
130
bus_size_t o, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/loongson/include/bus.h
145
bus_addr_t ba, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/loongson/include/bus.h
181
bus_size_t o, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/loongson/include/bus.h
196
bus_addr_t ba, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/loongson/include/bus.h
232
bus_addr_t ba, CAT3(u_int,m,_t) x, size_t cnt) \
sys/arch/macppc/include/bus.h
108
bus_addr_t ba, CAT3(u_int,m,_t) x) \
sys/arch/macppc/include/bus.h
110
CAT3(out,m,rb)((volatile CAT3(u_int,m,_t) *)(bsh + (ba)), x); \
sys/arch/macppc/include/bus.h
120
static __inline CAT3(u_int,m,_t) \
sys/arch/macppc/include/bus.h
124
return CAT(in,m)((volatile CAT3(u_int,m,_t) *)(bsh + (ba))); \
sys/arch/macppc/include/bus.h
136
bus_addr_t ba, CAT3(u_int,m,_t) x) \
sys/arch/macppc/include/bus.h
138
CAT(out,m)((volatile CAT3(u_int,m,_t) *)(bsh + (ba)), x); \
sys/arch/macppc/include/bus.h
150
bus_size_t ba, CAT3(u_int,m,_t) *buf, bus_size_t cnt) \
sys/arch/macppc/include/bus.h
168
bus_size_t ba, const CAT3(u_int,m,_t) *buf, bus_size_t cnt) \
sys/arch/macppc/include/bus.h
92
static __inline CAT3(u_int,m,_t) \
sys/arch/macppc/include/bus.h
96
return CAT3(in,m,rb)((volatile CAT3(u_int,m,_t) *)(bsh + (ba))); \
sys/arch/octeon/include/bus.h
128
bus_size_t o, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/octeon/include/bus.h
143
bus_addr_t ba, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/octeon/include/bus.h
179
bus_size_t o, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/octeon/include/bus.h
194
bus_addr_t ba, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/octeon/include/bus.h
230
bus_addr_t ba, CAT3(u_int,m,_t) x, size_t cnt) \
sys/arch/powerpc64/include/bus.h
140
bus_size_t o, CAT3(uint,m,_t) *x, size_t cnt) \
sys/arch/powerpc64/include/bus.h
155
bus_addr_t ba, CAT3(uint,m,_t) *x, size_t cnt) \
sys/arch/powerpc64/include/bus.h
191
bus_size_t o, const CAT3(uint,m,_t) *x, size_t cnt) \
sys/arch/powerpc64/include/bus.h
206
bus_addr_t ba, const CAT3(uint,m,_t) *x, size_t cnt) \
sys/arch/powerpc64/include/bus.h
242
bus_addr_t ba, CAT3(uint,m,_t) x, size_t cnt) \
sys/arch/riscv64/include/bus.h
147
bus_size_t o, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/riscv64/include/bus.h
162
bus_addr_t ba, CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/riscv64/include/bus.h
198
bus_size_t o, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/riscv64/include/bus.h
213
bus_addr_t ba, const CAT3(u_int,m,_t) *x, size_t cnt) \
sys/arch/riscv64/include/bus.h
249
bus_addr_t ba, CAT3(u_int,m,_t) x, size_t cnt) \
sys/arch/sparc64/include/atomic.h
54
#define _def_atomic_swap(_f, _t, _c) \
sys/arch/sparc64/include/atomic.h
55
static inline _t \
sys/arch/sparc64/include/atomic.h
56
_f(volatile _t *p, _t v) \
sys/arch/sparc64/include/atomic.h
58
_t e; \
sys/arch/sparc64/include/atomic.h
59
_t r; \
sys/arch/sparc64/include/atomic.h
61
r = (_t)*p; \
sys/arch/sparc64/include/atomic.h
92
#define _def_atomic_op_nv(_f, _t, _c, _op) \
sys/arch/sparc64/include/atomic.h
93
static inline _t \
sys/arch/sparc64/include/atomic.h
94
_f(volatile _t *p, _t v) \
sys/arch/sparc64/include/atomic.h
96
_t e, r, f; \
sys/dev/ic/ar5xxx.h
1000
_t void (_a _n##_reset_tsf)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1001
_t u_int16_t (_a _n##_get_regdomain)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1002
_t HAL_BOOL (_a _n##_detect_card_present)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1003
_t void (_a _n##_update_mib_counters)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
1005
_t HAL_BOOL (_a _n##_is_cipher_supported)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
1007
_t HAL_RFGAIN (_a _n##_get_rf_gain)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1008
_t HAL_BOOL (_a _n##_set_slot_time)(struct ath_hal*, u_int); \
sys/dev/ic/ar5xxx.h
1009
_t u_int (_a _n##_get_slot_time)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1010
_t HAL_BOOL (_a _n##_set_ack_timeout)(struct ath_hal *, u_int); \
sys/dev/ic/ar5xxx.h
1011
_t u_int (_a _n##_get_ack_timeout)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1012
_t HAL_BOOL (_a _n##_set_cts_timeout)(struct ath_hal*, u_int); \
sys/dev/ic/ar5xxx.h
1013
_t u_int (_a _n##_get_cts_timeout)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1015
_t u_int32_t (_a _n##_get_keycache_size)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1016
_t HAL_BOOL (_a _n##_reset_key)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
1018
_t HAL_BOOL (_a _n##_is_key_valid)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
1020
_t HAL_BOOL (_a _n##_set_key)(struct ath_hal*, u_int16_t, \
sys/dev/ic/ar5xxx.h
1022
_t HAL_BOOL (_a _n##_set_key_lladdr)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
1024
_t HAL_BOOL (_a _n##_softcrypto)(struct ath_hal *, HAL_BOOL); \
sys/dev/ic/ar5xxx.h
1026
_t HAL_BOOL (_a _n##_set_power)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
1029
_t HAL_POWER_MODE (_a _n##_get_power_mode)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1030
_t HAL_BOOL (_a _n##_query_pspoll_support)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1031
_t HAL_BOOL (_a _n##_init_pspoll)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
1032
_t HAL_BOOL (_a _n##_enable_pspoll)(struct ath_hal *, u_int8_t *, \
sys/dev/ic/ar5xxx.h
1034
_t HAL_BOOL (_a _n##_disable_pspoll)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1036
_t void (_a _n##_init_beacon)(struct ath_hal *, u_int32_t nexttbtt, \
sys/dev/ic/ar5xxx.h
1038
_t void (_a _n##_set_beacon_timers)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
1041
_t void (_a _n##_reset_beacon)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1042
_t HAL_BOOL (_a _n##_wait_for_beacon)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
1045
_t HAL_BOOL (_a _n##_is_intr_pending)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1046
_t HAL_BOOL (_a _n##_get_isr)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
1048
_t u_int32_t (_a _n##_get_intr)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1049
_t HAL_INT (_a _n##_set_intr)(struct ath_hal *, HAL_INT); \
sys/dev/ic/ar5xxx.h
1051
_t HAL_BOOL (_a _n##_get_capabilities)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1052
_t void (_a _n##_radar_alert)(struct ath_hal *, HAL_BOOL enable); \
sys/dev/ic/ar5xxx.h
1053
_t HAL_BOOL (_a _n##_eeprom_is_busy)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1054
_t int (_a _n##_eeprom_read)(struct ath_hal *, u_int32_t offset, \
sys/dev/ic/ar5xxx.h
1056
_t int (_a _n##_eeprom_write)(struct ath_hal *, u_int32_t offset, \
sys/dev/ic/ar5xxx.h
1059
_t HAL_BOOL (_a _n##_get_tx_queueprops)(struct ath_hal *, int, \
sys/dev/ic/ar5xxx.h
1061
_t u_int32_t (_a _n##_num_tx_pending)(struct ath_hal *, u_int); \
sys/dev/ic/ar5xxx.h
1062
_t HAL_BOOL (_a _n##_phy_disable)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1063
_t HAL_BOOL (_a _n##_set_txpower_limit)(struct ath_hal *, u_int); \
sys/dev/ic/ar5xxx.h
1064
_t void (_a _n##_set_def_antenna)(struct ath_hal *, u_int); \
sys/dev/ic/ar5xxx.h
1065
_t u_int (_a _n ##_get_def_antenna)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
1066
_t HAL_BOOL (_a _n##_set_bssid_mask)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
918
#define AR5K_HAL_FUNCTIONS(_t, _n, _a) \
sys/dev/ic/ar5xxx.h
919
_t const HAL_RATE_TABLE *(_a _n##_get_rate_table)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
921
_t void (_a _n##_detach)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
923
_t HAL_BOOL (_a _n##_reset)(struct ath_hal *, HAL_OPMODE, \
sys/dev/ic/ar5xxx.h
925
_t void (_a _n##_set_opmode)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
926
_t HAL_BOOL (_a _n##_calibrate)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
929
_t HAL_BOOL (_a _n##_update_tx_triglevel)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
931
_t int (_a _n##_setup_tx_queue)(struct ath_hal *, HAL_TX_QUEUE, \
sys/dev/ic/ar5xxx.h
933
_t HAL_BOOL (_a _n##_setup_tx_queueprops)(struct ath_hal *, int queue, \
sys/dev/ic/ar5xxx.h
935
_t HAL_BOOL (_a _n##_release_tx_queue)(struct ath_hal *, u_int queue); \
sys/dev/ic/ar5xxx.h
936
_t HAL_BOOL (_a _n##_reset_tx_queue)(struct ath_hal *, u_int queue); \
sys/dev/ic/ar5xxx.h
937
_t u_int32_t (_a _n##_get_tx_buf)(struct ath_hal *, u_int queue); \
sys/dev/ic/ar5xxx.h
938
_t HAL_BOOL (_a _n##_put_tx_buf)(struct ath_hal *, u_int, \
sys/dev/ic/ar5xxx.h
940
_t HAL_BOOL (_a _n##_tx_start)(struct ath_hal *, u_int queue); \
sys/dev/ic/ar5xxx.h
941
_t HAL_BOOL (_a _n##_stop_tx_dma)(struct ath_hal *, u_int queue); \
sys/dev/ic/ar5xxx.h
942
_t HAL_BOOL (_a _n##_setup_tx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
948
_t HAL_BOOL (_a _n##_setup_xtx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
952
_t HAL_BOOL (_a _n##_fill_tx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
955
_t HAL_STATUS (_a _n##_proc_tx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
957
_t HAL_BOOL (_a _n##_has_veol)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
959
_t u_int32_t (_a _n##_get_rx_buf)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
960
_t void (_a _n##_put_rx_buf)(struct ath_hal*, u_int32_t rxdp); \
sys/dev/ic/ar5xxx.h
961
_t void (_a _n##_start_rx)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
962
_t HAL_BOOL (_a _n##_stop_rx_dma)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
963
_t void (_a _n##_start_rx_pcu)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
964
_t void (_a _n##_stop_pcu_recv)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
965
_t void (_a _n##_set_mcast_filter)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
967
_t HAL_BOOL (_a _n##_set_mcast_filterindex)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
969
_t HAL_BOOL (_a _n##_clear_mcast_filter_idx)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
971
_t u_int32_t (_a _n##_get_rx_filter)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
972
_t void (_a _n##_set_rx_filter)(struct ath_hal*, u_int32_t); \
sys/dev/ic/ar5xxx.h
973
_t HAL_BOOL (_a _n##_setup_rx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
975
_t HAL_STATUS (_a _n##_proc_rx_desc)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
977
_t void (_a _n##_set_rx_signal)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
979
_t void (_a _n##_dump_state)(struct ath_hal *); \
sys/dev/ic/ar5xxx.h
980
_t HAL_BOOL (_a _n##_get_diag_state)(struct ath_hal *, int, void **, \
sys/dev/ic/ar5xxx.h
982
_t void (_a _n##_get_lladdr)(struct ath_hal *, u_int8_t *); \
sys/dev/ic/ar5xxx.h
983
_t HAL_BOOL (_a _n##_set_lladdr)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
985
_t HAL_BOOL (_a _n##_set_regdomain)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
987
_t void (_a _n##_set_ledstate)(struct ath_hal*, HAL_LED_STATE); \
sys/dev/ic/ar5xxx.h
988
_t void (_a _n##_set_associd)(struct ath_hal*, \
sys/dev/ic/ar5xxx.h
990
_t HAL_BOOL (_a _n##_set_gpio_output)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
992
_t HAL_BOOL (_a _n##_set_gpio_input)(struct ath_hal *, \
sys/dev/ic/ar5xxx.h
994
_t u_int32_t (_a _n##_get_gpio)(struct ath_hal *, u_int32_t gpio); \
sys/dev/ic/ar5xxx.h
995
_t HAL_BOOL (_a _n##_set_gpio)(struct ath_hal *, u_int32_t gpio, \
sys/dev/ic/ar5xxx.h
997
_t void (_a _n##_set_gpio_intr)(struct ath_hal*, u_int, u_int32_t); \
sys/dev/ic/ar5xxx.h
998
_t u_int32_t (_a _n##_get_tsf32)(struct ath_hal*); \
sys/dev/ic/ar5xxx.h
999
_t u_int64_t (_a _n##_get_tsf64)(struct ath_hal*); \
sys/dev/ic/athvar.h
462
#define ath_hal_set_slot_time(_ah, _t) \
sys/dev/ic/athvar.h
463
((*(_ah)->ah_set_slot_time)(_ah, _t))
sys/dev/ic/mpi.c
189
#define mpi_cfg_header(_s, _t, _n, _a, _h) \
sys/dev/ic/mpi.c
190
mpi_req_cfg_header((_s), (_t), (_n), (_a), \
sys/dev/ic/mpi.c
192
#define mpi_ecfg_header(_s, _t, _n, _a, _h) \
sys/dev/ic/mpi.c
193
mpi_req_cfg_header((_s), (_t), (_n), (_a), \
sys/dev/ic/stireg.h
259
typedef int (*sti_##n##_t)( \
sys/dev/pci/drm/drm_drv.c
200
typeof(t) _t = (t); \
sys/dev/pci/drm/drm_drv.c
201
_t == DRM_MINOR_ACCEL ? XA_LIMIT(0, ACCEL_MAX_MINORS) : XA_LIMIT(64 * _t, 64 * _t + 63); \
sys/dev/pci/drm/include/linux/cleanup.h
36
class_##_type##_t _guard_p __cleanup(class_##_type##_destructor) = \
sys/dev/pci/drm/include/linux/cleanup.h
42
for (class_##_type##_t _guard_p __cleanup(class_##_type##_destructor) = \
sys/dev/pci/drm/include/linux/iosys-map.h
100
#define iosys_map_rd(_ism, _o, _t) ({ \
sys/dev/pci/drm/include/linux/iosys-map.h
101
_t v; \
sys/dev/pci/drm/include/linux/iosys-map.h
110
v = READ_ONCE(*(_t *)((_ism)->vaddr + (_o))); \
sys/dev/pci/drm/include/linux/iosys-map.h
114
#define iosys_map_wr(_ism, _o, _t, _v) ({ \
sys/dev/pci/drm/include/linux/iosys-map.h
115
_t v = (_v); \
sys/dev/pci/drm/include/linux/iosys-map.h
124
WRITE_ONCE(*(_t *)((_ism)->vaddr + (_o)), v); \
sys/dev/pci/drm/include/linux/iosys-map.h
127
#define iosys_map_rd_field(_ism, _o, _t, _f) ({ \
sys/dev/pci/drm/include/linux/iosys-map.h
128
_t *t; \
sys/dev/pci/drm/include/linux/iosys-map.h
129
iosys_map_rd(_ism, _o + offsetof(_t, _f), __typeof(t->_f)); \
sys/dev/pci/drm/include/linux/iosys-map.h
132
#define iosys_map_wr_field(_ism, _o, _t, _f, _v) ({ \
sys/dev/pci/drm/include/linux/iosys-map.h
133
_t *t; \
sys/dev/pci/drm/include/linux/iosys-map.h
134
iosys_map_wr(_ism, _o + offsetof(_t, _f), __typeof(t->_f), _v); \
sys/dev/pci/if_tht.c
134
#define THT_REG_10G_SEC_AVAIL(_t) (_t) /* section available thresh*/
sys/dev/pci/if_tht.c
135
#define THT_REG_10G_SEC_EMPTY(_t) ((_t)<<16) /* section empty avail */
sys/dev/pci/if_tht.c
138
#define THT_REG_10G_FIFO_AE(_t) (_t) /* almost empty */
sys/dev/pci/if_tht.c
139
#define THT_REG_10G_FIFO_AF(_t) ((_t)<<16) /* almost full */
sys/dev/pci/if_tht.c
162
#define THT_REG_ISR_TMR(_t) (1<<(6+(_t))) /* timer */
sys/dev/pci/if_tht.c
187
#define THT_REG_IMR_TMR(_t) (1<<(6+(_t))) /* timer */
sys/dev/pci/if_tht.c
625
#define tht_wait_set(_s, _r, _b, _t) tht_wait_eq((_s), (_r), \
sys/dev/pci/if_tht.c
626
(_b), (_b), (_t))
sys/dev/pci/ixgbe_e610.c
99
#define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b))
sys/kern/sys_process.c
79
struct process *_tr, struct proc *_t);
sys/net/if.h
133
#define IFQ_TOS2PRIO(_t) ((_t) >> 5)
sys/net/if.h
158
#define LINK_STATE_DESC_MATCH(_ifs, _t, _s) \
sys/net/if.h
159
(((_ifs)->ifs_type == (_t) || (_ifs)->ifs_type == 0) && \
sys/net/if_gre.c
1359
#define gre_l2_prio(_t, _m, _otos) do { \
sys/net/if_gre.c
1360
int rxprio = (_t)->t_rxhprio; \
sys/net/if_gre.c
228
#define gre_encap(_t, _m, _p, _ttl, _tos) \
sys/net/if_gre.c
229
gre_encap_dst((_t), &(_t)->t_dst, (_m), (_p), (_ttl), (_tos))
sys/net/if_gre.c
234
#define gre_encap_ip(_t, _m, _ttl, _tos) \
sys/net/if_gre.c
235
gre_encap_dst_ip((_t), &(_t)->t_dst, (_m), (_ttl), (_tos))
sys/net/if_gre.c
322
#define gre_l3_encap(_t, _m, _af) \
sys/net/if_gre.c
323
gre_l3_encap_dst((_t), &(_t)->t_dst, (_m), (_af))
sys/net/if_wg.c
1158
wg_timers_run_send_initiation(void *_t, int is_retry)
sys/net/if_wg.c
1160
struct wg_timers *t = _t;
sys/net/if_wg.c
1169
wg_timers_run_retry_handshake(void *_t)
sys/net/if_wg.c
1171
struct wg_timers *t = _t;
sys/net/if_wg.c
1206
wg_timers_run_send_keepalive(void *_t)
sys/net/if_wg.c
1208
struct wg_timers *t = _t;
sys/net/if_wg.c
1219
wg_timers_run_new_handshake(void *_t)
sys/net/if_wg.c
1221
struct wg_timers *t = _t;
sys/net/if_wg.c
1236
wg_timers_run_zero_key_material(void *_t)
sys/net/if_wg.c
1238
struct wg_timers *t = _t;
sys/net/if_wg.c
1250
wg_timers_run_persistent_keepalive(void *_t)
sys/net/if_wg.c
1252
struct wg_timers *t = _t;
sys/sys/ptrace.h
113
int process_read_fpregs(struct proc *_t, struct fpreg *);
sys/sys/ptrace.h
115
int process_read_regs(struct proc *_t, struct reg *);
sys/sys/ptrace.h
116
int process_set_pc(struct proc *_t, caddr_t _addr);
sys/sys/ptrace.h
117
int process_sstep(struct proc *_t, int _sstep);
sys/sys/ptrace.h
119
int process_write_fpregs(struct proc *_t, struct fpreg *);
sys/sys/ptrace.h
121
int process_write_regs(struct proc *_t, struct reg *);
sys/sys/task.h
58
#define task_pending(_t) ((_t)->t_flags & TASK_ONQUEUE)