/src/lib/libossaudio/ |
oss_ioctl.c | 10 void *argp; local in function:_oss_ioctl 13 argp = va_arg(ap, void *); 17 return _oss_dsp_ioctl(fd, com, argp); 19 return _oss3_mixer_ioctl(fd, com, argp); 21 return _oss4_mixer_ioctl(fd, com, argp); 23 return _oss4_global_ioctl(fd, com, argp); 25 return ioctl(fd, com, argp);
|
oss_ioctl.c | 10 void *argp; local in function:_oss_ioctl 13 argp = va_arg(ap, void *); 17 return _oss_dsp_ioctl(fd, com, argp); 19 return _oss3_mixer_ioctl(fd, com, argp); 21 return _oss4_mixer_ioctl(fd, com, argp); 23 return _oss4_global_ioctl(fd, com, argp); 25 return ioctl(fd, com, argp);
|
/src/sys/arch/vax/vax/ |
opcodes.c | 455 const char *argp; /* pointer into argument-list */ local in function:skip_opcode 462 argp = vax_inst2[INDEX_OPCODE(opc)].argdesc; 464 argp = vax_inst[opc].argdesc; 466 if (argp == NULL || *argp == '\0') 469 while (*argp) { 470 switch (*argp) { 473 switch (*(++argp)) { 489 switch (*(++argp)) { 515 if (!*argp || !*++argp [all...] |
opcodes.c | 455 const char *argp; /* pointer into argument-list */ local in function:skip_opcode 462 argp = vax_inst2[INDEX_OPCODE(opc)].argdesc; 464 argp = vax_inst[opc].argdesc; 466 if (argp == NULL || *argp == '\0') 469 while (*argp) { 470 switch (*argp) { 473 switch (*(++argp)) { 489 switch (*(++argp)) { 515 if (!*argp || !*++argp [all...] |
/src/lib/libc/stdlib/ |
system.c | 60 const char *argp[] = {"sh", "-c", "--", command, NULL}; local in function:system 118 error = posix_spawn(&pid, _PATH_BSHELL, NULL, &attr, __UNCONST(argp),
|
system.c | 60 const char *argp[] = {"sh", "-c", "--", command, NULL}; local in function:system 118 error = posix_spawn(&pid, _PATH_BSHELL, NULL, &attr, __UNCONST(argp),
|
/src/sys/arch/ews4800mips/stand/common/ |
cmd.c | 69 char *argp[CMDARG_MAX]; local in function:cmd_exec 96 argp[argc++] = p; 104 argp[argc++] = p; 109 cmd->func (argc, argp, 1); 113 cmd_batch(int argc, char *argp[], int interactive) 134 cmd_help(int argc, char *argp[], int interactive)
|
cmd.c | 69 char *argp[CMDARG_MAX]; local in function:cmd_exec 96 argp[argc++] = p; 104 argp[argc++] = p; 109 cmd->func (argc, argp, 1); 113 cmd_batch(int argc, char *argp[], int interactive) 134 cmd_help(int argc, char *argp[], int interactive)
|
/src/sys/compat/netbsd32/ |
netbsd32_nfssvc.c | 61 nfssvc32_addsock_in(struct nfsd_args *nfsdarg, const void *argp) 66 error = copyin(argp, &args32, sizeof args32); 77 nfssvc32_setexports_in(struct mountd_exports_list *mel, const void *argp) 82 error = copyin(argp, &args32, sizeof args32); 93 nfssvc32_nsd_in(struct nfsd_srvargs *nsd, const void *argp) 98 error = copyin(argp, &args32, sizeof args32); 118 nfssvc32_nsd_out(void *argp, const struct nfsd_srvargs *nsd) 136 return copyout(&args32, argp, sizeof args32); 140 nfssvc32_exp_in(struct export_args *exp, const void *argp, size_t nexports) 143 struct netbsd32_export_args const *argp32 = argp; 186 void *argp = SCARG_P32(uap, argp); local in function:netbsd32_nfssvc [all...] |
netbsd32_nfssvc.c | 61 nfssvc32_addsock_in(struct nfsd_args *nfsdarg, const void *argp) 66 error = copyin(argp, &args32, sizeof args32); 77 nfssvc32_setexports_in(struct mountd_exports_list *mel, const void *argp) 82 error = copyin(argp, &args32, sizeof args32); 93 nfssvc32_nsd_in(struct nfsd_srvargs *nsd, const void *argp) 98 error = copyin(argp, &args32, sizeof args32); 118 nfssvc32_nsd_out(void *argp, const struct nfsd_srvargs *nsd) 136 return copyout(&args32, argp, sizeof args32); 140 nfssvc32_exp_in(struct export_args *exp, const void *argp, size_t nexports) 143 struct netbsd32_export_args const *argp32 = argp; 186 void *argp = SCARG_P32(uap, argp); local in function:netbsd32_nfssvc [all...] |
netbsd32_sem.c | 50 intptr_t *argp = dst; local in function:netbsd32_ksem_copyin 58 *argp = arg32;
|
netbsd32_sem.c | 50 intptr_t *argp = dst; local in function:netbsd32_ksem_copyin 58 *argp = arg32;
|
/src/usr.bin/telnet/ |
main.c | 297 char ** volatile argp; /* avoid longjmp clobbering */ local in function:main 299 argp = args; 302 *argp++ = prompt; 304 *argp++ = ml; 305 *argp++ = user; 307 *argp++ = argv[0]; /* host */ 309 *argp++ = argv[1]; /* port */ 310 *argp = 0; 314 if (tn((int)(argp - args), args) == 1)
|
main.c | 297 char ** volatile argp; /* avoid longjmp clobbering */ local in function:main 299 argp = args; 302 *argp++ = prompt; 304 *argp++ = ml; 305 *argp++ = user; 307 *argp++ = argv[0]; /* host */ 309 *argp++ = argv[1]; /* port */ 310 *argp = 0; 314 if (tn((int)(argp - args), args) == 1)
|
/src/sys/arch/ia64/stand/efi/libefi/ |
efi.c | 48 arg_skipsep(CHAR16 *argp) 51 while (*argp == ' ' || *argp == '\t') 52 argp++; 53 return (argp); 57 arg_skipword(CHAR16 *argp) 60 while (*argp && *argp != ' ' && *argp != '\t') 61 argp++ 91 CHAR16 *argp, *args, **argv; local in function:efi_main [all...] |
efi.c | 48 arg_skipsep(CHAR16 *argp) 51 while (*argp == ' ' || *argp == '\t') 52 argp++; 53 return (argp); 57 arg_skipword(CHAR16 *argp) 60 while (*argp && *argp != ' ' && *argp != '\t') 61 argp++ 91 CHAR16 *argp, *args, **argv; local in function:efi_main [all...] |
/src/sys/arch/i386/i386/ |
db_machdep.c | 94 int *argp; local in function:db_numargs 99 argp = (int *)db_get_value((int)retaddrp, 4, false); 100 if (argp < (int *)VM_MIN_KERNEL_ADDRESS || argp > (int *)etext) { 103 inst = db_get_value((int)argp, 4, false); 126 long *argp, int is_trap, void (*pr)(const char *, ...)) 148 ptr = db_get_value((int)argp, 4, false); 171 ptr = db_get_value((int)argp, 4, false); 176 ptr = db_get_value((int)argp, 4, false); 185 db_read_bytes((db_addr_t)argp, sizeof(tf), (char *)&tf) [all...] |
db_machdep.c | 94 int *argp; local in function:db_numargs 99 argp = (int *)db_get_value((int)retaddrp, 4, false); 100 if (argp < (int *)VM_MIN_KERNEL_ADDRESS || argp > (int *)etext) { 103 inst = db_get_value((int)argp, 4, false); 126 long *argp, int is_trap, void (*pr)(const char *, ...)) 148 ptr = db_get_value((int)argp, 4, false); 171 ptr = db_get_value((int)argp, 4, false); 176 ptr = db_get_value((int)argp, 4, false); 185 db_read_bytes((db_addr_t)argp, sizeof(tf), (char *)&tf) [all...] |
/src/sys/arch/sparc64/sparc64/ |
syscall.c | 188 register64_t *argp; local in function:getargs 211 (i - nap) * sizeof(*argp)); 216 for (argp = args->l; i--;) 217 *argp++ = *ap++; 219 register32_t *argp; local in function:getargs 228 (i - nap) * sizeof(*argp)); 234 for (argp = args->i; i--;) 235 *argp++ = *ap++;
|
syscall.c | 188 register64_t *argp; local in function:getargs 211 (i - nap) * sizeof(*argp)); 216 for (argp = args->l; i--;) 217 *argp++ = *ap++; 219 register32_t *argp; local in function:getargs 228 (i - nap) * sizeof(*argp)); 234 for (argp = args->i; i--;) 235 *argp++ = *ap++;
|
/src/sys/arch/sun3/sun3/ |
sunmon.c | 265 char **argp; local in function:sunmon_init 283 argp = bp->argPtr; 285 /* Skip argp[0] (the device string) */ 286 argp++; 289 if (*argp == NULL) 291 p = *argp; 299 argp++; 304 if (*argp == NULL) 306 p = *argp;
|
sunmon.c | 265 char **argp; local in function:sunmon_init 283 argp = bp->argPtr; 285 /* Skip argp[0] (the device string) */ 286 argp++; 289 if (*argp == NULL) 291 p = *argp; 299 argp++; 304 if (*argp == NULL) 306 p = *argp;
|
/src/usr.sbin/timed/timedc/ |
timedc.c | 181 char **argp = margv; local in function:makeargv 184 for (cp = cmdline; argp < &margv[MAX_MARGV - 1] && *cp;) { 189 *argp++ = cp; 199 *argp++ = 0;
|
timedc.c | 181 char **argp = margv; local in function:makeargv 184 for (cp = cmdline; argp < &margv[MAX_MARGV - 1] && *cp;) { 189 *argp++ = cp; 199 *argp++ = 0;
|
/src/sys/arch/x86/x86/ |
db_trace.c | 113 long *argp; local in function:db_stack_trace_print 245 argp = (long *)&((struct x86_frame *) 248 argp = frame + 2; 254 (*pr)("%lx", db_get_value((long)argp, sizeof(long), 256 argp++;
|