Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/nfs/
H A Dnfs_kerb.c70 nfs_clientd(struct nfsmount *nmp, struct ucred *cred, struct nfsd_cargs *ncd, in nfs_clientd() argument
84 if (ncd->ncd_authlen <= nmp->nm_authlen && in nfs_clientd()
85 ncd->ncd_verflen <= nmp->nm_verflen && in nfs_clientd()
86 !copyin(ncd->ncd_authstr,nmp->nm_authstr,ncd->ncd_authlen)&& in nfs_clientd()
87 !copyin(ncd->ncd_verfstr,nmp->nm_verfstr,ncd->ncd_verflen)){ in nfs_clientd()
88 nmp->nm_authtype = ncd->ncd_authtype; in nfs_clientd()
89 nmp->nm_authlen = ncd->ncd_authlen; in nfs_clientd()
90 nmp->nm_verflen = ncd->ncd_verflen; in nfs_clientd()
92 nmp->nm_key = ncd->ncd_key; in nfs_clientd()
111 ncd->ncd_authuid = nmp->nm_authuid; in nfs_clientd()
[all …]
H A Dnfs_syscalls.c131 struct nfsd_cargs ncd; in sys_nfssvc() local
161 error = copyin(uap->argp, (caddr_t)&ncd, sizeof (ncd)); in sys_nfssvc()
165 error = nlookup_init(&nd, ncd.ncd_dirp, UIO_USERSPACE, in sys_nfssvc()
187 error = nfs_clientd(nmp, td->td_ucred, &ncd, uap->flag, in sys_nfssvc()
H A Dnfs.h794 struct nfsd_cargs *ncd, int flag, caddr_t argp,
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-strength-reduction.c3193 basic_block ncd; in ncd_for_two_cands() local
3207 ncd = nearest_common_dominator (CDI_DOMINATORS, bb1, bb2); in ncd_for_two_cands()
3211 if (bb1 == ncd && bb2 == ncd) in ncd_for_two_cands()
3221 else if (bb1 == ncd) in ncd_for_two_cands()
3224 else if (bb2 == ncd) in ncd_for_two_cands()
3231 return ncd; in ncd_for_two_cands()
3242 basic_block ncd, slsr_cand_t *where) in ncd_with_phi() argument
3254 ncd = ncd_with_phi (c, incr, as_a <gphi *> (arg_def), ncd, where); in ncd_with_phi()
3270 ncd = ncd_for_two_cands (ncd, pred, *where, NULL, where); in ncd_with_phi()
3274 return ncd; in ncd_with_phi()
[all …]