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

/illumos-gate/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)
521 return (&vs_propdefs[i]);

Completed in 46 milliseconds