Searched refs:pm (Results 51 - 75 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp126 void addObjCPass(PassManager &pm, const MachOLinkingContext &ctx) { argument
127 pm.add(std::make_unique<ObjCPass>(ctx));
H A DShimPass.cpp123 void addShimPass(PassManager &pm, const MachOLinkingContext &ctx) { argument
124 pm.add(std::make_unique<ShimPass>(ctx));
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h166 uint64_t va_to_vsid(pmap_t pm, vm_offset_t va);
170 struct slb *user_va_to_slb_entry(pmap_t pm, vm_offset_t va);
172 uint64_t allocate_user_vsid(pmap_t pm, uint64_t esid, int large);
173 void free_vsid(pmap_t pm, uint64_t esid, int large);
174 void slb_insert_user(pmap_t pm, struct slb *slb);
178 void slb_free_tree(pmap_t pm);
/freebsd-11-stable/lib/libsysdecode/
H A Dutrace.c169 struct utrace_malloc32 *pm; local
198 pm = p;
200 um.p = pm->p == (uint32_t)-1 ? (void *)(intptr_t)-1 :
201 (void *)(uintptr_t)pm->p;
202 um.s = pm->s;
203 um.r = (void *)(uintptr_t)pm->r;
/freebsd-11-stable/contrib/file/src/
H A Dfile.c140 } pm[] = { variable in typeref:struct:__anon6
440 for (i = 0; i < __arraycount(pm); i++) {
441 if (!pm[i].set)
443 if (magic_setparam(magic, pm[i].tag, &pm[i].value) == -1)
444 file_err(EXIT_FAILURE, "Can't set %s", pm[i].name);
457 for (i = 0; i < __arraycount(pm); i++) {
458 if (strncmp(p, pm[i].name, s - p) != 0)
460 pm[i].value = atoi(s + 1);
461 pm[
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1017 pmap_t pm; local
1019 pm = &td->td_proc->p_vmspace->vm_pmap;
1020 CPU_SET(PCPU_GET(cpuid), &pm->pm_active);
1023 PCPU_SET(userslb, pm->pm_slb);
1027 PCPU_SET(curpmap, pm->pmap_phys);
1035 pmap_t pm; local
1039 pm = &td->td_proc->p_vmspace->vm_pmap;
1040 CPU_CLR(PCPU_GET(cpuid), &pm->pm_active);
1049 moea64_unwire(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) argument
1056 PMAP_LOCK(pm);
1437 moea64_enter_object(mmu_t mmu, pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
1455 moea64_enter_quick(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
1464 moea64_extract(mmu_t mmu, pmap_t pm, vm_offset_t va) argument
2032 moea64_pinit0(mmu_t mmu, pmap_t pm) argument
2044 moea64_pvo_protect(mmu_t mmu, pmap_t pm, struct pvo_entry *pvo, vm_prot_t prot) argument
2089 moea64_protect(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
2180 moea64_remove_pages(mmu_t mmu, pmap_t pm) argument
2215 moea64_remove(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) argument
2477 moea64_pvo_find_va(pmap_t pm, vm_offset_t va) argument
2641 moea64_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) argument
[all...]
H A Dmmu_oea.c995 pmap_t pm, pmr; local
1001 pm = &td->td_proc->p_vmspace->vm_pmap;
1002 pmr = pm->pmap_phys;
1004 CPU_SET(PCPU_GET(cpuid), &pm->pm_active);
1013 pmap_t pm; local
1015 pm = &td->td_proc->p_vmspace->vm_pmap;
1016 CPU_CLR(PCPU_GET(cpuid), &pm->pm_active);
1021 moea_unwire(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) argument
1025 PMAP_LOCK(pm);
1027 for (pvo = RB_NFIND(pvo_tree, &pm
1214 moea_enter_object(mmu_t mmu, pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
1236 moea_enter_quick(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot) argument
1249 moea_extract(mmu_t mmu, pmap_t pm, vm_offset_t va) argument
1716 moea_pinit0(mmu_t mmu, pmap_t pm) argument
1728 moea_protect(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) argument
1829 moea_remove(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) argument
1924 moea_pvo_enter(pmap_t pm, uma_zone_t zone, struct pvo_head *pvo_head, vm_offset_t va, vm_paddr_t pa, u_int pte_lo, int flags) argument
2116 moea_pvo_find_va(pmap_t pm, vm_offset_t va, int *pteidx_p) argument
2632 moea_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c226 rdev->pm.dynpm_can_upclock = true;
227 rdev->pm.dynpm_can_downclock = true;
229 switch (rdev->pm.dynpm_planned_action) {
231 rdev->pm.requested_power_state_index = 0;
232 rdev->pm.dynpm_can_downclock = false;
235 if (rdev->pm.current_power_state_index == 0) {
236 rdev->pm.requested_power_state_index = rdev->pm.current_power_state_index;
237 rdev->pm.dynpm_can_downclock = false;
239 if (rdev->pm
[all...]
H A Devergreen.c315 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
316 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
317 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
318 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
326 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = idx;
327 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = idx;
328 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0;
329 rdev->pm
[all...]
H A Dradeon_combios.c2721 rdev->pm.default_power_state_index = -1;
2724 rdev->pm.power_state = malloc(sizeof(struct radeon_power_state) * 2,
2726 if (rdev->pm.power_state) {
2728 rdev->pm.power_state[0].clock_info =
2731 rdev->pm.power_state[1].clock_info =
2734 if (!rdev->pm.power_state[0].clock_info ||
2735 !rdev->pm.power_state[1].clock_info)
2776 rdev->pm.i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
2777 if (rdev->pm.i2c_bus) {
2783 i2c_new_device(&rdev->pm
[all...]
H A Dradeon_asic.c220 .pm = {
296 .pm = {
372 .pm = {
448 .pm = {
524 .pm = {
600 .pm = {
676 .pm = {
752 .pm = {
828 .pm = {
904 .pm
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_ch7xxx.c228 uint8_t cdet, orig_pm, pm; local
232 pm = orig_pm;
233 pm &= ~CH7xxx_PM_FPD;
234 pm |= CH7xxx_PM_DVIL | CH7xxx_PM_DVIP;
236 ch7xxx_writeb(dvo, CH7xxx_PM, pm);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c263 const Char *pe, *pm, *pl; local
267 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++)
276 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
283 pe = pm;
297 for (i = 0, pl = pm = ptr; pm <= pe; pm++) {
298 switch (*pm) {
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c321 const Char *pe, *pm, *pm1, *pl; local
325 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++)
334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
341 pe = pm;
356 for (i = 0, pl = pm = ptr; pm <= pe; pm++)
357 switch (*pm) {
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dusb_controller.c364 usb_bus_explore(struct usb_proc_msg *pm) argument
369 bus = ((struct usb_bus_msg *)pm)->bus;
426 usb_bus_detach(struct usb_proc_msg *pm) argument
432 bus = ((struct usb_bus_msg *)pm)->bus;
460 usb_bus_suspend(struct usb_proc_msg *pm) argument
469 bus = ((struct usb_bus_msg *)pm)->bus;
517 usb_bus_resume(struct usb_proc_msg *pm) argument
526 bus = ((struct usb_bus_msg *)pm)->bus;
580 usb_bus_reset(struct usb_proc_msg *pm) argument
586 bus = ((struct usb_bus_msg *)pm)
602 usb_bus_shutdown(struct usb_proc_msg *pm) argument
649 usb_bus_cleanup(struct usb_proc_msg *pm) argument
701 usb_bus_attach(struct usb_proc_msg *pm) argument
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c1800 usb_fifo_check_methods(struct usb_fifo_methods *pm) argument
1804 if (pm->f_open == NULL)
1805 pm->f_open = &usb_fifo_dummy_open;
1807 if (pm->f_close == NULL)
1808 pm->f_close = &usb_fifo_dummy_close;
1810 if (pm->f_ioctl == NULL)
1811 pm->f_ioctl = &usb_fifo_dummy_ioctl;
1813 if (pm->f_ioctl_post == NULL)
1814 pm->f_ioctl_post = &usb_fifo_dummy_ioctl;
1816 if (pm
1839 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c171 pm(const char *p, const char *s, int flags) function
405 return (pm(p, s, flags));
413 if (pm(p, s, flags))
420 return (pm(p, s, flags));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp180 void pm(uint64_t &Value) { function in namespace:adjust
271 adjust::pm(Value);
279 adjust::pm(Value);
284 if (Kind == AVR::fixup_hh8_ldi_pm) adjust::pm(Value);
294 if (Kind == AVR::fixup_lo8_ldi_pm_neg) adjust::pm(Value);
301 if (Kind == AVR::fixup_hi8_ldi_pm_neg) adjust::pm(Value);
308 if (Kind == AVR::fixup_hh8_ldi_pm_neg) adjust::pm(Value);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.c96 static int handle_user_slb_spill(pmap_t pm, vm_offset_t addr);
651 handle_user_slb_spill(pmap_t pm, vm_offset_t addr) argument
659 PMAP_LOCK(pm);
660 user_entry = user_va_to_slb_entry(pm, addr);
664 (void)allocate_user_vsid(pm, esid, 0);
670 for (i = 0; i < pm->pm_slb_len; i++)
671 if (pm->pm_slb[i] == user_entry)
674 if (i == pm->pm_slb_len)
675 slb_insert_user(pm, user_entry);
677 PMAP_UNLOCK(pm);
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c129 const struct ipfw_flow_id *f_id, struct mbuf **pm, uint32_t aaddr,
132 const struct ipfw_flow_id *f_id, struct mbuf **pm);
134 const struct ipfw_flow_id *f_id, struct mbuf **pm);
136 struct ipfw_flow_id *f_id, struct mbuf **pm);
322 struct mbuf **pm)
352 ret = inspect_icmp_mbuf(pm, &nat_proto, &addr, &port);
386 ip = mtod(*pm, struct ip *);
407 nat64lsn_log(logdata, *pm, AF_INET, pg->idx, st->cur.off);
413 ret = nat64_do_handle_ip4(*pm, &src6, &nh->addr, lport,
419 m_freem(*pm);
321 nat64lsn_translate4(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm) argument
1347 nat64lsn_request_host(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm) argument
1373 nat64lsn_request_portgroup(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, struct mbuf **pm, uint32_t aaddr, int needs_idx) argument
1453 nat64lsn_translate6(struct nat64lsn_cfg *cfg, struct ipfw_flow_id *f_id, struct mbuf **pm) argument
[all...]
/freebsd-11-stable/bin/pax/
H A Dpat_rep.c867 regmatch_t pm[MAXSUBEXP]; local
898 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)
913 rpt = inpt + pm[0].rm_so;
930 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
953 inpt += pm[0].rm_eo - pm[0].rm_so;
1072 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest, argument
1091 pmpt = pm;
1098 pmpt = pm + len;
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c640 int pm; local
642 pm = RSA_PKCS1_PADDING;
644 pm = RSA_SSLV23_PADDING;
646 pm = RSA_NO_PADDING;
648 pm = RSA_PKCS1_OAEP_PADDING;
650 pm = RSA_PKCS1_OAEP_PADDING;
652 pm = RSA_X931_PADDING;
654 pm = RSA_PKCS1_PSS_PADDING;
659 return EVP_PKEY_CTX_set_rsa_padding(ctx, pm);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c222 iaf_allocate_pmc(int cpu, int ri, struct pmc *pm, argument
231 PMCDBG2(MDP,ALL,1, "iaf-allocate ri=%d reqcaps=0x%x", ri, pm->pm_caps);
242 ev = pm->pm_event;
281 pm->pm_md.pm_iaf.pm_iaf_ctrl = (flags << (ri * 4));
284 (uintmax_t) pm->pm_md.pm_iaf.pm_iaf_ctrl);
290 iaf_config_pmc(int cpu, int ri, struct pmc *pm) argument
298 PMCDBG3(MDP,CFG,1, "iaf-config cpu=%d ri=%d pm=%p", cpu, ri, pm);
303 core_pcpu[cpu]->pc_corepmcs[ri + core_iaf_ri].phw_pmc = pm;
357 struct pmc *pm; local
410 struct pmc *pm; local
491 struct pmc *pm; local
2258 iap_allocate_pmc(int cpu, int ri, struct pmc *pm, const struct pmc_op_pmcallocate *a) argument
2518 iap_config_pmc(int cpu, int ri, struct pmc *pm) argument
2585 struct pmc *pm; local
2612 iap_release_pmc(int cpu, int ri, struct pmc *pm) argument
2633 struct pmc *pm; local
2685 struct pmc *pm; local
2723 struct pmc *pm; local
2797 struct pmc *pm; local
2857 struct pmc *pm; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c150 const Char *p, *pm, *pe, *pl; local
180 for (i = 0, pl = pm = p; pm <= pe; pm++)
181 switch (*pm) {
183 for (++pm; *pm != RBRK && *pm != EOS; pm++)
185 if (*pm
[all...]

Completed in 293 milliseconds

12345678