Home
last modified time | relevance | path

Searched refs:fhlenp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dnfs.c184 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, uchar_t *fhp) in nfs_getrootfh() argument
235 *fhlenp = ntohl(repl->fhsize); in nfs_getrootfh()
236 bcopy(repl->fh, fhp, *fhlenp); in nfs_getrootfh()