Searched refs:tgd (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c200 struct rpc_gss_data *gd, *tgd; local
206 tgd = TAILQ_FIRST(&rpc_gss_all);
207 th = tgd->gd_hash;
208 TAILQ_REMOVE(&rpc_gss_cache[th], tgd, gd_link);
209 TAILQ_REMOVE(&rpc_gss_all, tgd, gd_alllink);
212 AUTH_DESTROY(tgd->gd_auth);
268 TAILQ_FOREACH(tgd, &rpc_gss_cache[h], gd_link) {
269 if (tgd->gd_ucred->cr_uid == cred->cr_uid
270 && !strcmp(tgd->gd_principal, principal)
271 && tgd
296 struct rpc_gss_data *gd, *tgd; local
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dmbg_gps166.h897 l_fp tgd; ///< +- estimated group delay differential [sec] member in struct:__anon5217
/freebsd-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c460 FETCH_DOUBLE(buffpp, &ephp->tgd);

Completed in 164 milliseconds