Home
last modified time | relevance | path

Searched refs:sgcn_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgcn.h147 } sgcn_t; typedef
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c104 static sgcn_t *sgcn_state;
198 sgcn_state = kmem_zalloc(sizeof (sgcn_t), KM_SLEEP); in _init()
205 kmem_free(sgcn_state, sizeof (sgcn_t)); in _init()
604 sgcn_t *sgcnp = (sgcn_t *)unit; in sgcn_reioctl()