Searched refs:update_ks_topology (Results 1 – 1 of 1) sorted by relevance
243 static int update_ks_topology(kstat_t *, int);5595 scsb->ks_topology->ks_update = update_ks_topology; in scsb_alloc_kstats()5597 if (update_ks_topology(scsb->ks_topology, KSTAT_READ) != DDI_SUCCESS) { in scsb_alloc_kstats()5880 update_ks_topology(kstat_t *ksp, int rw) in update_ks_topology() function