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

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c266 struct statis { struct
271 } statis[4000]; variable in typeref:struct:statis
273 #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);

Completed in 44 milliseconds