Searched refs:_pm (Results 1 – 6 of 6) sorted by relevance
| /src/sys/sys/ |
| H A D | pmclog.h | 319 void pmclog_process_callchain(struct pmc *_pm, struct pmc_sample *_ps); 326 void pmclog_process_pmcallocate(struct pmc *_pm); 327 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 328 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid); 329 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp, 333 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
|
| H A D | pmc.h | 1036 int (*pcd_config_pmc)(int _cpu, int _ri, struct pmc *_pm); 1038 int (*pcd_read_pmc)(int _cpu, int _ri, struct pmc *_pm, 1040 int (*pcd_write_pmc)(int _cpu, int _ri, struct pmc *_pm, 1046 int (*pcd_release_pmc)(int _cpu, int _ri, struct pmc *_pm); 1049 int (*pcd_start_pmc)(int _cpu, int _ri, struct pmc *_pm); 1050 int (*pcd_stop_pmc)(int _cpu, int _ri, struct pmc *_pm); 1254 int pmc_process_interrupt_mp(int _ring, struct pmc *_pm, 1256 int pmc_process_interrupt(int _ring, struct pmc *_pm,
|
| /src/lib/libpmc/ |
| H A D | pmc.h | 107 const char *pmc_name_of_mode(enum pmc_mode _pm);
|
| /src/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()
|