| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_stat_mode.c | 54 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 D | ar9300_interrupts.c | 83 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 D | ar9300_freebsd.h | 18 HAL_INT *masked);
|
| H A D | ar9300_freebsd.c | 640 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 D | rte_power_intrinsics.h | 59 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 D | igb_uio.c | 96 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 D | apicvar.h | 450 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 D | nopwrite.shlib | 39 # value to prevent real failures from being masked by the unexpected
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | st_fdma.txt | 51 -bit 2-0: Holdoff value, dreq will be masked for
|
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 374 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 D | xen_apic.c | 372 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 D | xen_intr.c | 902 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 D | pci-iommu.txt | 95 * function bits masked out.
|
| H A D | pci-msi.txt | 108 * the RID, masked to only the device and function bits.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | tap.rst | 123 item, once masked, is identical to the masked spec, then it is supported.
|
| H A D | mvpp2.rst | 450 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 D | enic.rst | 444 dependent on how many header fields are being masked. Use 'flow create' in
|
| H A D | i40e.rst | 368 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 D | run_app.rst | 74 …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 D | dra7.dtsi | 365 * masked in the xbar as well.
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 406 - The high bit in curve25519 is masked instead of processing the key as
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dummynet.txt | 803 masked. The enqueue() must call dn_queue_packet(q, m) function to really
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 1175 Tracing of events can be individually masked, and the mask may be programmed
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 259 Non-masked bits stand for any value (shown as ``?`` below), Ethernet headers
|