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

/opensolaris-onvv-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c48 const char *engine_path, *p, *q; local
63 if ((engine_path = getenv("LIBSCSI_ENGINE_PATH")) == NULL)
64 engine_path = LIBSCSI_DEFAULT_ENGINE_PATH;
73 for (p = engine_path; p != NULL; p = q) {
145 "directories found in engine path %s", engine_path);

Completed in 84 milliseconds