HomeSort by relevance Sort by last modified time
    Searched refs:trigger (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
daisyforms.c 122 short trigger, local
152 if ((trigger = pf->alert.Q) <= 0)
153 trigger = 1;
155 trigger = pfs->trigger;
172 if (!requests_waiting || requests_waiting < trigger)
192 if (trigger > 0 && requests_waiting >= trigger)
203 pfs->trigger = trigger;
222 short trigger, local
    [all...]
nodes.h 100 short trigger; /* Trigger when this value */ member in struct:fstat_node
153 short trigger; member in struct:pwstat_node
fncs.c 341 result->trigger = result->form->alert.Q;
385 result->trigger = result->pwheel->alert.Q;
  /onnv/onnv-gate/usr/src/lib/efcode/fcdriver/
fcdebug.c 79 trigger(fcode_env_t *env) function
87 log_message(MSG_INFO, "Trigger...");
99 trigger(env);
115 FORTH(0, "trigger", do_trigger);
  /onnv/onnv-gate/usr/src/uts/common/io/kb8042/
kb8042.h 101 unsigned char trigger; member in struct:kb8042::__anon2
kb8042.c 441 kb8042->debugger.trigger = 33; /* D */
1057 key_pos == kb8042->debugger.trigger &&
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mms_db 560 "CartridgeShapeName" text /* trigger REFERENCES "SLOTTYPE" */,
891 "CartridgePCL" text /* trigger REFERENCES "CARTRIDGE" */,
1129 "SlotTypeName" text /* trigger REFERENCES "SLOTTYPE" */,
1133 "CartridgePCL" text /* trigger REFERENCES "CARTRIDGE" */,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audiopci/
audiopci.c 78 boolean_t trigger; member in struct:audiopci_port
334 if (port->trigger) {
344 if (port->trigger) {
355 if (port->trigger) {
541 port->trigger = B_FALSE;
607 if (!port->trigger) {
608 port->trigger = B_TRUE;
623 if (port->trigger) {
624 port->trigger = B_FALSE;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audioens/
audioens.c 93 boolean_t trigger; member in struct:audioens_port
472 if (port->trigger) {
489 if (port->trigger) {
652 port->trigger = B_FALSE;
712 if (!port->trigger) {
713 port->trigger = B_TRUE;
728 if (port->trigger) {
729 port->trigger = B_FALSE;
1290 if (port->trigger) {
1299 if (!port->trigger)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
hermon_fm.c     [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
cryptlib.c 552 { static int trigger=0; local
556 if (trigger) return;
558 trigger=1;
  /onnv/onnv-gate/usr/src/lib/libsqlite/
Makefile.com 39 trigger.o \
91 $(SRCDIR)/trigger.c
main.mk 62 select.o table.o tokenize.o trigger.o update.o util.o \
98 $(TOP)/src/trigger.c \
261 trigger.o: $(TOP)/src/trigger.c $(HDR)
262 $(TCCX) -c $(TOP)/src/trigger.c
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
DBM_Filter.pm 288 could potentially trigger two filters, one for the writing of the key
293 will trigger two filters, one for the reading of the key and one for
Exporter.pm 371 unchanged but will trigger a warning (with C<-w>) to avoid misspelt tags
diagnostics.pm 70 The following file is certain to trigger a few errors at both
overload.pm 227 above declaration would also trigger overloading of C<+> and C<*=> in
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
hermon_fm.h 96 int trigger; /* how to trigger a HW error */ member in struct:i_hca_fm_test
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
ioctl.c 688 * trigger a SIGSYS when running in LX_STRICT mode.
1868 uint_t trigger; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/io/
lx_audio.c 798 uint_t trigger; local
809 if (ddi_copyin((void *)arg, &trigger, sizeof (trigger), mode) != 0)
813 if (trigger == 0) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/public/
domctl.h 435 uint32_t trigger; /* IN */ member in struct:xen_domctl_sendtrigger
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
expr.c 488 ** it is a new.* or old.* trigger argument reference
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Checker.pm 48 trigger additional warnings. See L<"Warnings">.
267 C<=head1> followed immediately by C<=head2> does not trigger this warning.
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 1386 int $0x0 / Trigger interrupt, generate triple-fault
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
Temp.pm     [all...]

Completed in 1700 milliseconds

1 2