Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c56 struct sdata *sd_next; member
226 for (sdpp = sdp = list; sdp; sdp = sdp->sd_next) { in update_sdata_list()
248 sdpp->sd_next = sdata_new(ksp); in update_sdata_list()
249 sdpp->sd_next->sd_state |= SD_UPDATED; in update_sdata_list()
263 sdp = sdp->sd_next; in update_sdata_list()
268 list = sdp->sd_next; in update_sdata_list()
270 sdpp->sd_next = sdp->sd_next; in update_sdata_list()
271 tmp = sdp->sd_next; in update_sdata_list()
290 for (sdp = list; sdp; sdp = sdp->sd_next) { in update_cpu_list()
320 for (sdp = list; sdp; sdp = sdp->sd_next) { in update_pset_stats()
/titanic_44/usr/src/ucbcmd/ls/
H A Dls.c65 struct subdirs *sd_next; member
207 t = subdirs; subdirs = t->sd_next; in main()
247 dp->sd_next = subdirs; subdirs = dp; in formatd()