Lines Matching defs:him
37 HIM *him;
40 for (him = him_list; him; him = him->next) {
41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
42 if (scan && him->get_controller_count)
43 him->get_controller_count(&pci_id,0,0);
46 return (him);
55 HIM *him;
57 him = hpt_match(dev, 0);
58 if (him != NULL) {
62 device_set_desc(dev, him->name);
72 HIM *him;
85 him = hpt_match(dev, 1);
87 hba->ldm_adapter.him = him;
95 size = him->get_adapter_size(&pci_id);
103 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) {
155 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle);
257 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) {
1172 hba->ldm_adapter.him->intr_control(hba->ldm_adapter.him_handle, HPT_TRUE);