Searched refs:fh3p (Results 1 – 2 of 2) sorted by relevance
1611 nfs_fh3 *fh3p; in get_the_addr() local1620 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_the_addr()1622 if (fh3p == NULL) { in get_the_addr()1627 fh3p->fh3_length = in get_the_addr()1629 memcpy(fh3p->fh3_u.data, in get_the_addr()1631 fh3p->fh3_length); in get_the_addr()1633 *fhp = (caddr_t)fh3p; in get_the_addr()2018 nfs_fh3 *fh3p; in get_fh() local2290 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_fh()2291 if (fh3p == NULL) { in get_fh()[all …]
3098 nfs_fh3 *fh3p; in get_server_fh() local3107 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_server_fh()3109 if (fh3p == NULL) { in get_server_fh()3114 fh3p->fh3_length = in get_server_fh()3116 memcpy(fh3p->fh3_u.data, in get_server_fh()3118 fh3p->fh3_length); in get_server_fh()3120 *fhp = (caddr_t)fh3p; in get_server_fh()