Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 41) sorted by relevance

12

/titanic_50/usr/src/lib/libsqlite/test/
H A Dtrigger1.test18 # trig-1.2: Error if trigger already exists
20 # trig-1.4: DROP TRIGGER removes trigger
22 # trig-1.6: Error if dropped trigger doesn't exist
24 # trig-1.8: A trigger created on a TEMP table is not inserted into sqlite_master
25 # trig-1.9: Ensure that we cannot create a trigger on sqlite_master
65 } {1 {trigger tr1 already exists}}
100 } {1 {no such trigger: biggles}}
107 } {1 {no such trigger: tr1}}
127 } {1 {cannot create trigger on system table}}
130 # a trigger does not mess up the DELETE that caused the trigger to
[all …]
H A Dlastinsert.test19 # Note 3: LIRID is changed within the context of a trigger,
20 # but is restored once the trigger exits
22 # is done within instead of trigger context)
68 # 2.x - tests with after insert trigger
70 # LIRID changed properly after an insert into table containing an after trigger
74 create trigger r1 after insert on t1 for each row begin
84 # LIRID equals NEW.k upon entry into after insert trigger
91 # LIRID changed properly by insert within context of after insert trigger
98 # LIRID unchanged by update within context of after insert trigger
106 # 3.x - tests with after update trigger
[all …]
H A Dlaststmtchanges.test18 # Note 2: LSCC is changed within the context of a trigger
20 # but is restored once the trigger exits
22 # is done within instead of trigger context)
80 # 2.x - tests with after insert trigger
82 # LSCC changed properly after insert into table containing after trigger
87 create trigger r1 after insert on t1 for each row begin
97 # LSCC unchanged upon entry into after insert trigger
104 # LSCC changed properly by update within context of after insert trigger
112 # 3.x - tests with after update trigger
114 # LSCC changed properly after update into table containing after trigger
[all …]
H A Dattach.test251 } {table t2 t2 table tx tx trigger r1 t2}
265 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
288 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
296 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
509 } {1 {trigger r5 cannot reference objects in database orig}}
517 } {1 {trigger r5 cannot reference objects in database temp}}
524 } {1 {trigger r5 cannot reference objects in database temp}}
531 } {1 {trigger r5 cannot reference objects in database temp}}
538 } {1 {trigger r5 cannot reference objects in database temp}}
545 } {1 {trigger r5 cannot reference objects in database temp}}
[all …]
H A Dtrigger2.test19 # trigger2-1.1.*: ON UPDATE trigger execution model.
20 # trigger2-1.2.*: DELETE trigger execution model.
21 # trigger2-1.3.*: INSERT trigger execution model.
24 # These tests ensure that trigger programs execute correctly (ie. that a
25 # trigger program can correctly execute INSERT, UPDATE, DELETE * SELECT
28 # 3. Selective trigger execution
35 # 4. Cascaded trigger execution
36 # Tests that trigger-programs may cause other triggers to fire. Also that a
37 # trigger-program is never executed recursively.
39 # trigger2-4.1: Trivial cascading trigger
[all …]
H A Dtrigger4.test26 create trigger I_test instead of insert on test
56 create trigger U_test instead of update on test
H A Dmisc3.test258 # of a trigger.
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c122 short trigger, in check_form_alert() local
152 if ((trigger = pf->alert.Q) <= 0) in check_form_alert()
153 trigger = 1; in check_form_alert()
155 trigger = pfs->trigger; in check_form_alert()
172 if (!requests_waiting || requests_waiting < trigger) in check_form_alert()
192 if (trigger > 0 && requests_waiting >= trigger) in check_form_alert()
203 pfs->trigger = trigger; in check_form_alert()
222 short trigger, in check_pwheel_alert() local
242 if ((trigger = ppw->alert.Q) <= 0) in check_pwheel_alert()
243 trigger = 1; in check_pwheel_alert()
[all …]
H A Dnodes.h98 short trigger; /* Trigger when this value */ member
151 short trigger; member
H A Dfncs.c339 result->trigger = result->form->alert.Q; in new_fstatus()
383 result->trigger = result->pwheel->alert.Q; in new_pwstatus()
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dfcdebug.c79 trigger(fcode_env_t *env) in trigger() function
99 trigger(env); in do_trigger()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1738 if ((tst->trigger & HCA_TEST_ATTACH && in hermon_trigger_pio_error()
1741 if (tst->trigger & HCA_TEST_PERSISTENT) { in hermon_trigger_pio_error()
1746 } else if (tst->trigger & HCA_TEST_TRANSIENT && in hermon_trigger_pio_error()
2253 if (tst != NULL && tst->trigger & HCA_TEST_START) { in i_hca_pio_start()
2322 if (tst != NULL && tst->trigger & HCA_TEST_END) { in i_hca_pio_end()
2586 t_item->trigger = testset[0].trigger; in i_hca_test_set_item()
2592 t_item->trigger = testset[num].trigger; in i_hca_test_set_item()
/titanic_50/usr/src/lib/libsqlite/
H A Dmain.mk62 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
H A DMakefile.com37 trigger.o \
91 $(SRCDIR)/trigger.c
/titanic_50/usr/src/uts/common/io/kb8042/
H A Dkb8042.h101 unsigned char trigger; member
H A Dkb8042.c441 kb8042->debugger.trigger = 33; /* D */ in kb8042_attach()
1057 key_pos == kb8042->debugger.trigger &&
/titanic_50/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c147 bool trigger; member
746 if (e->trigger) { in solo_aud1_update()
761 if (e->trigger) { in solo_aud1_update()
838 e->trigger = true; in solo_aud1_start()
848 e->trigger = false; in solo_aud1_stop()
910 e->trigger = true; in solo_aud2_start()
922 e->trigger = false; in solo_aud2_stop()
/titanic_50/usr/src/lib/libunistat/common/
H A DREADME28 ioctl: it will just trigger an error.
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h149 …rn void ProveInsecure(mDNS *const m, DNSSECVerifier *dv, InsecureContext *ic, domainname *trigger);
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h95 int trigger; /* how to trigger a HW error */ member
/titanic_50/usr/src/cmd/fm/eversholt/files/common/
H A Dneptune_xfp.esc58 * trigger fault.io.n2.niu-xfp. Based on the following rules, the diagnose
H A Ddisk.esc44 * to trigger a fault when recovery/relocation is not possible.
116 * the serd engine would only trigger if the fault recurred on the same LBA
/titanic_50/usr/src/lib/libmvec/common/vis/
H A D__vatan.S492 fmuld %f34,%f34,%f34 !...... (x*x) trigger invalid exception
523 fmuld %f36,%f36,%f36 !...... (x*x) trigger invalid exception
554 fmuld %f38,%f38,%f38 !...... (x*x) trigger invalid exception
/titanic_50/usr/src/uts/common/xen/public/
H A Ddomctl.h435 uint32_t trigger; /* IN */ member
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3232 movl 4(%esp), %edx / %edx = address of trigger
3235 xchgl %eax, (%edx) / exchange %eax and the trigger
3245 movl 4(%esp), %edx / %edx = address of trigger
3248 xchgl %eax, (%edx) / exchange %eax and the trigger

12