Home
last modified time | relevance | path

Searched refs:fill_pathname (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/kern/
H A Dkern_proc.c266 static int fill_pathname(struct lwp *, pid_t, void *, size_t *);
2359 error = fill_pathname(l, pid, oldp, oldlenp); in sysctl_kern_proc_args()
2971 fill_pathname(struct lwp *l, pid_t pid, void *oldp, size_t *oldlenp) in fill_pathname() function