Searched refs:ps_strings (Results 26 - 50 of 50) sorted by relevance

12

/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_exec_powerpc.c66 struct ps_strings *arginfo, char **stackp,
/netbsd-current/lib/libkvm/
H A Dkvm_m68k.c157 extern struct ps_strings *__ps_strings;
H A Dkvm_arm.c194 extern struct ps_strings *__ps_strings;
H A Dkvm_proc.c191 void (*)(struct ps_strings *, u_long *, int *));
196 static void ps_str_a(struct ps_strings *, u_long *, int *);
197 static void ps_str_e(struct ps_strings *, u_long *, int *);
1026 ps_str_a(struct ps_strings *p, u_long *addr, int *n)
1034 ps_str_e(struct ps_strings *p, u_long *addr, int *n)
1064 void (*info)(struct ps_strings *, u_long *, int *))
1069 struct ps_strings arginfo;
H A Dkvm_sparc64.c273 extern struct ps_strings *__ps_strings;
H A Dkvm_sparc.c382 extern struct ps_strings *__ps_strings;
H A Dkvm_powerpc.c367 extern struct ps_strings *__ps_strings;
/netbsd-current/libexec/ld.elf_so/arch/mips/
H A Drtld_start.S49 move s3, a3 # save ps_strings pointer
72 move a3, s3 # restore ps_strings
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c67 int linux32_copyinargs(struct exec_package *, struct ps_strings *,
113 struct ps_strings *arginfo, char **stackp, void *argp)
/netbsd-current/sys/sys/
H A Dcompat_stub.h304 struct ps_strings;
306 (struct proc *, struct ps_strings *));
H A Dexec_elf.h1446 struct ps_strings;
1455 struct ps_strings *, char **, void *);
1470 struct ps_strings *, char **, void *);
/netbsd-current/sys/compat/linux/common/
H A Dlinux_exec_aout.c68 struct ps_strings *, char **, void *);
81 struct ps_strings *arginfo, char **stackp, void *argp)
H A Dlinux_exec_elf32.c483 struct ps_strings *arginfo, char **stackp, void *argp)
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c126 struct ps_strings *arginfo, char **stackp, void *argp)
/netbsd-current/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1310 struct ps_strings;
1318 struct ps_strings *, char **, void *);
1330 struct ps_strings *, char **, void *);
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1339 struct ps_strings;
1347 struct ps_strings *, char **, void *);
1359 struct ps_strings *, char **, void *);
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_elf.h1339 struct ps_strings;
1347 struct ps_strings *, char **, void *);
1359 struct ps_strings *, char **, void *);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc99 extern struct ps_strings *__ps_strings;
107 extern struct ps_strings *__ps_strings;
623 // kern.ps_strings sysctl, which returns a pointer to a structure containing
625 ps_strings *pss;
627 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) {
628 Printf("sysctl kern.ps_strings failed\n");
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c114 struct ps_strings arginfo;
128 * _start(argc, argv, envp, obj, cleanup, ps_strings);
133 * - ps_strings is a NetBSD extension, and will be
/netbsd-current/sys/kern/
H A Dkern_proc.c2314 copyin_psstrings(struct proc *p, struct ps_strings *arginfo)
2345 struct ps_strings pss;
2463 struct ps_strings pss;
2487 * Read in the ps_strings structure.
3047 struct ps_strings pss;
H A Dkern_exec.c260 struct ps_strings ed_arginfo;
1352 * via ps_strings::ps_argvstr.
1525 sizeof(struct ps_strings32) : sizeof(struct ps_strings);
1529 data->ed_ps_strings_sz + /* ps_strings */
1588 /* fill process ps_strings info */
1601 /* copy out the process's ps_strings structure */
1604 DPRINTF(("%s: ps_strings copyout %p->%p size %zu failed\n",
1740 copyargs(struct lwp *l, struct exec_package *pack, struct ps_strings *arginfo,
H A Dexec_elf.c268 struct ps_strings *arginfo, char **stackp, void *argp)
H A Dsys_ptrace_common.c1510 struct ps_strings pss;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc96 extern struct ps_strings *__ps_strings;
595 // kern.ps_strings sysctl, which returns a pointer to a structure containing
597 ps_strings *pss;
599 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) {
600 Printf("sysctl kern.ps_strings failed\n");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp103 extern struct ps_strings *__ps_strings;
621 // kern.ps_strings sysctl, which returns a pointer to a structure containing
623 ps_strings *pss;
625 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) {
626 Printf("sysctl kern.ps_strings failed\n");

Completed in 211 milliseconds

12