Searched refs:fh3p (Results 1 – 2 of 2) sorted by relevance
1607 nfs_fh3 *fh3p; in get_the_addr() local1616 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()1625 memcpy(fh3p->fh3_u.data, 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() local2286 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_fh()2287 if (fh3p == NULL) { in get_fh()[all …]
3153 nfs_fh3 *fh3p; in get_server_fh() local3162 fh3p = (nfs_fh3 *)malloc(sizeof (*fh3p)); in get_server_fh()3164 if (fh3p == NULL) { in get_server_fh()3169 fh3p->fh3_length = in get_server_fh()3171 memcpy(fh3p->fh3_u.data, in get_server_fh()3173 fh3p->fh3_length); in get_server_fh()3175 *fhp = (caddr_t)fh3p; in get_server_fh()