Searched refs:cpm (Results 1 – 5 of 5) sorted by relevance
437 struct common_plugin_method *cpm = pl->dataptr; in plug_free() local438 cpm->fini(pl->ctx); in plug_free()460 struct common_plugin_method *cpm; in search_modules() local468 cpm = pl->dataptr = dlsym(p->dsohandle, s->name); in search_modules()469 if (cpm) { in search_modules()472 ret = cpm->init(s->context, &pl->ctx); in search_modules()474 cpm = pl->dataptr = NULL; in search_modules()478 cpm = pl->dataptr; in search_modules()481 if (cpm && cpm->version >= s->min_version) in search_modules()542 struct common_plugin_method *cpm; in _krb5_plugin_run_f() local[all …]
156 unsigned cpm : 1; member
5667 pmap_alloc_level(struct pmap *cpm, vaddr_t kva, long *needed_ptps) argument5680 pdep = cpm->pm_pdir;5741 struct pmap *cpm; local5777 cpm = kpm;5781 cpm = curcpu()->ci_pmap;5783 cpm = kpm;5792 pmap_alloc_level(cpm, pmap_maxkvaddr, needed_kptp);5819 if (cpm != kpm) {5821 &cpm->pm_pdir[PDIR_SLOT_KERN + old],
182 cpm
1903 a->lstk.cpm = (bf[4] >> 7) & 1; in dvd_auth()