Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dac_stat.c178 ac_stat32_t *stat32p; in ac_mem_stat() local
180 stat32p = kmem_zalloc(sizeof (ac_stat32_t), KM_SLEEP); in ac_mem_stat()
182 stat32p->rstate = statp->rstate; in ac_mem_stat()
183 stat32p->ostate = statp->ostate; in ac_mem_stat()
184 stat32p->condition = statp->condition; in ac_mem_stat()
185 stat32p->status_time = (time32_t)statp->status_time; in ac_mem_stat()
186 stat32p->board = statp->board; in ac_mem_stat()
187 stat32p->real_size = statp->real_size; in ac_mem_stat()
188 stat32p->use_size = statp->use_size; in ac_mem_stat()
189 stat32p->busy = statp->busy; in ac_mem_stat()
[all …]