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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c3054 iosram_add_instance(iosramsoft_t *new_softp) argument
3057 int instance = new_softp->instance;
3074 iosram_instances->prev = new_softp;
3076 new_softp->next = iosram_instances;
3077 new_softp->prev = NULL;
3078 iosram_instances = new_softp;

Completed in 62 milliseconds