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

/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c47 const char *engine_path, *p, *q; local
62 if ((engine_path = getenv("LIBSCSI_ENGINE_PATH")) == NULL)
63 engine_path = LIBSCSI_DEFAULT_ENGINE_PATH;
72 for (p = engine_path; p != NULL; p = q) {
144 "directories found in engine path %s", engine_path);

Completed in 15 milliseconds