Home
last modified time | relevance | path

Searched refs:chosen_iosram (Results 1 – 4 of 4) 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; argument
H A Dsgsbbc_priv.h150 struct chosen_iosram *iosram; /* back reference */
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c92 char chosen_iosram[MAXNAMELEN]; in sgsbbc_iosram_is_chosen() local
106 if (prom_phandle_to_path((phandle_t)tunnel, chosen_iosram, in sgsbbc_iosram_is_chosen()
107 sizeof (chosen_iosram)) < 0) { in sgsbbc_iosram_is_chosen()
113 softsp->sbbc_instance, nodeid, chosen_iosram); in sgsbbc_iosram_is_chosen()
119 chosen = (strcmp(chosen_iosram, pn) == 0) ? 1 : 0; in sgsbbc_iosram_is_chosen()
133 if ((master_iosram = kmem_zalloc(sizeof (struct chosen_iosram), in iosram_init()
181 kmem_free(master_iosram, sizeof (struct chosen_iosram)); in iosram_fini()
H A Dsgsbbc.c69 struct chosen_iosram *master_iosram = NULL;