Searched refs:nx_path (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2741 FREE(nx->nx_path, M_TEMP);
2892 if (strncmp(path, nx->nx_path, MAXPATHLEN)) {
2912 MALLOC(nx->nx_path, char*, pathlen, M_TEMP, M_WAITOK);
2913 if (!nx->nx_path) {
2919 bcopy(path, nx->nx_path, pathlen);
2925 if (strncmp(nx->nx_path, nx2->nx_path, MAXPATHLEN) > 0)
2944 if ((nx3 && !strncmp(nx3->nx_path, nx->nx_path, pathlen - 1) &&
2945 (nx3->nx_path[pathle
[all...]
H A Dnfs_syscalls.c465 int len = strlen(nx->nx_path);
468 if (!strncmp(nx->nx_path, ptr, len))
H A Dnfs.h627 char *nx_path; /* exported file system sub-path */ member in struct:nfs_export
H A Dnfs_vfsops.c5251 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5252 nx->nx_path);
5305 nxfs->nxfs_path, ((nxfs->nxfs_path[1] && nx->nx_path[0]) ? "/" : ""),
5306 nx->nx_path);

Completed in 37 milliseconds