Home
last modified time | relevance | path

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

/openbsd/usr.sbin/fw_update/
H A Dpatterns.c81 devices[i].pm_pid); in print_devices()
/openbsd/sys/arch/hppa/include/
H A Dpmap.h46 u_int pm_pid; /* prot id (read-only after create) */ member
/openbsd/sys/dev/pci/
H A Diosf_pci.c78 if (id->id_pm.pm_vid == vid && id->id_pm.pm_pid == pid) in iosf_pci_device_match()
H A Dpcivar.h66 pci_product_id_t pm_pid; member
H A Dpci.c1185 PCI_PRODUCT(pa->pa_id) == pm->pm_pid) in pci_matchbyid()
/openbsd/sys/arch/hppa/hppa/
H A Dpmap.c510 kpm->pm_pid = HPPA_PID_KERNEL; in pmap_bootstrap()
702 pmap->pm_pid = (space + 1) << 1; in pmap_create()
/openbsd/sys/dev/cardbus/
H A Dcardbus.c748 PCI_PRODUCT(ca->ca_id) == pm->pm_pid) in cardbus_matchbyid()