Searched refs:barfn (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/vmd/
H A Dpci.c46 * Adds a BAR for the PCI device 'id'. On access, 'barfn' will be
56 * barfn: callback function invoked on BAR access
57 * cookie: cookie passed to barfn on access
62 pci_add_bar(uint8_t id, uint32_t type, void *barfn, void *cookie) argument
84 pci.pci_devices[id].pd_barfunc[bar_ct] = barfn;
97 pci.pci_devices[id].pd_barfunc[bar_ct] = barfn;
110 pci_set_bar_fn(uint8_t id, uint8_t bar_ct, void *barfn, void *cookie) argument
119 pci.pci_devices[id].pd_barfunc[bar_ct] = barfn;

Completed in 57 milliseconds