Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libvscan/common/
H A Dlibvscan.c51 #define VS_PGNAME_ENGINE_PREFIX "vs_engine_" macro
1505 prefix_len = sizeof (VS_PGNAME_ENGINE_PREFIX) - 1; in vs_props_get_engines()
1515 if (strncmp(pgname, VS_PGNAME_ENGINE_PREFIX, prefix_len) == 0) { in vs_props_get_engines()
1565 VS_PGNAME_ENGINE_PREFIX, engid); in vs_engid_to_pgname()