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

/osnet-11/usr/src/lib/scsi/plugins/smp/usmp/
H A DMakefile28 PLUGINTYPE = engine
H A DMakefile.com30 PLUGINTYPE = engine
/osnet-11/usr/src/lib/scsi/plugins/scsi/engines/uscsi/
H A DMakefile.com31 include ../../Makefile.engine
/osnet-11/usr/src/tools/onbld/Checks/
H A Dpkglint.py43 def varmigrate(self, action, manifest, engine, pkglint_id="001"):
68 engine.error(_("Non-directory %(path)s cannot be "
79 engine.error(_("/var/.migrate action %(path)s must "
88 def varshare(self, action, manifest, engine, pkglint_id="002"):
107 engine.error(_("Path %(path)s cannot be delivered by "
/osnet-11/usr/src/lib/efcode/
H A DMakefile27 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \
67 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com28 LOCOBJS= main.o engine.o listener.o handler.o comm.o smfi.o signal.o \
/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/efcode/interpreter/
H A Dinterpreter.c32 * Process cmd line args and invoke Fcode engine.
45 #include <fcode/engine.h>
/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
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h66 #include <fcode/engine.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm81 'geta mark') then fed to the decoding engine. U+FFFD is not used,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm463 The Storable engine can also store data into a Perl scalar instead, to
648 extra references that you wish to let the Storable engine serialize.
654 return an empty list. That will signal the Storable engine to further
674 Wrong: the Storable engine creates an empty one for you. If you know Eiffel,
682 is the serialized string you returned to the engine in C<STORABLE_freeze>,
685 have been processed courtesy of the Storable engine).
687 When the Storable engine does not find any C<STORABLE_thaw> hook routine,
690 time the hook cannot be located, the engine croaks. Note that this mechanism
725 With hooks comes the ability to recurse back to the Storable engine.
751 to serialize. The engine guarantee
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6045 L<C<CPAN::WAIT>|CPAN::WAIT>. C<CPAN::WAIT> is a full-text search engine

Completed in 44 milliseconds