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

/illumos-gate/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;
1515 if (strncmp(pgname, VS_PGNAME_ENGINE_PREFIX, prefix_len) == 0) {
1559 * the engine id is prefixed with VS_PGNAME_ENGINE_PREFIX.
1565 VS_PGNAME_ENGINE_PREFIX, engid);

Completed in 46 milliseconds