Searched refs:intercept (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dos.c388 * This implements an ANSI-style intercept setup for Microware C 3.2
395 intercept(handler);
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c342 * Second argument is non-zero to intercept, 0 to restore
345 nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept) argument
352 if (intercept) {
362 nm_prerr("Failed to undo RX intercept on %s",
380 * Second argument is non-zero to intercept, 0 to restore.
381 * On freebsd we just intercept if_transmit.
384 nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept) argument
390 if (intercept) {
978 * the standard cdev_pager and intercept the constructor and
H A Dnetmap_kern.h756 /* copy of if_qflush and if_transmit pointers, to intercept
1290 * and is used to intercept packets coming from the stack.
2039 int nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept);
2040 int nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept);
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dvmcb.h41 /* vmcb_ctrl->intercept[] array indices */
48 /* intercept[VMCB_CTRL1_INTCPT] fields */
82 /* intercept[VMCB_CTRL2_INTCPT] fields */
238 * control bits including the intercept vector and the second one contains
244 uint32_t intercept[5]; /* all intercepts */ member in struct:vmcb_ctrl
H A Dsvm.c88 #define AMD_CPUID_SVM_PAUSE_INC BIT(10) /* Pause intercept filter. */
389 KASSERT(idx >=0 && idx < 5, ("invalid intercept index %d", idx));
392 return (ctrl->intercept[idx] & bitmask ? 1 : 0);
402 KASSERT(idx >=0 && idx < 5, ("invalid intercept index %d", idx));
405 oldval = ctrl->intercept[idx];
408 ctrl->intercept[idx] |= bitmask;
410 ctrl->intercept[idx] &= ~bitmask;
412 if (ctrl->intercept[idx] != oldval) {
414 VCPU_CTR3(sc->vm, vcpu, "intercept[%d] modified "
415 "from %#x to %#x", idx, oldval, ctrl->intercept[id
[all...]
/freebsd-13-stable/stand/lua/
H A Dcli.lua89 -- arguments passed as a lua function. This gives lua a chance to intercept

Completed in 129 milliseconds