Home
last modified time | relevance | path

Searched refs:RAW (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c309 flags |= RAW; in ttcompatgetflags()
311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
344 if (flags & RAW) { in ttcompatsetflags()
373 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetflags()
375 if (!(flags&(RAW|PASS8)) in ttcompatsetflags()
376 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP)) in ttcompatsetflags()
380 if (flags&(RAW|LITOUT)) in ttcompatsetflags()
466 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetlflags()
468 if (!(flags&(RAW|PASS8)) in ttcompatsetlflags()
469 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP)) in ttcompatsetlflags()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
26 reg = <0x10700 0x0000e000 0x0 0x8>, /* RAW */
/f-stack/freebsd/sys/
H A Dioctl_compat.h89 #define RAW 0x00000020 /* no i/o processing */ macro
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dti-am437x-vpfe.txt6 processing capability to connect RAW image-sensor modules and video decoders
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dov7740.txt5 supports the RAW RGB and YUV output formats.
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst776 Item: ``RAW``
797 .. table:: RAW
822 payload, using combined RAW items:
837 | 3 | RAW | ``spec`` | ``relative`` | 1 |
849 | 4 | RAW | ``spec`` | ``relative`` | 1 |
861 | 5 | RAW | ``spec`` | ``relative`` | 1 |
3327 Many protocols can be simulated by crafting patterns with the `Item: RAW`_
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c52 MK_FLOW_ITEM(RAW, sizeof(struct rte_flow_item_raw)),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst452 action and in RAW pattern item structures due to compatibility issues.
554 array from RAW pattern item (``struct rte_flow_item_raw``), complete
H A Drelease_17_08.rst80 Added generic flow API support for Ethernet, IPv4, UDP, TCP and RAW pattern
H A Drelease_19_05.rst174 * Added limited support for RAW.
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst454 - RAW items are limited to matching UDP tunnel headers like VXLAN.
H A Dmlx5.rst1428 | (VXLAN / NVGRE / RAW) | | OFED 4.7-1 | | OFED 4.6 |
/f-stack/freebsd/crypto/openssl/arm/
H A Dsha1-armv4-large.S529 ldr r9,[sp] @ big RAW stall
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c2238 .priv = PRIV_ITEM(RAW, ITEM_RAW_SIZE),