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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c104 static sgcn_t *sgcn_state; variable
198 sgcn_state = kmem_zalloc(sizeof (sgcn_t), KM_SLEEP);
203 mutex_init(&sgcn_state->sgcn_lock, NULL, MUTEX_DRIVER, NULL);
205 kmem_free(sgcn_state, sizeof (sgcn_t));
244 mutex_enter(&sgcn_state->sgcn_lock);
246 sgcn_state->sgcn_dip = dip;
248 mutex_exit(&sgcn_state->sgcn_lock);
270 sgcn_state->sgcn_inbuf_size =
272 sgcn_state->sgcn_inbuf =
273 kmem_alloc(sgcn_state
[all...]

Completed in 414 milliseconds