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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c567 static int man_kstat_update(kstat_t *, int);
1041 ksp->ks_update = man_kstat_update;
7498 * man_kstat_update - update the statistics for a meta-interface.
7512 man_kstat_update(kstat_t *ksp, int rw) function
7521 MAN_DBG(MAN_KSTAT, ("man_kstat_update: %s\n", rw ? "KSTAT_WRITE" :
7553 MAN_DBG(MAN_KSTAT, ("man_kstat_update: "
7579 MAN_DBG(MAN_KSTAT, ("man_kstat_update: returns %d", status));
7653 * As man_kstat_update() is called with kstat_chain_lock held,

Completed in 134 milliseconds