Lines Matching refs:nexus
113 char *nexus; member
615 "/devices%s:", ste->nexus); in hpc3130_ioctl()
619 hpc3130_lookup_slot(ste->nexus, in hpc3130_ioctl()
761 char *nexus; in hpc3130_do_attach() local
872 nexus = s; in hpc3130_do_attach()
894 (void) strcpy(ste->nexus, nexus); in hpc3130_do_attach()
896 if (strncmp(ste->nexus, "/pci", 4) == 0) { in hpc3130_do_attach()
903 hpc3130_lookup_slot(ste->nexus, in hpc3130_do_attach()
969 (void) hpc_slot_register(dip, ste->nexus, in hpc3130_do_attach()
1524 hpc3130_lookup_slot(ste->nexus, in hpc3130_slot_connect()
1710 hpc3130_lookup_slot(ste->nexus, in hpc3130_slot_disconnect()
2048 hpc3130_lookup_slot(char *nexus, int pcidev) in hpc3130_lookup_slot() argument
2054 strcmp(nexus, slot_translate[i].nexus) != 0)) in hpc3130_lookup_slot()