Searched refs:cpm (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c437 struct common_plugin_method *cpm = pl->dataptr; local
438 cpm->fini(pl->ctx);
460 struct common_plugin_method *cpm; local
468 cpm = pl->dataptr = dlsym(p->dsohandle, s->name);
469 if (cpm) {
472 ret = cpm->init(s->context, &pl->ctx);
474 cpm = pl->dataptr = NULL;
478 cpm = pl->dataptr;
481 if (cpm && cpm
542 struct common_plugin_method *cpm; local
[all...]
/netbsd-current/sys/sys/
H A Ddvdio.h156 unsigned cpm : 1; member in struct:dvd_lu_send_title_key
/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c5666 pmap_alloc_level(struct pmap *cpm, vaddr_t kva, long *needed_ptps) argument
5679 pdep = cpm->pm_pdir;
5740 struct pmap *cpm; local
5776 cpm = kpm;
5780 cpm = curcpu()->ci_pmap;
5782 cpm = kpm;
5791 pmap_alloc_level(cpm, pmap_maxkvaddr, needed_kptp);
5818 if (cpm != kpm) {
5820 &cpm->pm_pdir[PDIR_SLOT_KERN + old],
/netbsd-current/sys/dev/scsipi/
H A Dcd.c1903 a->lstk.cpm = (bf[4] >> 7) & 1;

Completed in 307 milliseconds