Searched defs:engine (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c123 (void) libscsi_error(hp, ESCSI_ENGINE_VER, "engine "
144 "directories found in engine path %s", engine_path);
163 libscsi_open(libscsi_hdl_t *hp, const char *engine, const void *target) argument
169 if (engine == NULL) {
170 if ((engine = getenv("LIBSCSI_DEFAULT_ENGINE")) == NULL)
171 engine = LIBSCSI_DEFAULT_ENGINE;
174 if ((ep = get_engine(hp, engine)) == NULL)
251 * not supported by the engine will cause engine-defined behavior when the
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c269 const char *engine; local
271 if ((engine = tdp->std_engine) == NULL) {
272 if ((engine = getenv("LIBSMP_DEFAULT_ENGINE")) == NULL)
273 engine = LIBSMP_DEFAULT_ENGINE;
276 if ((ep = smp_engine_hold(engine)) == NULL)
414 * not supported by the engine will cause engine-defined behavior when the
524 * Set the total response frame length as determined by the engine. This

Completed in 28 milliseconds