Home
last modified time | relevance | path

Searched refs:_pm (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/sys/
HDpmclog.h263 void pmclog_process_callchain(struct pmc *_pm, struct pmc_sample *_ps);
270 void pmclog_process_pmcallocate(struct pmc *_pm);
271 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path);
272 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid);
273 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp,
277 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
HDpmc.h947 int (*pcd_config_pmc)(int _cpu, int _ri, struct pmc *_pm);
955 int (*pcd_release_pmc)(int _cpu, int _ri, struct pmc *_pm);
1153 int pmc_process_interrupt(int _cpu, int _soft, struct pmc *_pm,
/NextBSD/lib/libpmc/
HDpmc.h108 const char *pmc_name_of_mode(enum pmc_mode _pm);
/NextBSD/sys/powerpc/powerpc/
HDmmu_if.m888 * @param _pm the physical map of the virtual address
894 pmap_t _pm;
/NextBSD/sys/dev/usb/
HDusb_hub.c257 uhub_reset_tt_proc(struct usb_proc_msg *_pm) in uhub_reset_tt_proc() argument
259 struct usb_udev_msg *pm = (void *)_pm; in uhub_reset_tt_proc()
HDusb_device.c1507 usbd_clear_stall_proc(struct usb_proc_msg *_pm) in usbd_clear_stall_proc() argument
1509 struct usb_udev_msg *pm = (void *)_pm; in usbd_clear_stall_proc()
HDusb_transfer.c2253 usb_callback_proc(struct usb_proc_msg *_pm) in usb_callback_proc() argument
2255 struct usb_done_msg *pm = (void *)_pm; in usb_callback_proc()