Searched refs:nfs_root_node (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dpxe.c419 extern struct nfs_iodesc nfs_root_node;
432 if ((error = nfs_getrootfh(d, rootpath, nfs_root_node.fh)) != 0)
434 nfs_root_node.iodesc = d;
446 * ourselves. Use nfs_root_node.iodesc as flag indicating
449 if (nfs_root_node.iodesc == NULL)
452 fh = &nfs_root_node.fh[0];
471 extern struct nfs_iodesc nfs_root_node;
484 if ((error = nfs_getrootfh(d, rootpath, &nfs_root_node.fhsize,
485 nfs_root_node.fh)) != 0) {
487 nfs_root_node
[all...]
/freebsd-10.1-release/lib/libstand/
H A Dnfs.c200 struct nfs_iodesc nfs_root_node; variable in typeref:struct:nfs_iodesc
488 if ((error = nfs_getrootfh(desc, rootpath, nfs_root_node.fh)))
490 nfs_root_node.fa.fa_type = htonl(NFDIR);
491 nfs_root_node.fa.fa_mode = htonl(0755);
492 nfs_root_node.fa.fa_nlink = htonl(2);
493 nfs_root_node.iodesc = desc;
495 fh = &nfs_root_node.fh[0];
513 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
593 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
614 error = nfs_lookupfh(&nfs_root_node, upat
[all...]

Completed in 125 milliseconds