Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libvscan/common/
H A Dlibvscan.c143 static const vs_propdef_t vs_propdefs[] = { variable
157 static const int vs_npropdefs = sizeof (vs_propdefs)/sizeof (vs_propdef_t);
520 if (propid == vs_propdefs[i].vpd_id) in vs_get_propdef()
521 return (&vs_propdefs[i]); in vs_get_propdef()