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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c122 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...]
H A Dnodes.h98 short trigger; /* Trigger when this value */ member in struct:fstat_node
151 short trigger; member in struct:pwstat_node
H A Dfncs.c339 result->trigger = result->form->alert.Q;
383 result->trigger = result->pwheel->alert.Q;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dhl201.dts24 linux,default-trigger = "heartbeat";
H A Dsam9260ek.dts19 linux,default-trigger = "heartbeat";
H A Drpi.dts339 linux,default-trigger = "default-on";
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dfcdebug.c79 trigger(fcode_env_t *env) function
99 trigger(env);
115 FORTH(0, "trigger", do_trigger);
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h101 unsigned char trigger; member in struct:kb8042::__anon6056
H A Dkb8042.c441 kb8042->debugger.trigger = 33; /* D */
1057 key_pos == kb8042->debugger.trigger &&
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1738 if ((tst->trigger & HCA_TEST_ATTACH &&
1741 if (tst->trigger & HCA_TEST_PERSISTENT) {
1746 } else if (tst->trigger & HCA_TEST_TRANSIENT &&
2253 if (tst != NULL && tst->trigger & HCA_TEST_START) {
2322 if (tst != NULL && tst->trigger & HCA_TEST_END) {
2586 t_item->trigger = testset[0].trigger;
2592 t_item->trigger = testset[num].trigger;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h150 extern void ProveInsecure(mDNS *const m, DNSSECVerifier *dv, InsecureContext *ic, domainname *trigger);
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com38 trigger.o \
92 $(SRCDIR)/trigger.c
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
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c147 bool trigger; member in struct:solo_engine
746 if (e->trigger) {
761 if (e->trigger) {
838 e->trigger = true;
848 e->trigger = false;
910 e->trigger = true;
922 e->trigger = false;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h95 int trigger; /* how to trigger a HW error */ member in struct:i_hca_fm_test
/illumos-gate/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
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h435 uint32_t trigger; /* IN */ member in struct:xen_domctl_sendtrigger
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c488 ** it is a new.* or old.* trigger argument reference
1245 "RAISE() may only be used within a trigger-program");
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3185 * A panic trigger is a word which is updated atomically and can only be set
3188 * This allows a partially corrupt trigger to still trigger correctly. DTrace
3237 movl 4(%esp), %edx / %edx = address of trigger
3240 xchgl %eax, (%edx) / exchange %eax and the trigger
3250 movl 4(%esp), %edx / %edx = address of trigger
3253 xchgl %eax, (%edx) / exchange %eax and the trigger
3272 * invoking panicsys(), vpanic() activates the first panic trigger (see
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1603 wr %l1, SET_SOFTINT ! trigger required pil softint
1701 wr %g5, SET_SOFTINT ! trigger required pil softint
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c935 /* This will trigger the driver to reattach */
965 /* This will trigger the driver to reattach */
5518 uint32_t trigger = 0; local
5579 trigger = 1;
5587 if (trigger) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c16 * and then writes to the "addr-valid" in the trigger-zone... this causes the FW to wake
904 LM_INTMEM_WRITE8(pdev,(OFFSETOF(struct cstorm_vf_zone_data,trigger)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7955 * Vf-PF channel trigger zone in cstorm ram
7985 struct trigger_vf_zone trigger /* zone that triggers the in-bound interrupt */; member in struct:cstorm_vf_zone_data

Completed in 221 milliseconds