Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1607 nfs_fh3 *fh3p; in get_the_addr() local
1616 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_the_addr()
1618 if (fh3p == NULL) { in get_the_addr()
1623 fh3p->fh3_length = in get_the_addr()
1627 fh3p->fh3_length); in get_the_addr()
1629 *fhp = (caddr_t)fh3p; in get_the_addr()
2014 nfs_fh3 *fh3p; in get_fh() local
2286 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_fh()
2287 if (fh3p == NULL) { in get_fh()
2291 fh3p->fh3_length = in get_fh()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3082 nfs_fh3 *fh3p; in get_server_fh() local
3091 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_server_fh()
3093 if (fh3p == NULL) { in get_server_fh()
3098 fh3p->fh3_length = in get_server_fh()
3100 memcpy(fh3p->fh3_u.data, in get_server_fh()
3102 fh3p->fh3_length); in get_server_fh()
3104 *fhp = (caddr_t)fh3p; in get_server_fh()