Searched refs:proc_get_binpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/fs/procfs/ |
| H A D | procfs.c | 78 error = proc_get_binpath(p, binpath, &fullpath, &freepath); in procfs_doprocfile()
|
| /freebsd-13.1/sys/sys/ |
| H A D | proc.h | 1118 int proc_get_binpath(struct proc *p, char *binname, char **fullpath,
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_proc.c | 2241 proc_get_binpath(struct proc *p, char *binname, char **retbuf, in proc_get_binpath() function 2326 error = proc_get_binpath(p, binname, &retbuf, &freebuf); in sysctl_kern_proc_pathname()
|