HomeSort by: relevance | last modified time | path
    Searched defs:ctrt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
icp_ioctl.c 161 gdt_ctrt_t *ctrt = (void *) data; local in function:icpioctl
163 icp = device_lookup_private(&icp_cd, ctrt->io_node);
170 ctrt->oem_id = 0x8000;
171 ctrt->type = 0xfd;
172 ctrt->info = (icp->icp_pci_bus << 8) | (icp->icp_pci_device << 3);
173 ctrt->ext_type = 0x6000 | icp->icp_pci_subdevice_id;
174 ctrt->device_id = icp->icp_pci_device_id;
175 ctrt->sub_device_id = icp->icp_pci_subdevice_id;
icp_ioctl.c 161 gdt_ctrt_t *ctrt = (void *) data; local in function:icpioctl
163 icp = device_lookup_private(&icp_cd, ctrt->io_node);
170 ctrt->oem_id = 0x8000;
171 ctrt->type = 0xfd;
172 ctrt->info = (icp->icp_pci_bus << 8) | (icp->icp_pci_device << 3);
173 ctrt->ext_type = 0x6000 | icp->icp_pci_subdevice_id;
174 ctrt->device_id = icp->icp_pci_device_id;
175 ctrt->sub_device_id = icp->icp_pci_subdevice_id;

Completed in 63 milliseconds