| hurd_pci.c | 101 err = pci_get_dev_regions(d->device_port, &buf, &size); 133 err = pci_get_dev_rom(d->device_port, &buf, &size); 322 pciclient_cfg_read(mach_port_t device_port, int reg, char *buf, 331 err = __pci_conf_read(device_port, reg, &data, &nread, *nbytes); 352 pciclient_cfg_write(mach_port_t device_port, int reg, char *buf, 358 err = __pci_conf_write(device_port, reg, buf, *nbytes, &nwrote); 384 err = pciclient_cfg_read(d->device_port, offset, (char*)data, 417 err = pciclient_cfg_write(d->device_port, offset, (char*)data, 468 mach_port_deallocate (mach_task_self (), d->device_port); 499 mach_port_t cwd_port, device_port; local 567 mach_port_deallocate (mach_task_self (), device_port); local 571 mach_port_deallocate (mach_task_self (), device_port); local 578 mach_port_deallocate (mach_task_self (), device_port); local 596 mach_port_deallocate (mach_task_self (), device_port); local 600 mach_port_deallocate (mach_task_self (), device_port); local 611 mach_port_deallocate (mach_task_self (), device_port); local 615 mach_port_deallocate (mach_task_self (), device_port); local [all...] |