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

123

/freebsd-11-stable/contrib/openbsm/bin/audit/
H A Daudit.c30 * Program to trigger the audit daemon with a message that is either:
80 send_trigger(int trigger) argument
96 error = auditd_control(serverPort, trigger);
98 mach_error("Error sending trigger: ", error);
108 send_trigger(int trigger) argument
112 error = audit_send_trigger(&trigger);
117 perror("Error sending trigger");
140 unsigned int trigger = 0; local
149 trigger = AUDIT_TRIGGER_EXPIRE_TRAILS;
153 trigger
[all...]
/freebsd-11-stable/sys/security/audit/
H A Daudit_trigger.c50 * Currently, select/poll are not supported on the trigger device.
53 unsigned int trigger; member in struct:trigger_info
57 static MALLOC_DEFINE(M_AUDITTRIGGER, "audit_trigger", "Audit trigger events");
85 /* Flush the queue of pending trigger events. */
117 error = uiomove(&ti->trigger, sizeof(ti->trigger), uio);
132 audit_send_trigger(unsigned int trigger) argument
144 ti->trigger = trigger;
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c184 * Open the trigger messaging mechanism.
194 * Close the trigger messaging mechanism.
204 * The main event loop. Wait for trigger messages or signals and handle them.
211 unsigned int trigger; local
214 num = read(triggerfd, &trigger, sizeof(trigger));
250 auditd_handle_trigger(trigger);
H A Dauditd.h91 void auditd_handle_trigger(int trigger);
H A Dauditd.c212 * trigger from the kernel.
346 * Close auditd pid file and trigger mechanism.
360 auditd_log_err("Error closing trigger messaging mechanism");
479 * Handle the audit trigger event.
485 * specific concern is the rotate trigger -- if one is dropped, then it will
490 auditd_handle_trigger(int trigger) argument
506 switch (trigger) {
514 if ((trigger == last_trigger) &&
518 "Suppressing duplicate trigger %d",
519 trigger);
[all...]
H A Dauditd_darwin.c311 * Allocate a trigger port.
334 auditd_log_err("Allocation of trigger port failed");
337 * Create a send right on our trigger port.
343 * Register the trigger port with the kernel.
357 * Open the trigger messaging mechanism.
367 * Close the trigger messaging mechanism.
378 * a trigger or signal message.
423 * The main event loop. Wait for trigger messages or signals and handle them.
444 audit_triggers(mach_port_t __unused audit_port, int trigger) argument
447 auditd_handle_trigger(trigger);
457 auditd_control(mach_port_t __unused auditd_port, int trigger) argument
[all...]
/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.h79 eisa_add_intr(device_t dev, int irq, int trigger) argument
81 return (EISA_ADD_INTR(device_get_parent(dev), dev, irq, trigger));
H A Deisaconf.c461 eisa_add_intr_m(device_t eisa, device_t dev, int irq, int trigger) argument
472 irq_info->irq_trigger = trigger;
/freebsd-11-stable/sys/x86/isa/
H A Delcr.c30 * The ELCR is a register that controls the trigger mode and polarity of
32 * consulted for determining the appropriate trigger mode of EISA
38 * trigger mode. All edge triggered IRQs use active-hi polarity, and
90 * Returns 1 for level trigger, 0 for edge.
105 * Set the trigger mode for a specified IRQ. Mode of 0 means edge triggered,
109 elcr_write_trigger(u_int irq, enum intr_trigger trigger) argument
115 if (trigger == INTR_TRIGGER_LEVEL)
/freebsd-11-stable/crypto/openssl/crypto/
H A Darmcap.c94 static int trigger = 0; local
96 if (trigger)
98 trigger = 1;
H A Dppccap.c95 static int trigger = 0; local
97 if (trigger)
99 trigger = 1;
H A Dsparcv9cap.c160 static int trigger = 0;
162 if (trigger)
164 trigger = 1;
256 static int trigger = 0; local
258 if (trigger)
260 trigger = 1;
H A Dcryptlib.c688 static int trigger = 0; local
693 if (trigger)
696 trigger = 1;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpic.h52 int vatpic_set_irq_trigger(struct vm *vm, int irq, enum vm_intr_trigger trigger);
H A Dvatpic.c514 vatpic_set_irq_trigger(struct vm *vm, int irq, enum vm_intr_trigger trigger) argument
525 if (trigger == LEVEL_TRIGGER) {
540 if (trigger == LEVEL_TRIGGER)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c175 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, argument
178 if (os_strcmp(start, trigger) != 0)
207 #define CHECK_TRIGGER(trigger) \
208 wpa_check_wowlan_trigger(start, #trigger, \
209 capa->wowlan_triggers.trigger, \
210 &triggers->trigger)
232 "Unknown/unsupported wowlan trigger '%s'",
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c447 * Setup a TRA trigger. How the triggers are used should be
450 * @param trigger Trigger to setup (0 or 1)
451 * @param filter Which types of events to trigger on
453 * Source trigger match
455 * Destination trigger match
460 void cvmx_tra_trig_setup(uint64_t trigger, cvmx_tra_filt_t filter, argument
485 cvmx_write_csr(CVMX_TRAX_TRIG0_CMD(tad) + trigger * 64, tra_filt_cmd.u64);
486 cvmx_write_csr(CVMX_TRAX_TRIG0_SID(tad) + trigger * 64, tra_filt_sid.u64);
487 cvmx_write_csr(CVMX_TRAX_TRIG0_DID(tad) + trigger * 64, tra_filt_did.u64);
488 cvmx_write_csr(CVMX_TRAX_TRIG0_ADR_ADR(tad) + trigger * 6
511 cvmx_tra_trig_setup_v2(int tra, uint64_t trigger, cvmx_tra_filt_t filter, cvmx_tra_sid_t source_filter, cvmx_tra_did_t dest_filter, uint64_t address, uint64_t address_mask) argument
[all...]
H A Dcvmx-tra.h60 * trigger, or the stop trigger are traced during the time between a start trigger and a stop trigger.
624 * Setup a TRA trigger. How the triggers are used should be
627 * @param trigger Trigger to setup (0 or 1)
628 * @param filter Which types of events to trigger on
630 * Source trigger match
632 * Destination trigger match
637 extern void cvmx_tra_trig_setup(uint64_t trigger, cvmx_tra_filt_
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c146 /* Enable both trigger and thresh interrupt masks */
166 /* Disable both trigger and thresh interrupt masks */
175 u_int32_t *trigger,
179 *trigger = ahp->ah_intr_gen_timer_trigger;
173 ar9300_get_gen_timer_interrupts( struct ath_hal *ah, u_int32_t *trigger, u_int32_t *thresh) argument
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdma.h108 int ti_sdma_sync_params(unsigned int ch, unsigned int trigger, unsigned int mode);
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h196 enum intr_trigger trigger);
464 lapic_set_lvt_triggermode(u_int apic_id, u_int lvt, enum intr_trigger trigger) argument
467 return (apic_ops.set_lvt_triggermode(apic_id, lvt, trigger));
H A Dintr_machdep.h139 void elcr_write_trigger(u_int irq, enum intr_trigger trigger);
/freebsd-11-stable/sys/dev/sound/pci/
H A Datiixp.c691 uint32_t trigger = 0; local
702 trigger |= (atiixp_poll_channel(&sc->pch) != 0) ? 1 : 0;
703 trigger |= (atiixp_poll_channel(&sc->rch) != 0) ? 2 : 0;
711 if (trigger & 1)
713 if (trigger & 2)
873 uint32_t trigger = 0; local
889 trigger |= 1;
892 trigger |= 2;
921 if (trigger & 1)
923 if (trigger
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dvchan.c57 int trigger; member in struct:vchan_info
75 info->trigger = PCMTRIG_STOP;
144 if (!PCMTRIG_COMMON(go) || go == info->trigger)
149 otrigger = info->trigger;
150 info->trigger = go;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c637 audit_send_trigger(int *trigger) argument
640 return (auditon(A_SENDTRIGGER, trigger, sizeof(*trigger)));

Completed in 222 milliseconds

123