Searched refs:RAW (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_compat.c | 309 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 D | cib.txt | 10 - 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 D | ioctl_compat.h | 89 #define RAW 0x00000020 /* no i/o processing */ macro
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov7740.txt | 5 supports the RAW RGB and YUV output formats.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 776 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 D | rte_flow.c | 52 MK_FLOW_ITEM(RAW, sizeof(struct rte_flow_item_raw)),
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 452 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 D | release_17_08.rst | 80 Added generic flow API support for Ethernet, IPv4, UDP, TCP and RAW pattern
|
| H A D | release_19_05.rst | 174 * Added limited support for RAW.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enic.rst | 454 - RAW items are limited to matching UDP tunnel headers like VXLAN.
|
| H A D | mlx5.rst | 1428 | (VXLAN / NVGRE / RAW) | | OFED 4.7-1 | | OFED 4.6 |
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | sha1-armv4-large.S | 529 ldr r9,[sp] @ big RAW stall
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2238 .priv = PRIV_ITEM(RAW, ITEM_RAW_SIZE),
|