Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libkstat/common/
H A Dkstat.c221 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; in kstat_chain_update() local
264 okspp = &kc->kc_chain; in kstat_chain_update()
269 okspp = &oksp->ks_next; in kstat_chain_update()
272 *okspp = oksp->ks_next; in kstat_chain_update()
283 kstat_zalloc((void **)okspp, sizeof (kstat_t), 0); in kstat_chain_update()
284 if ((oksp = *okspp) == NULL) { in kstat_chain_update()
289 okspp = &oksp->ks_next; in kstat_chain_update()