| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-dracut.m4 | 11 path2=/usr/lib/dracut 12 default=$path2 15 AS_IF([test -d "$path2"], [dracutdir="$path2"],
|
| H A D | user-udev.m4 | 11 path2=/usr/lib/udev 12 default=$path2 15 AS_IF([test -d "$path2"], [udevdir="$path2"],
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 1181 libzfs_path_contains(const char *path1, const char *path2) in libzfs_path_contains() argument 1183 return (strcmp(path1, path2) == 0 || strcmp(path1, "/") == 0 || in libzfs_path_contains() 1184 (strstr(path2, path1) == path2 && path2[strlen(path1)] == '/')); in libzfs_path_contains()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_jail.c | 3671 char *path1, *path2; in prison_path() local 3675 path2 = pr2->pr_path; in prison_path() 3677 return (path2); in prison_path() 3679 if (strncmp(path1, path2, len1)) in prison_path() 3680 return (path2); in prison_path() 3681 if (path2[len1] == '\0') in prison_path() 3683 if (path2[len1] == '/') in prison_path() 3684 return (path2 + len1); in prison_path() 3685 return (path2); in prison_path()
|
| H A D | vfs_syscalls.c | 1491 char *path2; member 1504 return (kern_linkat(td, uap->fd1, uap->fd2, uap->path1, uap->path2, in sys_linkat() 1550 const char *path2, enum uio_seg segflag, int follow) in kern_linkat() argument 1562 error = kern_linkat_vp(td, nd.ni_vp, fd2, path2, segflag); in kern_linkat() 1664 char *path2; member 1671 return (kern_symlinkat(td, uap->path1, uap->fd, uap->path2, in sys_symlinkat() 1676 kern_symlinkat(struct thread *td, const char *path1, int fd, const char *path2, in kern_symlinkat() argument 1698 NOCACHE, segflg, path2, fd, &cap_symlinkat_rights, in kern_symlinkat()
|
| H A D | systrace_args.c | 2688 uarg[3] = (intptr_t) p->path2; /* const char * */ in systrace_args() 2746 uarg[2] = (intptr_t) p->path2; /* const char * */ in systrace_args()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 187 const char *path2, enum uio_seg segflg, int follow); 311 const char *path2, enum uio_seg segflg);
|
| H A D | sysproto.h | 1448 char path2_l_[PADL_(const char *)]; const char * path2; char path2_r_[PADR_(const char *)]; member 1482 char path2_l_[PADL_(const char *)]; const char * path2; char path2_r_[PADR_(const char *)]; member
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_drv.c | 655 int busno2, const ACPI_DMAR_PCI_PATH *path2, int depth2, in dmar_match_pathes() argument 668 if (path1[i].Device != path2[i].Device || in dmar_match_pathes() 669 path1[i].Function != path2[i].Function) in dmar_match_pathes()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_reass.c | 145 SYSCTL_COUNTER_U64(_net_inet_tcp_reass_stats, OID_AUTO, path2, CTLFLAG_RD,
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 689 MKSTR(path2, "./%s", fname); in mlx5_dump_debug_information() 690 fd = fopen(path2, "a+"); in mlx5_dump_debug_information() 692 DRV_LOG(ERR, "cannot open %s for debug dump", path2); in mlx5_dump_debug_information() 695 DRV_LOG(INFO, "New debug dump in file %s", path2); in mlx5_dump_debug_information()
|