Home
last modified time | relevance | path

Searched refs:nsd_ttl (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_nfssvc.c109 nsd->nsd_ttl = args32.nsd_ttl; in nfssvc32_nsd_in()
132 args32.nsd_ttl = nsd->nsd_ttl; in nfssvc32_nsd_out()
H A Dnetbsd32.h1097 uint32_t nsd_ttl; member
/netbsd/sys/nfs/
H A Dnfs.h210 u_int32_t nsd_ttl; /* credential ttl (sec) */ member
H A Dnfs_syscalls.c418 nuidp->nu_expire = time_second + nsd->nsd_ttl; in do_nfssvc()