Searched defs:arg3 (Results 1 - 25 of 175) sorted by relevance

1234567

/netbsd-current/tests/compat/linux/arch/x86_64/
H A Dh_syscall.c36 syscall6(long number, register_t arg1, register_t arg2, register_t arg3, argument
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtp_test.c52 char arg3[] = "-s"; local
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication_test.cpp50 char arg3[] = "-s"; local
/netbsd-current/external/bsd/atf/dist/tools/
H A Dapplication_test.cpp50 char arg3[] = "-s"; local
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Derrarg.cpp97 errprint(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
H A Derror.cpp33 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
78 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
89 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
97 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
105 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
113 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
124 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
135 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/netbsd-current/sys/kern/
H A Dkern_sdt.c95 sdt_probe_stub(u_int32_t id, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) argument
H A Dvfs_init.c369 mount_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
/netbsd-current/sys/arch/arm/arm/
H A Dsmccc.c103 smccc_call(uint32_t fid, register_t arg1, register_t arg2, register_t arg3, register_t arg4, register_t *res0, register_t *res1, register_t *res2, register_t *res3) argument
H A Dpsci.c61 psci_call(register_t fid, register_t arg1, register_t arg2, register_t arg3) argument
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) argument
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) argument
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) argument
204 rump_pub_etfs_register(const char *arg1, const char *arg2, enum rump_etfs_type arg3) argument
216 rump_pub_etfs_register_withsize(const char *arg1, const char *arg2, enum rump_etfs_type arg3, uint64_t arg4, uint64_t arg5) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-syscall.c57 sim_syscall_multi(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4, long *result, long *result2, int *errcode) argument
107 sim_syscall(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4) argument
/netbsd-current/sys/secmodel/extensions/
H A Dsecmodel_extensions_vfs.c122 secmodel_extensions_system_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
200 secmodel_extensions_vnode_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
H A Dsecmodel_extensions.c308 secmodel_extensions_process_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
369 secmodel_extensions_network_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-syscall.c60 sim_syscall_multi(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4, long *result, long *result2, int *errcode) argument
122 sim_syscall(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dovldbreak.cc50 signed char arg3 =3; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dovldbreak.cc50 signed char arg3 =3; local
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxref.c121 char *arg3 = get_xref_token (0); local
[all...]
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4) argument
165 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6) argument
177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6) argument
201 rump_pub_vfs_root(struct mount *arg1, struct vnode **arg2, int arg3) argument
225 rump_pub_vfs_sync(struct mount *arg1, int arg2, struct kauth_cred *arg3) argument
237 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3) argument
249 rump_pub_vfs_vptofh(struct vnode *arg1, struct fid *arg2, size_t *arg3) argument
261 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg5) argument
[all...]
/netbsd-current/sys/arch/arm/pci/
H A Dpci_smccc.c51 pci_smccc_call(uint32_t fid, register_t arg1, register_t arg2, register_t arg3, register_t arg4, register_t *res0, register_t *res1, register_t *res2, register_t *res3) argument
/netbsd-current/sys/secmodel/keylock/
H A Dsecmodel_keylock.c155 secmodel_keylock_system_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
264 secmodel_keylock_process_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
324 secmodel_keylock_network_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
371 secmodel_keylock_machdep_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
409 secmodel_keylock_device_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
/netbsd-current/sys/dev/
H A Dclockctl.c85 clockctl_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Drpc.hh397 argument_wrapper<A3> arg3; local
447 argument_wrapper<A3> arg3; local
368 call(connection *conn, const char *method, R *result, A1 arg1, A2 arg2, A3 arg3) argument
416 call(connection *conn, const char *method, R *result, A1 arg1, A2 arg2, A3 arg3, A4 arg4) argument
470 call(connection *conn, const char *method, R *result, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) argument
503 argument_wrapper<A3> arg3; local
529 call(connection *conn, const char *method, R *result, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6, A7 arg7) argument
567 argument_wrapper<A3> arg3; local
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_test2.cc87 const char *arg3; member in struct:ternary
/netbsd-current/share/examples/secmodel/
H A Dsecmodel_example.c211 secmodel_example_generic_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
233 secmodel_example_system_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
350 secmodel_example_process_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
427 secmodel_example_network_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
559 secmodel_example_machdep_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
592 secmodel_example_device_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
655 secmodel_example_vnode_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument

Completed in 573 milliseconds

1234567