Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/netbsd-src/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) in rump_pub_getvninfo()
36 rump_pub_vfslist_iterate(struct vfsops *arg1) in rump_pub_vfslist_iterate()
48 rump_pub_vfs_getopsbyname(const char *arg1) in rump_pub_vfs_getopsbyname()
72 rump_pub_vattr_settype(struct vattr *arg1, enum rump_vtype arg2) in rump_pub_vattr_settype()
81 rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2) in rump_pub_vattr_setmode()
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) in rump_pub_vattr_setrdev()
99 rump_pub_vattr_free(struct vattr *arg1) in rump_pub_vattr_free()
108 rump_pub_vp_incref(struct vnode *arg1) in rump_pub_vp_incref()
117 rump_pub_vp_getref(struct vnode *arg1) in rump_pub_vp_getref()
129 rump_pub_vp_rele(struct vnode *arg1) in rump_pub_vp_rele()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dipc.cc369 String arg1 = readString (req); in ipc_doWork() local
413 String arg1 = readString (req); // path in ipc_doWork() local
422 String arg1 = readString (req); // path in ipc_doWork() local
431 String arg1 = readString (req); in ipc_doWork() local
440 String arg1 = readString (req); // path in ipc_doWork() local
450 String arg1 = readString (req); in ipc_doWork() local
459 String arg1 = readString (req); // filename in ipc_doWork() local
470 String arg1 = readString (req); // dirname in ipc_doWork() local
483 String arg1 = readString (req); // format in ipc_doWork() local
503 String arg1 = readString (req); // dirname in ipc_doWork() local
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipc.cc370 String arg1 = readString (req); in ipc_doWork() local
414 String arg1 = readString (req); // path in ipc_doWork() local
423 String arg1 = readString (req); // path in ipc_doWork() local
432 String arg1 = readString (req); in ipc_doWork() local
441 String arg1 = readString (req); // path in ipc_doWork() local
451 String arg1 = readString (req); in ipc_doWork() local
460 String arg1 = readString (req); // filename in ipc_doWork() local
471 String arg1 = readString (req); // dirname in ipc_doWork() local
484 String arg1 = readString (req); // format in ipc_doWork() local
504 String arg1 = readString (req); // dirname in ipc_doWork() local
[all …]
/netbsd-src/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c27 rump_pub_module_init(const struct modinfo * const *arg1, size_t arg2) in rump_pub_module_init()
39 rump_pub_module_fini(const struct modinfo *arg1) in rump_pub_module_fini()
51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) in rump_pub_kernelfsym_load()
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) in rump_pub_uio_setup()
75 rump_pub_uio_getresid(struct uio *arg1) in rump_pub_uio_getresid()
87 rump_pub_uio_getoff(struct uio *arg1) in rump_pub_uio_getoff()
99 rump_pub_uio_free(struct uio *arg1) in rump_pub_uio_free()
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) in rump_pub_cred_create()
123 rump_pub_cred_put(struct kauth_cred *arg1) in rump_pub_cred_put()
132 rump_pub_lwproc_rfork(int arg1) in rump_pub_lwproc_rfork()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dbw_fixed.h44 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2()
50 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
103 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add()
113 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
123 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
128 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
138 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ()
143 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq()
148 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq()
153 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py94 def add(arg0, arg1): argument
190 def extract_pw_multi_aff(arg0, arg1): argument
205 def flat_range_product(arg0, arg1): argument
220 def gist(arg0, arg1): argument
259 def intersect_domain_wrapped_domain(arg0, arg1): argument
274 def intersect_domain_wrapped_range(arg0, arg1): argument
289 def intersect_params(arg0, arg1): argument
337 def plain_is_equal(arg0, arg1): argument
411 def range_product(arg0, arg1): argument
438 def sub(arg0, arg1): argument
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dfixed31_32.h145 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt()
154 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le()
163 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq()
172 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min()
184 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max()
255 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add()
271 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int()
280 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub()
296 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int()
318 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Derror.cpp38 const errarg &arg1, in do_error_with_file_and_line()
80 const errarg &arg1, in do_error()
90 const errarg &arg1, in error()
98 const errarg &arg1, in warning()
106 const errarg &arg1, in fatal()
116 const errarg &arg1, in error_with_file_and_line()
127 const errarg &arg1, in warning_with_file_and_line()
138 const errarg &arg1, in fatal_with_file_and_line()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dcli_test.c165 char arg1[] = "-Z"; in ATF_TC_BODY() local
179 char arg1[] = "-t"; in ATF_TC_BODY() local
194 char arg1[] = "foobar"; in ATF_TC_BODY() local
227 char arg1[] = "-?foo"; in check_flag_not_a_number() local
249 char arg1[] = "-?99999999999999999999"; in check_flag_out_of_range() local
309 char arg1[] = "list"; in ATF_TC_BODY() local
329 char arg1[] = "-g987"; in ATF_TC_BODY() local
352 char arg1[] = "list"; in ATF_TC_BODY() local
368 char arg1[] = "list"; in ATF_TC_BODY() local
383 char arg1[] = "list"; in ATF_TC_BODY() local
[all …]
/netbsd-src/sys/sys/
H A Dsdt.h48 #define DTRACE_PROBE1(prov, name, arg1) do { \ argument
53 #define DTRACE_PROBE2(prov, name, arg1, arg2) do { \ argument
60 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) do { \ argument
67 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) do { \ argument
75 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) do { \ argument
99 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) do \ argument
111 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
112 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
113 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
114 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Drpc.hh326 call (connection *conn, const char *method, R *result, A1 arg1, A2 arg2) in call()
350 argument_wrapper<A1> arg1; in callback() local
368 call (connection *conn, const char *method, R *result, A1 arg1, A2 arg2, in call()
395 argument_wrapper<A1> arg1; in callback() local
416 call (connection *conn, const char *method, R *result, A1 arg1, A2 arg2, in call()
445 argument_wrapper<A1> arg1; in callback() local
470 call (connection *conn, const char *method, R *result, A1 arg1, A2 arg2, in call()
501 argument_wrapper<A1> arg1; in callback() local
529 call (connection *conn, const char *method, R *result, A1 arg1, A2 arg2, in call()
565 argument_wrapper<A1> arg1; in callback() local
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h287 # define OSSL_TRACE1(category, format, arg1) \ argument
289 # define OSSL_TRACE2(category, format, arg1, arg2) \ argument
291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ argument
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ argument
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
301 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
303 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \ argument
/netbsd-src/share/examples/secmodel/
H A Dsecmodel_example.c212 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_generic_cb()
234 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_system_cb()
351 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_process_cb()
428 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_network_cb()
560 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_machdep_cb()
593 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_device_cb()
656 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_example_vnode_cb()
/netbsd-src/sys/secmodel/suser/
H A Dsecmodel_suser.c197 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_generic_cb()
227 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_system_cb()
467 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_process_cb()
563 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_network_cb()
830 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_machdep_cb()
877 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_device_cb()
941 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_suser_vnode_cb()
/netbsd-src/sys/secmodel/overlay/
H A Dsecmodel_overlay.c236 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_generic_cb()
262 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_system_cb()
288 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_process_cb()
314 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_network_cb()
340 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_machdep_cb()
366 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_device_cb()
392 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_overlay_vnode_cb()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-nice-strict.h93 NiceMock(A1&& arg1, A2&& arg2, An&&... args) in NiceMock()
131 NaggyMock(A1&& arg1, A2&& arg2, An&&... args) in NaggyMock()
169 StrictMock(A1&& arg1, A2&& arg2, An&&... args) in StrictMock()
/netbsd-src/sys/kern/
H A Dsubr_xcall.c257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) in xc_broadcast()
288 xc_nop(void *arg1, void *arg2) in xc_nop()
314 xc_unicast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2, in xc_unicast()
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci) in xc_lowpri()
443 void *arg1, *arg2; in xc_thread() local
507 void *arg1, *arg2; in xc__highpri_intr() local
546 xc_highpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci, in xc_highpri()
H A Dsubr_kcov.c626 trace_cmp(uint64_t type, uint64_t arg1, uint64_t arg2, intptr_t pc) in trace_cmp()
676 __sanitizer_cov_trace_cmp1(uint8_t arg1, uint8_t arg2) in __sanitizer_cov_trace_cmp1()
686 __sanitizer_cov_trace_cmp2(uint16_t arg1, uint16_t arg2) in __sanitizer_cov_trace_cmp2()
696 __sanitizer_cov_trace_cmp4(uint32_t arg1, uint32_t arg2) in __sanitizer_cov_trace_cmp4()
706 __sanitizer_cov_trace_cmp8(uint64_t arg1, uint64_t arg2) in __sanitizer_cov_trace_cmp8()
716 __sanitizer_cov_trace_const_cmp1(uint8_t arg1, uint8_t arg2) in __sanitizer_cov_trace_const_cmp1()
726 __sanitizer_cov_trace_const_cmp2(uint16_t arg1, uint16_t arg2) in __sanitizer_cov_trace_const_cmp2()
736 __sanitizer_cov_trace_const_cmp4(uint32_t arg1, uint32_t arg2) in __sanitizer_cov_trace_const_cmp4()
746 __sanitizer_cov_trace_const_cmp8(uint64_t arg1, uint64_t arg2) in __sanitizer_cov_trace_const_cmp8()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_math.c44 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod()
53 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2()
62 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max()
66 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
/netbsd-src/sys/secmodel/securelevel/
H A Dsecmodel_securelevel.c252 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_system_cb()
362 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_process_cb()
420 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_network_cb()
463 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_machdep_cb()
508 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_device_cb()
608 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) in secmodel_securelevel_vnode_cb()
/netbsd-src/sys/secmodel/keylock/
H A Dsecmodel_keylock.c156 kauth_action_t action, void *cookie, void *arg0, void *arg1, in secmodel_keylock_system_cb()
266 void *arg1, void *arg2, void *arg3) in secmodel_keylock_process_cb()
326 void *arg1, void *arg2, void *arg3) in secmodel_keylock_network_cb()
373 void *arg1, void *arg2, void *arg3) in secmodel_keylock_machdep_cb()
411 void *arg1, void *arg2, void *arg3) in secmodel_keylock_device_cb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2()
219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2()
250 const real_value *arg0, const real_value *arg1, in do_mpfr_arg3()
502 const real_value *arg1, const real_format *format) in fold_const_pow()
542 const real_value *arg1, const real_format *format) in fold_const_nextafter()
580 const wide_int_ref &arg1, in fold_const_builtin_load_exponent()
698 fold_while_ult (tree type, poly_uint64 arg0, poly_uint64 arg1) in fold_while_ult()
1333 fold_const_fold_left (tree type, tree arg0, tree arg1, tree_code code) in fold_const_fold_left()
1359 const real_value *arg0, const real_value *arg1, in fold_const_call_sss()
1412 const real_value *arg0, const wide_int_ref &arg1, in fold_const_call_sss()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2()
219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2()
250 const real_value *arg0, const real_value *arg1, in do_mpfr_arg3()
500 const real_value *arg1, const real_format *format) in fold_const_pow()
540 const real_value *arg1, const real_format *format) in fold_const_nextafter()
578 const wide_int_ref &arg1, in fold_const_builtin_load_exponent()
696 fold_while_ult (tree type, poly_uint64 arg0, poly_uint64 arg1) in fold_while_ult()
1335 fold_const_fold_left (tree type, tree arg0, tree arg1, tree_code code) in fold_const_fold_left()
1361 const real_value *arg0, const real_value *arg1, in fold_const_call_sss()
1417 const real_value *arg0, const wide_int_ref &arg1, in fold_const_call_sss()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c903 #define SWIG_PERL_DECL_ARGS_1(arg1) (SWIG_PERL_OBJECT_DECL arg1) argument
904 #define SWIG_PERL_CALL_ARGS_1(arg1) (SWIG_PERL_OBJECT_CALL arg1) argument
905 #define SWIG_PERL_DECL_ARGS_2(arg1, arg2) (SWIG_PERL_OBJECT_DECL arg1, arg2) argument
906 #define SWIG_PERL_CALL_ARGS_2(arg1, arg2) (SWIG_PERL_OBJECT_CALL arg1, arg2) argument
1782 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
1820 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
1848 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
1886 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
1914 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
1952 netpgp_t *arg1 = (netpgp_t *) 0 ; in XS() local
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dapplication_test.cpp48 char arg1[] = "progname"; in main() local
86 char arg1[] = "progname"; in ATF_TEST_CASE_BODY() local

12345678910>>...20