Searched refs:nfs_root_node (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | pxe.c | 433 extern struct nfs_iodesc nfs_root_node; 446 if ((error = nfs_getrootfh(d, rootpath, nfs_root_node.fh)) != 0) 448 nfs_root_node.iodesc = d; 460 * ourselves. Use nfs_root_node.iodesc as flag indicating 463 if (nfs_root_node.iodesc == NULL) 466 fh = &nfs_root_node.fh[0]; 485 extern struct nfs_iodesc nfs_root_node; 498 if ((error = nfs_getrootfh(d, rootpath, &nfs_root_node.fhsize, 499 nfs_root_node.fh)) != 0) { 501 nfs_root_node [all...] |
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | nfs.c | 200 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 59 milliseconds