/netbsd-src/sys/kern/ |
H A D | init_sysent.c | 29 #define compat_43(func) __CONCAT(compat_43_,func) argument 31 #define compat_43(func) sys_nosys argument 35 #define compat_09(func) __CONCAT(compat_09_,func) argument 37 #define compat_09(func) sys_nosys argument 41 #define compat_10(func) __CONCAT(compat_10_,func) argument 43 #define compat_10(func) sys_nosys argument 47 #define compat_11(func) __CONCA argument 49 compat_11(func) global() argument 53 compat_12(func) global() argument 55 compat_12(func) global() argument 59 compat_13(func) global() argument 61 compat_13(func) global() argument 65 compat_14(func) global() argument 67 compat_14(func) global() argument 71 compat_15(func) global() argument 73 compat_15(func) global() argument 77 compat_16(func) global() argument 79 compat_16(func) global() argument 83 compat_20(func) global() argument 85 compat_20(func) global() argument 89 compat_30(func) global() argument 91 compat_30(func) global() argument 95 compat_40(func) global() argument 97 compat_40(func) global() argument 101 compat_50(func) global() argument 103 compat_50(func) global() argument 107 compat_60(func) global() argument 109 compat_60(func) global() argument 113 compat_70(func) global() argument 115 compat_70(func) global() argument 119 compat_80(func) global() argument 121 compat_80(func) global() argument 125 compat_90(func) global() argument 127 compat_90(func) global() argument 131 compat_100(func) global() argument 133 compat_100(func) global() argument 137 compat_110(func) global() argument 139 compat_110(func) global() argument 142 s(type) global() argument 143 n(type) global() argument 144 ns(type) global() argument [all...] |
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 29 #define compat_43(func) __CONCAT(compat_43_,func) argument 31 #define compat_43(func) sys_nosys argument 35 #define compat_09(func) __CONCAT(compat_09_,func) argument 37 #define compat_09(func) sys_nosys argument 41 #define compat_10(func) __CONCAT(compat_10_,func) argument 43 #define compat_10(func) sys_nosys argument 47 #define compat_11(func) __CONCAT(compat_11_,func) argument 49 #define compat_11(func) sys_nosys argument 53 #define compat_12(func) __CONCAT(compat_12_,func) argument 55 #define compat_12(func) sys_nosys argument [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_utils.c | 27 #define PARAM_CHECK(obj, func, errfunc) \ argument 37 #define PARAM_FUNC(name, func, type, err) \ argument 44 #define PARAM_CTX_FUNC(name, func, type, err) \ argument 51 #define PARAM_FUNCTIONS(type, \ argument
|
/netbsd-src/lib/libwrap/ |
H A D | mystdarg.h | 10 #define VARARGS(func,type,arg) func(type arg, ...) argument 11 #define VASTART(ap,type,name) va_start(ap,name) argument 15 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument 16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.c | 80 const char* func, const char* file, int line, const char* err) in lock_error() 108 const char* func, const char* file, int line) in acquire_locklock() 188 const char* func, const char* file, int line) in prot_check() 272 checklock_init(enum check_lock_type type, struct checked_lock** lock, in checklock_init() 273 const char* func, const char* file, int line) in checklock_init() 332 checktype(enum check_lock_type type, struct checked_lock* lock, in checktype() 333 const char* func, const char* file, int line) in checktype() 345 checklock_destroy(enum check_lock_type type, struct checked_lock** lock, in checklock_destroy() 346 const char* func, const char* file, int line) in checklock_destroy() 402 const char* func, const char* file, int line) in finish_acquire_lock() [all …]
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 61 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 112 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 148 ctf_type_iter(ctf_file_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter() 171 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() 204 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qlname() 318 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname() 328 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() 335 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qname() 348 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size() 397 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 72 ctf_member_iter (ctf_dict_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next() 243 ctf_enum_iter (ctf_dict_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next() 364 ctf_type_iter (ctf_dict_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter() 367 ctf_id_t type; in ctf_type_iter() local 392 ctf_type_iter_all (ctf_dict_t *fp, ctf_type_all_f *func, void *arg) in ctf_type_iter_all() 395 ctf_id_t type; in ctf_type_iter_all() local 466 ctf_variable_iter (ctf_dict_t *fp, ctf_variable_f *func, void *arg) in ctf_variable_iter() 469 ctf_id_t type; in ctf_variable_iter() local [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 72 ctf_member_iter (ctf_dict_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 99 ctf_member_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_member_next() 242 ctf_enum_iter (ctf_dict_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 268 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next() 363 ctf_type_iter (ctf_dict_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter() 366 ctf_id_t type; in ctf_type_iter() local 391 ctf_type_iter_all (ctf_dict_t *fp, ctf_type_all_f *func, void *arg) in ctf_type_iter_all() 394 ctf_id_t type; in ctf_type_iter_all() local 465 ctf_variable_iter (ctf_dict_t *fp, ctf_variable_f *func, void *arg) in ctf_variable_iter() 468 ctf_id_t type; in ctf_variable_iter() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
H A D | nouveau_nvkm_subdev_gpio_base.c | 47 nvkm_gpio_reset(struct nvkm_gpio *gpio, u8 func) in nvkm_gpio_reset() 55 struct dcb_gpio_func *func) in nvkm_gpio_find() 88 struct dcb_gpio_func func; in nvkm_gpio_set() local 104 struct dcb_gpio_func func; in nvkm_gpio_get() local 118 nvkm_gpio_intr_fini(struct nvkm_event *event, int type, int index) in nvkm_gpio_intr_fini() 125 nvkm_gpio_intr_init(struct nvkm_event *event, int type, int index) in nvkm_gpio_intr_init() 201 struct dcb_gpio_func func; in nvkm_gpio_init() local 248 nvkm_gpio_new_(const struct nvkm_gpio_func *func, struct nvkm_device *device, in nvkm_gpio_new_()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
H A D | nouveau_nvkm_engine_disp_ior.c | 39 nvkm_ior_find(struct nvkm_disp *disp, enum nvkm_ior_type type, int id) in nvkm_ior_find() 62 nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *disp, in nvkm_ior_new_() 63 enum nvkm_ior_type type, int id) in nvkm_ior_new_()
|
H A D | nouveau_nvkm_engine_disp_outp.c | 64 nvkm_outp_xlat(struct nvkm_outp *outp, enum nvkm_ior_type *type) in nvkm_outp_xlat() 124 enum nvkm_ior_type type; in nvkm_outp_acquire() local 185 enum nvkm_ior_type type; in nvkm_outp_init_route() local 252 nvkm_outp_ctor(const struct nvkm_outp_func *func, struct nvkm_disp *disp, in nvkm_outp_ctor() 257 enum nvkm_ior_type type; in nvkm_outp_ctor() local
|
/netbsd-src/sys/dev/cardbus/ |
H A D | cardbus_map.c | 75 pcireg_t type, in cardbus_io_find() 142 …s_chipset_tag_t cc, cardbus_function_tag_t cf, pcitag_t tag, int reg, pcireg_t type, bus_addr_t *b… in cardbus_mem_find() 229 cardbus_mapreg_map(struct cardbus_softc *sc, int func, int reg, pcireg_t type, int busflags, bus_sp… in cardbus_mapreg_map() 311 cardbus_mapreg_unmap(struct cardbus_softc *sc, int func, int reg, bus_space_tag_t tag, bus_space_ha… in cardbus_mapreg_unmap()
|
/netbsd-src/sys/net/ |
H A D | pfil.c | 115 pfil_head_create(int type, void *key) in pfil_head_create() 155 pfil_head_get(int type, void *key) in pfil_head_get() 183 pfil_list_add(pfil_listset_t *phlistset, pfil_polyfunc_t func, void *arg, in pfil_list_add() 263 pfil_add_hook(pfil_func_t func, void *arg, int flags, pfil_head_t *ph) in pfil_add_hook() 299 pfil_add_ihook(pfil_ifunc_t func, void *arg, int flags, pfil_head_t *ph) in pfil_add_ihook() 316 pfil_list_remove(pfil_listset_t *phlistset, pfil_polyfunc_t func, void *arg) in pfil_list_remove() 368 pfil_remove_hook(pfil_func_t func, void *arg, int flags, pfil_head_t *ph) in pfil_remove_hook() 388 pfil_remove_ihook(pfil_ifunc_t func, void *arg, int flags, pfil_head_t *ph) in pfil_remove_ihook() 437 pfil_func_t func = (pfil_func_t)pfh->pfil_func; in pfil_run_hooks() local 468 pfil_ifunc_t func = (pfil_ifunc_t)pfh->pfil_func; in pfil_run_arg() local
|
/netbsd-src/sys/arch/prep/eisa/ |
H A D | eisa_machdep.c | 164 int type, int level, int (*func)(void *), void *arg) in eisa_intr_establish() 180 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_mem() 189 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_irq() 198 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_dma() 207 eisa_conf_read_io(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_io()
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_acpi.c | 40 acpi_evaluate_dsm(acpi_handle handle, const guid_t *uuid, u64 rev, u64 func, in acpi_evaluate_dsm() 79 u64 func, union acpi_object *argv4, acpi_object_type type) in acpi_evaluate_dsm_typed()
|
/netbsd-src/sys/arch/i386/eisa/ |
H A D | eisa_machdep.c | 198 int type, int level, int (*func)(void *), void *arg) in eisa_intr_establish() 234 int func, int entry, struct eisa_cfg_mem *ecm) in eisa_conf_read_mem() 243 int func, int entry, struct eisa_cfg_irq *eci) in eisa_conf_read_irq() 252 int func, int entry, struct eisa_cfg_dma *ecd) in eisa_conf_read_dma() 261 int func, int entry, struct eisa_cfg_io *ecio) in eisa_conf_read_io()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_event.c | 35 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put() local 48 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get() local 91 nvkm_event_init(const struct nvkm_event_func *func, int types_nr, int index_nr, in nvkm_event_init()
|
H A D | nouveau_nvkm_core_object.c | 35 const struct nvkm_object_func *func) in nvkm_object_search() 136 enum nvkm_object_map *type, bus_space_tag_t *tagp, u64 *addr, u64 *size) in nvkm_object_map() 146 enum nvkm_object_map *type, u64 *addr, u64 *size) in nvkm_object_map() 335 nvkm_object_ctor(const struct nvkm_object_func *func, in nvkm_object_ctor() 357 nvkm_object_new_(const struct nvkm_object_func *func, in nvkm_object_new_() 378 const struct nvkm_object_func *func = in nvkm_object_new() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
H A D | nouveau_nvkm_subdev_fb_ram.c | 111 nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size, in nvkm_ram_get() 179 nvkm_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_ctor() 180 enum nvkm_ram_type type, u64 size, struct nvkm_ram *ram) in nvkm_ram_ctor() 218 nvkm_ram_new_(const struct nvkm_ram_func *func, struct nvkm_fb *fb, in nvkm_ram_new_() 219 enum nvkm_ram_type type, u64 size, struct nvkm_ram **pram) in nvkm_ram_new_()
|
/netbsd-src/lib/libedit/ |
H A D | map.h | 47 int func; /* function numeric value */ member 58 int type; /* Emacs or vi */ member 60 el_func_t *func; /* List of available functions */ member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64-c.cc | 38 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma() local 173 ia64_hpux_add_pragma_builtin (tree func) in ia64_hpux_add_pragma_builtin()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64-c.c | 38 enum cpp_ttype type; in ia64_hpux_handle_builtin_pragma() local 173 ia64_hpux_add_pragma_builtin (tree func) in ia64_hpux_add_pragma_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-gimplify.cc | 230 void *data, walk_tree_fn func, walk_tree_lh lh) in genericize_c_loop() 338 walk_tree_fn func, walk_tree_lh lh) in genericize_for_stmt() 364 walk_tree_fn func, walk_tree_lh lh) in genericize_while_stmt() 376 walk_tree_fn func, walk_tree_lh lh) in genericize_do_stmt() 388 walk_tree_fn func, walk_tree_lh lh) in genericize_switch_stmt() 391 tree break_block, body, cond, type; in genericize_switch_stmt() local 446 walk_tree_fn func, walk_tree_lh lh) in genericize_omp_for_stmt() 473 walk_tree_fn func, walk_tree_lh lh) in c_genericize_control_stmt() 728 tree type = TREE_TYPE (TREE_OPERAND (*expr_p, 0)); in c_gimplify_expr() local
|
/netbsd-src/tests/fs/common/ |
H A D | h_fsmacros.h | 110 #define ATF_TC_FSADD(fs,type,func,desc) \ argument 160 #define ATF_TP_FSADD(fs,func) \ argument 163 #define ATF_TC_FSAPPLY_NOZFS(func,desc) \ argument 178 #define ATF_TP_FSAPPLY_NOZFS(func) \ argument 195 #define ATF_TC_FSAPPLY(func,desc) \ argument 198 #define ATF_TP_FSAPPLY(func) \ argument 204 #define ATF_TC_FSAPPLY(func,desc) \ argument 206 #define ATF_TP_FSAPPLY(func) \ argument 222 #define ATF_TC_FSAPPLY_RO(func,desc,gen) \ argument 233 #define ATF_TP_FSAPPLY_RO(func) \ argument [all …]
|
/netbsd-src/sys/sys/ |
H A D | module_hook.h | 51 #define MODULE_HOOK(hook, type, args) \ argument 69 #define MODULE_HOOK_SET(hook, func) \ argument
|