| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | Kconfig | 24 Note, that redirects are not backward compatible. That is, mounting 36 might not be backward compatible with previous kernels. 38 If backward compatibility is not an issue, then it is safe and 58 Note, that the inodes index feature is not backward compatible. 83 Note, that the NFS export feature is not backward compatible. 122 Note, that this feature is not backward compatible. That is,
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | Kconfig | 2 # Ext3 configs are here for backward compatibility with old configs which may 9 This config option is here only for backward compatibility. ext3 18 This config option is here only for backward compatibility. ext3 26 This config option is here only for backward compatibility. ext3 54 of ext4 features, the on disk filesystem format stays fully backward
|
| /OK3568_Linux_fs/buildroot/package/readline/ |
| H A D | inputrc | 15 "\e0d": backward-word 28 #"\e[1~": history-search-backward 32 "\e[5~": history-search-backward 41 "\eOD": backward-char
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Reverse-Execution.html | 70 <a name="Running-Programs-Backward"></a> 71 <h2 class="chapter">6 Running Programs Backward</h2> 73 <a name="index-running-programs-backward"></a> 78 “rewind” the program by running it backward. 89 order. The program counter runs backward, following the previous 121 <dd><p>Run the program backward until control reaches the start of a 127 debuggable functions, <code>reverse-step</code> will step (backward) into 132 called, <code>reverse-step</code> will run thru them backward without stopping. 148 <dd><p>Run backward to the beginning of the previous line executed in 182 <dd><a name="index-execute-forward-or-backward-in-time"></a>
|
| H A D | Commands-For-Killing.html | 80 <dt><code>backward-kill-line (C-x Rubout)</code> 83 <dd><p>Kill backward from the cursor to the beginning of the current line. 89 <dd><p>Kill backward from the cursor to the beginning of the current line. 107 <dt><code>backward-kill-word (M-<span class="key">DEL</span>)</code> 111 Word boundaries are the same as <code>backward-word</code>. 150 <dt><code>copy-backward-word ()</code> 154 The word boundaries are the same as <code>backward-word</code>.
|
| H A D | Sample-Init-File.html | 95 Meta-Control-h: backward-kill-word Text after the function name is ignored 100 #"\M-OD": backward-char 107 "\M-[D": backward-char 114 #"\M-\C-OD": backward-char 121 #"\M-\C-[D": backward-char
|
| H A D | Commands-For-History.html | 113 <dd><p>Search backward starting at the current line and moving ‘up’ through 127 <dd><p>Search backward starting at the current line and moving ‘up’ 152 <dt><code>history-search-backward ()</code> 155 <dd><p>Search backward through the history for the string of characters 172 <dt><code>history-substring-search-backward ()</code> 175 <dd><p>Search backward through the history for the string of characters
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Reverse-Execution.html | 70 <a name="Running-Programs-Backward"></a> 71 <h2 class="chapter">6 Running Programs Backward</h2> 73 <a name="index-running-programs-backward"></a> 78 “rewind” the program by running it backward. 89 order. The program counter runs backward, following the previous 121 <dd><p>Run the program backward until control reaches the start of a 127 debuggable functions, <code>reverse-step</code> will step (backward) into 132 called, <code>reverse-step</code> will run thru them backward without stopping. 148 <dd><p>Run backward to the beginning of the previous line executed in 182 <dd><a name="index-execute-forward-or-backward-in-time"></a>
|
| H A D | Commands-For-Killing.html | 80 <dt><code>backward-kill-line (C-x Rubout)</code> 83 <dd><p>Kill backward from the cursor to the beginning of the current line. 89 <dd><p>Kill backward from the cursor to the beginning of the current line. 107 <dt><code>backward-kill-word (M-<span class="key">DEL</span>)</code> 111 Word boundaries are the same as <code>backward-word</code>. 150 <dt><code>copy-backward-word ()</code> 154 The word boundaries are the same as <code>backward-word</code>.
|
| H A D | Sample-Init-File.html | 95 Meta-Control-h: backward-kill-word Text after the function name is ignored 100 #"\M-OD": backward-char 107 "\M-[D": backward-char 114 #"\M-\C-OD": backward-char 121 #"\M-\C-[D": backward-char
|
| H A D | Commands-For-History.html | 113 <dd><p>Search backward starting at the current line and moving ‘up’ through 127 <dd><p>Search backward starting at the current line and moving ‘up’ 152 <dt><code>history-search-backward ()</code> 155 <dd><p>Search backward through the history for the string of characters 172 <dt><code>history-substring-search-backward ()</code> 175 <dd><p>Search backward through the history for the string of characters
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf.h | 132 size_t sz; /* size of this struct for forward/backward compatibility */ 156 size_t sz; /* size of this struct for forward/backward compatibility */ 173 size_t sz; /* size of this struct for forward/backward compatibility */ 188 size_t sz; /* size of this struct for forward/backward compatibility */ 248 size_t sz; /* size of this struct for forward/backward compatibility */ 257 size_t sz; /* size of this struct for forward/backward compatibility */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/readline/files/ |
| H A D | inputrc | 40 # "\e[5~": history-search-backward 45 # "\e[5D": backward-word 47 # "\e\e[D": backward-word
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | memmove_64.S | 32 /* Decide forward/backward copy mode */ 93 * Handle data backward by movsq. 110 * Start to prepare for backward copy. 128 * We gobble 32 bytes backward in each loop.
|
| H A D | memcpy_32.c | 34 /* Decide forward/backward copy mode */ in memmove() 85 * Handle data backward by movs. in memmove() 101 * Start to prepare for backward copy. in memmove() 121 * We gobble 16 bytes backward in each loop. in memmove()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/ |
| H A D | advance.hpp | 65 struct backward; 71 backward< 79 struct backward struct
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evlist.h | 34 * NOTREADY : Backward ring buffers are not ready 35 * RUNNING : Backward ring buffers are recording 36 * DATA_PENDING : We are required to collect data from backward ring buffers 37 * EMPTY : We have collected data from backward ring buffers. 39 * (0): Setup backward ring buffer
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.rst | 95 /dev/core /proc/kcore symbolic Backward compatibility 96 /dev/ramdisk ram0 symbolic Backward compatibility 97 /dev/ftape qft0 symbolic Backward compatibility 98 /dev/bttv0 video0 symbolic Backward compatibility 99 /dev/radio radio0 symbolic Backward compatibility 100 /dev/i2o* /dev/i2o/* symbolic Backward compatibility
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0041-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch | 10 * fakebios: creates BIOS-like structures for backward compatibility with 54 - " backward compatibility with" 62 + " backward compatibility with"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/ |
| H A D | inside-secure-safexcel.txt | 18 Backward compatibility: 19 Two compatibles are kept for backward compatibility, but shouldn't be used for
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | mtio.h | 30 #define MTBSF 2 /* backward space FileMark (position before FM) */ 32 #define MTBSR 4 /* backward space record */ 38 #define MTBSFM 10 /* +backward space FileMark, position at FM */ 57 #define MTBSS 26 /* space backward over setmarks */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mtio.h | 30 #define MTBSF 2 /* backward space FileMark (position before FM) */ 32 #define MTBSR 4 /* backward space record */ 38 #define MTBSFM 10 /* +backward space FileMark, position at FM */ 57 #define MTBSS 26 /* space backward over setmarks */
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/i3c/ |
| H A D | protocol.rst | 119 are here for backward compatibility with I2C devices. 191 Backward compatibility with I2C devices 194 The I3C protocol has been designed to be backward compatible with I2C devices. 195 This backward compatibility allows one to connect a mix of I2C and I3C devices
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | mtio.h | 30 #define MTBSF 2 /* backward space FileMark (position before FM) */ 32 #define MTBSR 4 /* backward space record */ 38 #define MTBSFM 10 /* +backward space FileMark, position at FM */ 57 #define MTBSS 26 /* space backward over setmarks */
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | gen_stats.c | 43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV 44 * @xstats_type: TLV type for backward compatibility xstats TLV 53 * The dumping handle is marked to be in backward compatibility mode telling 368 * handle is in backward compatibility mode. 402 * by gnet_stats_copy_XXX() calls. Adds the backward compatibility TLVs
|