Searched defs:nexus (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dhscimpl.h62 char nexus[128]; member in struct:hsc_slot_table
121 * (when we need to inform the nexus of the event).
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h141 char nexus[MAXNAMELEN]; member in struct:hpc3130_slot_table_entry
197 * The handle within the I2C nexus that this instance
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c113 char *nexus; member in struct:xlate_entry
615 "/devices%s:", ste->nexus);
619 hpc3130_lookup_slot(ste->nexus,
761 char *nexus; local
796 * corresponding bus nexus node and device identification
860 * Setup to talk to the i2c nexus
871 /* Pick off pointer to nexus path */
872 nexus = s;
894 (void) strcpy(ste->nexus, nexus);
2048 hpc3130_lookup_slot(char *nexus, int pcidev) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c67 * have called the slot registration function with the bus nexus.
887 * After we register the slot, we will be invoked by the nexus
928 char *bus_path, /* PCI nexus pathname */
1630 char *nexus, *pcidev, *phys_slotname, *ga; local
1632 /* Pick off pointer to nexus path or PROM handle */
1633 nexus = s;
1664 (void) strcpy(hsc->slot_table_prop[i].nexus, nexus);
1679 hsc->slot_table_prop[i].nexus,
1680 sizeof (hsc->slot_table_prop[i].nexus))
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c126 di_node_t rootnode; /* root nexus */
1288 char *nexus, *pcidev, *phys_slotname; local
1291 * Pick off pointer to nexus
1294 nexus = temp_s;
1328 strcpy(hotswap_slot_table[k].nexus,
1329 nexus);
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c29 * implementing PCMCIA nexus drivers. It preserves
34 * The nexus also exports events to an event manager
108 * entry points used by the true nexus
119 * prototypes used internally by the nexus and sometimes Card Services
134 * that the nexus common code maintains.
367 * report the nexus exists
468 * unload everything and then detach the nexus
508 * handle the nexus control operations for the cases where
1552 * search for an immediate child node to the nexus and not siblings of nexus
4286 anp_t *nexus; local
[all...]

Completed in 78 milliseconds