Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.h53 extern void nfsauth_func(void *, char *, size_t, door_desc_t *, uint_t);
H A Dnfsauth.c103 nfsauth_func(void *cookie, char *dataptr, size_t arg_size, in nfsauth_func() function
H A Dmountd.c160 if ((doorfd = door_create(nfsauth_func, NULL, in nfsauth_svc()