Searched refs:chosen_iosram (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram_priv.h108 struct chosen_iosram { struct
145 extern struct chosen_iosram *master_iosram;
H A Dsgsbbc_priv.h150 struct chosen_iosram *iosram; /* back reference */
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c698 char chosen_iosram[MAXNAMELEN]; local
713 if (prom_phandle_to_path((phandle_t)tunnel, chosen_iosram,
714 sizeof (chosen_iosram)) < 0) {
728 if ((chosen_devi = e_ddi_hold_devi_by_path(chosen_iosram, 0)) == NULL) {
730 chosen_iosram);
732 chosen_iosram);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c92 char chosen_iosram[MAXNAMELEN]; local
106 if (prom_phandle_to_path((phandle_t)tunnel, chosen_iosram,
107 sizeof (chosen_iosram)) < 0) {
113 softsp->sbbc_instance, nodeid, chosen_iosram);
119 chosen = (strcmp(chosen_iosram, pn) == 0) ? 1 : 0;
133 if ((master_iosram = kmem_zalloc(sizeof (struct chosen_iosram),
181 kmem_free(master_iosram, sizeof (struct chosen_iosram));
819 /* reset the chosen_iosram back ref */
H A Dsgsbbc.c69 struct chosen_iosram *master_iosram = NULL;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c2648 char chosen_iosram[MAXNAMELEN]; local
2680 if (prom_phandle_to_path((phandle_t)nodeid, chosen_iosram,
2681 sizeof (chosen_iosram)) < 0) {
2686 softp->instance, nodeid, chosen_iosram));
2692 chosen = (strcmp(chosen_iosram, pn) == 0) ? 1 : 0;

Completed in 65 milliseconds