Searched refs:sv_secinfo_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c183 static sv_secinfo_t *
188 sv_secinfo_t *sinfo;
259 sinfo = kmem_alloc(sizeof (sv_secinfo_t), KM_SLEEP);
267 * secinfo_free() frees the malloc'd portion of a sv_secinfo_t in servinfo4_t.
273 secinfo_free(sv_secinfo_t *secinfo)
312 kmem_free(secinfo, sizeof (sv_secinfo_t));
357 sv_secinfo_t *newsecinfo;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h316 } sv_secinfo_t; typedef in typeref:struct:sv_secinfo
634 sv_secinfo_t *sv_secinfo; /* server security information */
638 sv_secinfo_t *sv_save_secinfo; /* saved secinfo */
1547 extern void secinfo_free(sv_secinfo_t *);

Completed in 63 milliseconds