Searched refs:proc_get_binpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/fs/procfs/ |
| HD | procfs.c | 76 error = proc_get_binpath(p, binpath, &fullpath, &freepath); in procfs_doprocfile()
|
| /freebsd-14-stable/sys/sys/ |
| HD | proc.h | 1201 int proc_get_binpath(struct proc *p, char *binname, char **fullpath,
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_proc.c | 2274 proc_get_binpath(struct proc *p, char *binname, char **retbuf, in proc_get_binpath() function 2358 error = proc_get_binpath(p, binname, &retbuf, &freebuf); in sysctl_kern_proc_pathname()
|