Searched refs:statis (Results 1 – 1 of 1) sorted by relevance
266 struct statis { struct271 } statis[4000]; variable273 #define add_statis(c, l, o, t) (statis[sind].cd = (c), \274 statis[sind].len = (l), \275 statis[sind].offset = (o), \276 statis[sind].type = (t), sind++)280 (void) copyout(statis, adr, sizeof (struct statis) * sind); in statis_upd()