Searched refs:_pm (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | pmclog.h | 305 void pmclog_process_callchain(struct pmc *_pm, struct pmc_sample *_ps); 312 void pmclog_process_pmcallocate(struct pmc *_pm); 313 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 314 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid); 315 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp, 319 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
|
| H A D | pmc.h | 1012 int (*pcd_config_pmc)(int _cpu, int _ri, struct pmc *_pm); 1014 int (*pcd_read_pmc)(int _cpu, int _ri, struct pmc *_pm, 1016 int (*pcd_write_pmc)(int _cpu, int _ri, struct pmc *_pm, 1022 int (*pcd_release_pmc)(int _cpu, int _ri, struct pmc *_pm); 1025 int (*pcd_start_pmc)(int _cpu, int _ri, struct pmc *_pm); 1026 int (*pcd_stop_pmc)(int _cpu, int _ri, struct pmc *_pm); 1229 int pmc_process_interrupt(int _ring, struct pmc *_pm, struct trapframe *_tf);
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.h | 107 const char *pmc_name_of_mode(enum pmc_mode _pm);
|
| /freebsd/sys/dev/usb/ |
| H A D | usb_hub.c | 227 uhub_reset_tt_proc(struct usb_proc_msg *_pm) in uhub_reset_tt_proc() argument 229 struct usb_udev_msg *pm = (void *)_pm; in uhub_reset_tt_proc()
|
| H A D | usb_device.c | 1643 usbd_clear_stall_proc(struct usb_proc_msg *_pm) in usbd_clear_stall_proc() argument 1645 struct usb_udev_msg *pm = (void *)_pm; in usbd_clear_stall_proc()
|
| H A D | usb_transfer.c | 2329 usb_callback_proc(struct usb_proc_msg *_pm) in usb_callback_proc() argument 2331 struct usb_done_msg *pm = (void *)_pm; in usb_callback_proc()
|