Searched defs:voistatspec (Results 1 – 1 of 1) sorted by relevance
415 struct voistatspec { struct416 vss_hlpr_fn hlpr; /* iv helper function. */417 struct vss_hlpr_info *hlprinfo; /* Helper function context. */418 struct voistatdata *iv; /* Initialisation value. */442 #define NVSS(vss_slots) (sizeof((vss_slots)) / sizeof(struct voistatspec)) argument