Searched refs:fdpath (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/dist/pf/usr.sbin/authpf/ |
| D | authpf.c | 649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; in change_filter() local 662 if (asprintf(&fdpath, "/dev/fd/%d", dev) == -1) in change_filter() 681 pargv[2] = fdpath; in change_filter() 724 free(fdpath); in change_filter()
|
| /netbsd/src/sys/kern/ |
| D | vfs_syscalls.c | 2608 do_sys_linkat(struct lwp *l, int fdpath, const char *path, int fdlink, in do_sys_linkat() argument 2622 error = fd_nameiat_simple_user(l, fdpath, path, ns_flags, &vp); in do_sys_linkat()
|