Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/
H A Dtmpfile_stat_mode.c54 mode_t masked = 0777 & ~mask; in test_stat_mode() local
99 if (mode != masked) { in test_stat_mode()
100 fprintf(stderr, "fstat(2) %o != %o\n", mode, masked); in test_stat_mode()
106 if (mode != masked) { in test_stat_mode()
107 fprintf(stderr, "stat(2) %o != %o\n", mode, masked); in test_stat_mode()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c83 HAL_INT *masked, in ar9300_get_pending_interrupts() argument
98 *masked = 0; in ar9300_get_pending_interrupts()
104 *masked = HAL_INT_RXHP; in ar9300_get_pending_interrupts()
109 *masked = HAL_INT_RXLP; in ar9300_get_pending_interrupts()
113 *masked = HAL_INT_TX; in ar9300_get_pending_interrupts()
212 *masked = 0; in ar9300_get_pending_interrupts()
237 *masked |= HAL_INT_RXLP; in ar9300_get_pending_interrupts()
240 *masked |= HAL_INT_RXHP; in ar9300_get_pending_interrupts()
243 *masked |= HAL_INT_TX; in ar9300_get_pending_interrupts()
320 *masked |= mask2; in ar9300_get_pending_interrupts()
[all …]
H A Dar9300_freebsd.h18 HAL_INT *masked);
H A Dar9300_freebsd.c640 ar9300_get_pending_interrupts_freebsd(struct ath_hal *ah, HAL_INT *masked) in ar9300_get_pending_interrupts_freebsd() argument
644 return ar9300_get_pending_interrupts(ah, masked, HAL_INT_LINE, 0, 0); in ar9300_get_pending_interrupts_freebsd()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_power_intrinsics.h59 const uint64_t masked = cur_value & value_mask; in rte_power_monitor() local
62 if (masked == expected_value) in rte_power_monitor()
96 const uint64_t masked = cur_value & value_mask; in rte_power_monitor_sync() local
99 if (masked == expected_value) in rte_power_monitor_sync()
/f-stack/dpdk/kernel/linux/igb_uio/
H A Digb_uio.c96 u32 mask_bits = desc->masked; in igbuio_msix_mask_irq()
105 if (mask_bits != desc->masked) { in igbuio_msix_mask_irq()
108 desc->masked = mask_bits; in igbuio_msix_mask_irq()
118 u32 mask_bits = desc->masked; in igbuio_msi_mask_irq()
130 if (mask_bits != desc->masked) { in igbuio_msi_mask_irq()
132 desc->masked = mask_bits; in igbuio_msi_mask_irq()
/f-stack/freebsd/x86/include/
H A Dapicvar.h450 lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked) in lapic_set_lvt_mask() argument
453 return (apic_ops.set_lvt_mask(apic_id, lvt, masked)); in lapic_set_lvt_mask()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib39 # value to prevent real failures from being masked by the unexpected
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dst_fdma.txt51 -bit 2-0: Holdoff value, dreq will be masked for
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c374 u_char masked);
1143 native_lapic_set_lvt_mask(u_int apic_id, u_int pin, u_char masked) in native_lapic_set_lvt_mask() argument
1149 lvts[pin].lvt_masked = masked; in native_lapic_set_lvt_mask()
1155 lapics[apic_id].la_lvts[pin].lvt_masked = masked; in native_lapic_set_lvt_mask()
1161 printf(" LINT%u %s\n", pin, masked ? "masked" : "unmasked"); in native_lapic_set_lvt_mask()
/f-stack/freebsd/x86/xen/
H A Dxen_apic.c372 xen_pv_lapic_set_lvt_mask(u_int apic_id, u_int lvt, u_char masked) in xen_pv_lapic_set_lvt_mask() argument
H A Dxen_intr.c902 int error, masked; in xen_intr_assign_cpu() local
921 masked = evtchn_test_and_set_mask(isrc->xi_port); in xen_intr_assign_cpu()
949 if (masked == 0) in xen_intr_assign_cpu()
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dpci-iommu.txt95 * function bits masked out.
H A Dpci-msi.txt108 * the RID, masked to only the device and function bits.
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic.txt53 configuration registers to a sane state-- masked or
/f-stack/dpdk/doc/guides/nics/
H A Dtap.rst123 item, once masked, is identical to the masked spec, then it is supported.
H A Dmvpp2.rst450 which do not provide exact matching (all bits masked) are ignored.
505 * Following fields cannot be partially masked (all masks are treated as
H A Denic.rst444 dependent on how many header fields are being masked. Use 'flow create' in
H A Di40e.rst368 The flex payload is selected from offset 0 to 15 of packet's payload by default, while it is masked
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst74 …The main lcore is reserved for command line parsing only and cannot be masked on for packet forwar…
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddra7.dtsi365 * masked in the xbar as well.
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog406 - The high bit in curve25519 is masked instead of processing the key as
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt803 masked. The enqueue() must call dn_queue_packet(q, m) function to really
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst1175 Tracing of events can be individually masked, and the mask may be programmed
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst259 Non-masked bits stand for any value (shown as ``?`` below), Ethernet headers

12