| /src/lib/libc/sys/ |
| H A D | Lint___syscall.c | 13 __syscall(quad_t arg1, ...) argument
|
| H A D | Lint_syscall.c | 13 syscall(int arg1, ...) argument
|
| /src/lib/libc/arch/hppa/string/ |
| H A D | bzero.S | 49 comb,>=,n %r0,%arg1,$bzero_exit 55 comib,>>,n 4,%arg1,$bzero_bytes 64 add %arg1,%t1,%arg1 71 comib,>>= 15, %arg1, $bzero_word 72 addi -16, %arg1, %arg1 79 comib,<< 15, %arg1, $bzero_loop_16 80 addi -16, %arg1, %arg1 [all...] |
| H A D | strlcpy.S | 46 ldbs,ma 1(%arg1), %r1 54 copy %arg1, %ret0 72 ldbs,ma 1(%arg1), %r1 79 ldbs,ma 1(%arg1), %r1 83 sub %arg1, %ret0, %ret0
|
| /src/sys/rump/librump/rumpvfs/ |
| H A D | rumpvfs_if_wrappers.c | 27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4) argument 31 rump_getvninfo(arg1, arg2, arg3, arg4); 36 rump_pub_vfslist_iterate(struct vfsops *arg1) argument 41 rv = rump_vfslist_iterate(arg1); 48 rump_pub_vfs_getopsbyname(const char *arg1) argument 53 rv = rump_vfs_getopsbyname(arg1); 72 rump_pub_vattr_settype(struct vattr *arg1, enum rump_vtype arg2) argument 76 rump_vattr_settype(arg1, arg2); 81 rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2) argument 85 rump_vattr_setmode(arg1, arg 90 rump_pub_vattr_setrdev(struct vattr * arg1,dev_t arg2) argument 99 rump_pub_vattr_free(struct vattr * arg1) argument 108 rump_pub_vp_incref(struct vnode * arg1) argument 117 rump_pub_vp_getref(struct vnode * arg1) argument 129 rump_pub_vp_rele(struct vnode * arg1) argument 138 rump_pub_vp_interlock(struct vnode * arg1) argument 147 rump_pub_vp_vmobjlock(struct vnode * arg1,int arg2) argument 156 rump_pub_freecn(struct componentname * arg1,int arg2) 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 189 rump_pub_vfs_unmount(struct mount * arg1,int arg2) argument 201 rump_pub_vfs_root(struct mount * arg1,struct vnode ** arg2,int arg3) argument 213 rump_pub_vfs_statvfs(struct mount * arg1,struct statvfs * arg2) 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 273 rump_pub_vfs_syncwait(struct mount * arg1) argument 282 rump_pub_vfs_getmp(const char * arg1,struct mount ** arg2) argument 294 rump_pub_vfs_mount_print(const char * arg1,int arg2) argument 303 rump_pub_syspuffs_glueinit(int arg1,int * arg2) argument 317 rump_pub_vattr50_to_vattr(const struct vattr * arg1,struct vattr * arg2) argument 330 rump_pub_vattr_to_vattr50(const struct vattr * arg1,struct vattr * arg2) argument [all...] |
| /src/sys/arch/hppa/hppa/ |
| H A D | support.S | 83 add %arg1, %arg2, %arg0 /* get the last byte to flush in arg0 */ 90 add %arg1, %t1, %t1 /* ub for big loop is lb + L */ 92 fdc,m %arg3(%sr1, %arg1) /* Start flushing first cache line. */ 94 fdc,m %arg3(%sr1, %arg1) 95 fdc,m %arg3(%sr1, %arg1) 96 fdc,m %arg3(%sr1, %arg1) 97 fdc,m %arg3(%sr1, %arg1) 98 fdc,m %arg3(%sr1, %arg1) 99 fdc,m %arg3(%sr1, %arg1) 100 fdc,m %arg3(%sr1, %arg1) [all...] |
| /src/lib/libm/src/ |
| H A D | s_matherr.c | 25 if(x->arg1!=x->arg1) return 0;
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | rumpkern_if_wrappers.c | 27 rump_pub_module_init(const struct modinfo * const *arg1, size_t arg2) argument 32 rv = rump_module_init(arg1, arg2); 39 rump_pub_module_fini(const struct modinfo *arg1) argument 44 rv = rump_module_fini(arg1); 51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) argument 56 rv = rump_kernelfsym_load(arg1, arg2, arg3, arg4); 63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) argument 68 rv = rump_uio_setup(arg1, arg2, arg3, arg4); 75 rump_pub_uio_getresid(struct uio *arg1) argument 80 rv = rump_uio_getresid(arg1); 87 rump_pub_uio_getoff(struct uio * arg1) argument 99 rump_pub_uio_free(struct uio * arg1) argument 111 rump_pub_cred_create(uid_t arg1,gid_t arg2,size_t arg3,gid_t * arg4) argument 123 rump_pub_cred_put(struct kauth_cred * arg1) argument 132 rump_pub_lwproc_rfork(int arg1) argument 144 rump_pub_lwproc_newlwp(pid_t arg1) argument 156 rump_pub_lwproc_switch(struct lwp * arg1) argument 195 rump_pub_allbetsareoff_setid(pid_t arg1,int arg2) 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 228 rump_pub_etfs_remove(const char * arg1) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
| H A D | amdgpu_dcn_calc_math.c | 44 float dcn_bw_mod(const float arg1, const float arg2) argument 46 if (isNaN(arg1)) 49 return arg1; 50 return arg1 - arg1 * ((int) (arg1 / arg2)); 53 float dcn_bw_min2(const float arg1, const float arg2) argument 55 if (isNaN(arg1)) 58 return arg1; 59 return arg1 < arg 62 dcn_bw_max(const unsigned int arg1,const unsigned int arg2) argument 66 dcn_bw_max2(const float arg1,const float arg2) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| H A D | bw_fixed.h | 44 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, argument 47 return (arg1.value <= arg2.value) ? arg1 : arg2; 50 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, argument 53 return (arg2.value <= arg1.value) ? arg1 : arg2; 103 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, argument 108 res.value = arg1.value + arg2.value; 113 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) argument 117 res.value = arg1 123 bw_div(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 128 bw_mod(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 138 bw_equ(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 143 bw_neq(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 148 bw_leq(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 153 bw_meq(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 158 bw_ltn(const struct bw_fixed arg1,const struct bw_fixed arg2) argument 163 bw_mtn(const struct bw_fixed arg1,const struct bw_fixed arg2) argument [all...] |
| H A D | dcn_calc_math.h | 31 float dcn_bw_mod(const float arg1, const float arg2); 32 float dcn_bw_min2(const float arg1, const float arg2); 33 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2); 34 float dcn_bw_max2(const float arg1, const float arg2);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | fixed31_32.h | 143 * result = arg1 < arg2 145 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) argument 147 return arg1.value < arg2.value; 152 * result = arg1 <= arg2 154 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) argument 156 return arg1.value <= arg2.value; 161 * result = arg1 == arg2 163 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) argument 165 return arg1.value == arg2.value; 170 * result = min(arg1, arg 172 dc_fixpt_min(struct fixed31_32 arg1,struct fixed31_32 arg2) argument 184 dc_fixpt_max(struct fixed31_32 arg1,struct fixed31_32 arg2) argument 255 dc_fixpt_add(struct fixed31_32 arg1,struct fixed31_32 arg2) argument 271 dc_fixpt_add_int(struct fixed31_32 arg1,int arg2) argument 280 dc_fixpt_sub(struct fixed31_32 arg1,struct fixed31_32 arg2) argument 296 dc_fixpt_sub_int(struct fixed31_32 arg1,int arg2) argument 318 dc_fixpt_mul_int(struct fixed31_32 arg1,int arg2) argument 333 dc_fixpt_div_int(struct fixed31_32 arg1,long long arg2) argument 342 dc_fixpt_div(struct fixed31_32 arg1,struct fixed31_32 arg2) argument 436 dc_fixpt_pow(struct fixed31_32 arg1,struct fixed31_32 arg2) argument [all...] |
| /src/lib/libc/arch/hppa/gen/ |
| H A D | swapcontext.S | 44 stw %arg1, HPPA_FRAME_ARG(1)(%sp) 47 ldw HPPA_FRAME_ARG(0)(%sp), %arg1 52 stw %r1, (_UC_GREGS + _REG_PCOQT * SZREG)(%arg1) 53 stw %rp, (_UC_GREGS + _REG_PCOQH * SZREG)(%arg1) 55 stw %r0, (_UC_GREGS + _REG_RET0 * SZREG)(%arg1)
|
| /src/lib/libc/arch/hppa/sys/ |
| H A D | __clone.S | 49 comb,= %r0, %arg1, 8f 55 ldo (HPPA_FRAME_SIZE * 2)(%arg1), %arg1 56 stw %arg0, HPPA_FRAME_ARG(0)(%arg1) 57 stw %arg3, HPPA_FRAME_ARG(1)(%arg1)
|
| /src/lib/csu/arch/hppa/ |
| H A D | crt0.S | 61 copy %arg1, %arg0 ; cleanup -> arg0 63 copy %arg2, %arg1 ; ps_strings -> arg1
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscall_linux_x86_64.inc | 24 static uptr internal_syscall(u64 nr, T1 arg1) { 26 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) : 32 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) { 34 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 40 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) { 42 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 48 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) { 51 "syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), 58 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4, 63 "syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1), [all...] |
| /src/sys/rump/librump/rumpnet/ |
| H A D | rumpnet_if_wrappers.c | 27 rump_pub_shmif_create(const char *arg1, int *arg2) argument 32 rv = rump_shmif_create(arg1, arg2);
|
| /src/sys/sys/ |
| H A D | sdt.h | 48 #define DTRACE_PROBE1(prov, name, arg1) do { \ 50 __dtrace_##prov##___##name((unsigned long)(arg1)); \ 53 #define DTRACE_PROBE2(prov, name, arg1, arg2) do { \ 56 __dtrace_##prov##___##name((unsigned long)(arg1), \ 60 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) do { \ 63 __dtrace_##prov##___##name((unsigned long)(arg1), \ 67 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) do { \ 70 __dtrace_##prov##___##name((unsigned long)(arg1), \ 75 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) do { \ 78 __dtrace_##prov##___##name((unsigned long)(arg1), \ [all...] |
| /src/libexec/ld.elf_so/arch/hppa/ |
| H A D | rtld_start.S | 76 ldw 0(%r19), %arg1 77 sub %arg0, %arg1, %arg1 ; %arg1 = relocbase 79 copy %arg1, %r4 ; save for later 97 /* Call _rtld, copying relocbase into arg1. */ 99 copy %r4, %arg1 ; %arg1 = relocbase 104 ldw 0(%r1), %arg1 ; cleanup 118 * object, and %arg1 i [all...] |
| /src/tests/usr.bin/indent/ |
| H A D | lsym_comma.c | 112 function_call(arg1, arg2); 113 (*indirect_function_call)(arg1, arg2); 143 macro_invocation(arg1, arg2);
|
| /src/common/lib/libc/arch/hppa/atomic/ |
| H A D | atomic_cas_up.S | 40 comb,<>,n %arg1, %ret0, 1f 53 comb,<>,n %arg1, %ret0, 1f 65 comb,<>,n %arg1, %ret0, 1f
|
| /src/tests/compat/linux/arch/x86_64/ |
| H A D | h_syscall.c | 36 syscall6(long number, register_t arg1, register_t arg2, register_t arg3, argument 46 : "a"(number), "D"(arg1), "S"(arg2), "d"(arg3), "r"(r10), "r"(r8), "r"(r9)
|
| /src/sys/arch/x86/include/ |
| H A D | cpu_msr.h | 44 x86_msr_xcall(void *arg1, void *arg2) argument 46 struct msr_rw_info *msrdat = arg1;
|
| /src/etc/rc.d/ |
| H A D | wscons | 55 ( while read type arg1 arg2 arg3 arg4 arg5; do 62 name=$arg1 95 idx=$arg1 119 kbd=$arg1 133 map=$arg1 140 mapfile=$arg1 156 cmd="$wscfg -m $arg1" 161 dev=$arg1
|
| /src/sys/arch/ia64/include/ |
| H A D | pal.h | 99 ia64_call_pal_static(u_int64_t proc, u_int64_t arg1, 102 ia64_call_pal_static_physical(u_int64_t proc, u_int64_t arg1, 105 ia64_call_pal_stacked(u_int64_t proc, u_int64_t arg1, 108 ia64_call_pal_stacked_physical(u_int64_t proc, u_int64_t arg1,
|