Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_unix.c70 static struct auth_ops *authunix_ops (void);
116 auth->ah_ops = authunix_ops(); in authunix_create()
349 authunix_ops(void) in authunix_ops() function
/freebsd/sys/rpc/
H A Dauth_unix.c73 static const struct auth_ops authunix_ops = { variable
182 auth->ah_ops = &authunix_ops; in authunix_create()