Searched refs:nd_private (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsdiskless.h89 struct nfs_dlmount nd_private; /* Mount info for private */ member in struct:nfs_diskless
H A Dnfs_boot.c229 nd->nd_private.ndm_saddr.sin_addr.s_addr = 0;
267 MALLOC_ZONE(nd->nd_private.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
268 if (!nd->nd_private.ndm_path) {
273 MALLOC_ZONE(nd->nd_private.ndm_mntfrom, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
274 if (!nd->nd_private.ndm_mntfrom) {
280 &nd->nd_private.ndm_saddr,
281 nd->nd_private.ndm_host,
282 nd->nd_private.ndm_path);
294 == nd->nd_private.ndm_saddr.sin_addr.s_addr)
295 && (strncmp(check_path, nd->nd_private
[all...]
H A Dnfs_vfsops.c915 if (nd.nd_private.ndm_mntfrom)
916 FREE_ZONE(nd.nd_private.ndm_mntfrom,
918 if (nd.nd_private.ndm_path)
919 FREE_ZONE(nd.nd_private.ndm_path,
1000 if (nd.nd_private.ndm_saddr.sin_addr.s_addr) {
1001 error = nfs_mount_diskless_private(&nd.nd_private, "/private",
1005 printf("private on %s\n", nd.nd_private.ndm_mntfrom);
1017 if (nd.nd_private.ndm_mntfrom)
1018 FREE_ZONE(nd.nd_private.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1019 if (nd.nd_private
[all...]

Completed in 37 milliseconds