Lines Matching refs:strcmp

61 	if (strcmp(path, HURON_NIU) == 0) {  in huron_get_bus_type()
71 if (strcmp(path, HURON_N2_XAUI0) == 0) { in huron_get_slot_number()
74 } else if (strcmp(path, HURON_N2_XAUI1) == 0) { in huron_get_slot_number()
110 if (strcmp(path, HURON_NETWORK_0) == 0) { in huron_get_network_instance()
112 } else if (strcmp(path, HURON_NETWORK_1) == 0) { in huron_get_network_instance()
114 } else if (strcmp(path, HURON_NETWORK_2) == 0) { in huron_get_network_instance()
116 } else if (strcmp(path, HURON_NETWORK_3) == 0) { in huron_get_network_instance()
118 } else if (strcmp(path, HURON_N2_XAUI0) == 0) { in huron_get_network_instance()
120 } else if (strcmp(path, HURON_N2_XAUI1) == 0) { in huron_get_network_instance()
161 if (strcmp(piclclass, "pciex") == 0) { in huron_pci_callback()
167 if (strcmp(piclclass, "sun4v") == 0) { in huron_pci_callback()
190 if (strcmp(parent_path, HURON_NIU) == 0) in huron_pci_callback()
196 if ((strcmp(name, NETWORK) == 0) && in huron_pci_callback()
197 (strcmp(pci_card.slot_str, MOTHERBOARD) == 0)) { in huron_pci_callback()
238 } else if (strcmp(name, binding_name) != 0) { in huron_pci_callback()
307 if ((strcmp(path, HURON_NETWORK_0) == 0) || in huron_hw_rev_callback()
308 (strcmp(path, HURON_NETWORK_1) == 0)) { in huron_hw_rev_callback()
316 if ((strcmp(path, HURON_NETWORK_2) == 0) || in huron_hw_rev_callback()
317 (strcmp(path, HURON_NETWORK_3) == 0)) { in huron_hw_rev_callback()
325 if (strcmp(path, HURON_SWITCH_A_PATH) == 0) { in huron_hw_rev_callback()
333 if (strcmp(path, HURON_SWITCH_B_PATH) == 0) { in huron_hw_rev_callback()
341 if (strcmp(path, HURON_SWITCH_C_PATH) == 0) { in huron_hw_rev_callback()
349 if (strcmp(path, HURON_LSI_PATH) == 0) { in huron_hw_rev_callback()