Home
last modified time | relevance | path

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

/mirbsd/src/sys/nfs/
Dnfs_syscalls.c234 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; local
308 error = copyin(SCARG(uap, argp), (caddr_t)nsd, sizeof (*nsd));
312 ((nfsd = nsd->nsd_nfsd)) != NULL &&
320 LIST_FOREACH(nuidp, NUIDHASH(slp,nsd->nsd_cr.cr_uid),
322 if (nuidp->nu_cr.cr_uid == nsd->nsd_cr.cr_uid &&
355 nuidp->nu_cr = nsd->nsd_cr;
359 nuidp->nu_timestamp = nsd->nsd_timestamp;
360 nuidp->nu_expire = time.tv_sec + nsd->nsd_ttl;
364 bcopy(nsd->nsd_key, nuidp->nu_key,
365 sizeof (nsd->nsd_key));
[all …]
/mirbsd/src/sbin/nfsd/
Dnfsd.c88 struct nfsd_srvargs nsd; variable
203 nsd.nsd_nfsd = NULL; in main()
204 while (nfssvc(nfssvc_flag, &nsd) < 0) { in main()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DREADME130 MAP_NSD nsd map support (IRIX 6.5 and later).
545 MAP_NSD Define this to get nsd support for maps.
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES3308 Fix return values for IRIX nsd map. From Kari Hurtta of the Finnish
4624 IRIX nsd map support from Bob Mende of SGI.