Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c1507 struct krcc_ptcursor_data *ptd; in krcc_ptcursor_new() local
1518 ptd = k5alloc(sizeof(*ptd), &ret); in krcc_ptcursor_new()
1519 if (ptd == NULL) in krcc_ptcursor_new()
1522 cursor->data = ptd; in krcc_ptcursor_new()
1523 ptd->first = TRUE; in krcc_ptcursor_new()
1525 ret = get_default(context, &ptd->anchor_name, &ptd->collection_name, in krcc_ptcursor_new()
1526 &ptd->subsidiary_name); in krcc_ptcursor_new()
1531 if (ptd->anchor_name == NULL) { in krcc_ptcursor_new()
1536 ret = get_collection(ptd->anchor_name, ptd->collection_name, in krcc_ptcursor_new()
1537 &ptd->collection_id); in krcc_ptcursor_new()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dmachipc.sh129 pthread_t ptd;
146 if ((err = pthread_create(&ptd, NULL, client, &port)) != 0) {
181 pthread_join(ptd, NULL);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c779 struct thread *ptd; in nfscl_getparent() local
789 ptd = TAILQ_FIRST(&p->p_threads); in nfscl_getparent()
790 return (ptd); in nfscl_getparent()
/freebsd/sys/i386/i386/
H A Dpmap.c6177 pd_entry_t *ptd; member
6191 h->ptd = IdlePTD; in __CONCAT()
6193 h->orig_ptd = *h->ptd; in __CONCAT()
6194 *h->ptd = vtophys(h->pte) | PG_RW | PG_V; in __CONCAT()
6205 *h->ptd = h->orig_ptd; /* remove page table */ in __CONCAT()