/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_interp.c | 33 prom_interpret(char *string, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, argument 63 ci[5] = p1275_uintptr2cell(arg2); /* Arg3: stack arg 2 */
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_call.c | 72 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument 90 (uint64_t)arg2); 96 func(arg1, arg2);
|
H A D | dtrace_subr.c | 36 dtrace_xcall_func(uint64_t arg1, uint64_t arg2) argument 38 (*(dtrace_xcall_t)arg1)((void *)(arg2)); 53 dtrace_sync_func(uint64_t arg1, uint64_t arg2) argument
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_call.c | 64 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument 85 (*func)(arg1, arg2); 89 xc_call((xc_arg_t)arg1, (xc_arg_t)arg2, 0, CPUSET2BV(set),
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.args1.c | 33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, argument
|
/illumos-gate/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 68 tcp_send(int arg0, tcp_t *arg1, const void *arg2, int arg3) argument 76 tcp_opt_set(tcp_t *arg0, int arg1, int arg2, const void *arg3, socklen_t arg4) argument 84 tcp_accept(int arg0, struct sockaddr *arg1, socklen_t *arg2) argument
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | brandsys.c | 37 brandsys(int cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, argument 51 if ((err = ZBROP(p->p_zone)->b_brandsys(cmd, &rval, arg1, arg2, arg3,
|
H A D | rusagesys.c | 247 rusagesys(int code, void *arg1, void *arg2, void *arg3, void *arg4) argument 258 return (vm_getusage((uint_t)(uintptr_t)arg1, (time_t)arg2,
|
H A D | ucredsys.c | 202 ucredsys32(int arg1, int arg2, caddr32_t arg3) argument 204 return (ucredsys(arg1, arg2, (void *)(uintptr_t)arg3));
|
H A D | utime.c | 200 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) 204 return (futimens((int)arg1, (timespec_t *)arg2)); 206 return (utimensat((int)arg1, (char *)arg2, 199 utimesys(int code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) argument
|
/illumos-gate/usr/src/cmd/make/lib/makestate/ |
H A D | lock.c | 152 char * arg2) 158 (void) sprintf(&msg[len], str, arg1, arg2); 151 file_lock_error(char * msg, char * file, const char * str, char * arg1, char * arg2) argument
|
/illumos-gate/usr/src/cmd/sgs/libldmake/common/ |
H A D | lock.c | 45 char *arg1, char *arg2, size_t mlen) 52 (void) snprintf(&msg[len], (mlen - len), str, arg1, arg2); 44 file_lock_error(char *msg, char *file, int err, const char *str, char *arg1, char *arg2, size_t mlen) argument
|
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | lock.cc | 42 static void file_lock_error(char *msg, char *file, char *str, int arg1, int arg2); 160 file_lock_error(char *msg, char *file, char *str, int arg1, int arg2) argument 166 sprintf(&msg[len], str, arg1, arg2);
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorfilter.c | 48 static int lexsort(const void *arg1, const void *arg2); 122 lexsort(const void *arg1, const void *arg2) argument 125 char **cpp2 = (char **)arg2;
|
H A D | errormain.c | 58 static int errorsort(const void *arg1, const void *arg2); 284 errorsort(const void *arg1, const void *arg2) argument 287 Eptr *epp2 = (Eptr *)arg2;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.c | 98 rxbuf_ctor(void *arg1, void *arg2, int kmflag) argument 101 struct rxbuf_cache_params *p = arg2; 158 rxbuf_dtor(void *arg1, void *arg2) argument
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_kdi.c | 61 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2); 88 uintptr_t arg2) 93 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); 87 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2) argument
|
H A D | spitfire_kdi.c | 65 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2); 89 uintptr_t arg2) 98 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); 88 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2) argument
|
H A D | us3_kdi.c | 64 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2); 89 uintptr_t arg2) 99 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); 88 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2) argument
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_intr.c | 140 caddr_t arg2 = ih_p->ih_handler_arg2; local 151 void *, handler, caddr_t, arg1, caddr_t, arg2); 153 r = (*handler)(arg1, arg2);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_pkt.c | 45 emlxs_pkt_thread(emlxs_hba_t *hba, void *arg1, void *arg2) argument
|
H A D | emlxs_thread.c | 262 void *arg2; local 271 arg2 = ethread->arg2; 273 func(hba, arg1, arg2); 322 arg2 = ethread->arg2; 325 ethread->arg2 = NULL; 330 func(ethread->hba, arg1, arg2); 401 ethread->arg2 = NULL; 456 ethread->arg2 518 emlxs_thread_spawn(emlxs_hba_t *hba, void (*func) (), void *arg1, void *arg2) argument [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_intr.c | 32 static uint_t oce_isr(caddr_t arg1, caddr_t arg2); 299 * arg2 - callback data 304 oce_isr(caddr_t arg1, caddr_t arg2) argument 313 _NOTE(ARGUNUSED(arg2));
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/ |
H A D | psvcplugin.c | 193 static void init_err(char *fmt, char *arg1, char *arg2) argument 197 sprintf(msg, fmt, arg1, arg2);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/ |
H A D | psvcplugin.c | 115 static void init_err(char *fmt, char *arg1, char *arg2) argument 119 sprintf(msg, fmt, arg1, arg2);
|