Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dpmclog.h319 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 Dpmc.h1036 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 Dpmc.h107 const char *pmc_name_of_mode(enum pmc_mode _pm);
/src/sys/dev/usb/
H A Dusb_hub.c227 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 Dusb_device.c1643 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 Dusb_transfer.c2329 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()