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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c66 static void slave_startup(void);
106 tp = thread_create(NULL, 0, slave_startup, NULL, 0, &p0,
127 * Setup thread to start in slave_startup.
130 tp->t_pc = (uintptr_t)slave_startup - 8;
202 * the slave runs slave_startup and then sets the proxy
592 slave_startup(void) function
657 cmn_err(CE_PANIC, "slave_startup: cannot return");
763 * Because slave_startup() gets fired off after init()

Completed in 1098 milliseconds