Home
last modified time | relevance | path

Searched full:dos (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/OK3568_Linux_fs/kernel/fs/nls/
H A DKconfig45 in so-called DOS codepages. You need to include the appropriate
47 DOS/Windows partitions correctly. This does apply to the filenames
49 say Y here if you want to include the DOS codepage that is used in
57 in so-called DOS codepages. You need to include the appropriate
59 DOS/Windows partitions correctly. This does apply to the filenames
61 say Y here if you want to include the DOS codepage that is used for
69 in so-called DOS codepages. You need to include the appropriate
71 DOS/Windows partitions correctly. This does apply to the filenames
73 say Y here if you want to include the DOS codepage that is used
82 so-called DOS codepages. You need to include the appropriate
[all …]
/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 DDJGPP-Native.html77 <p><small>DJGPP</small> is a port of the <small>GNU</small> development tools to MS-DOS and
79 that use the <em>DPMI</em> (DOS Protected-Mode Interface) API to run on
80 top of real-mode DOS systems and their emulations.
87 <dd><a name="index-info-dos"></a>
89 <dt><code>info dos</code></dt>
97 <dt><code>info dos sysinfo</code></dt>
108 <dt><code>info dos gdt</code></dt>
109 <dt><code>info dos ldt</code></dt>
110 <dt><code>info dos idt</code></dt>
120 segment (used for both data and the stack), and a DOS segment (which
[all …]
/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 DDJGPP-Native.html77 <p><small>DJGPP</small> is a port of the <small>GNU</small> development tools to MS-DOS and
79 that use the <em>DPMI</em> (DOS Protected-Mode Interface) API to run on
80 top of real-mode DOS systems and their emulations.
87 <dd><a name="index-info-dos"></a>
89 <dt><code>info dos</code></dt>
97 <dt><code>info dos sysinfo</code></dt>
108 <dt><code>info dos gdt</code></dt>
109 <dt><code>info dos ldt</code></dt>
110 <dt><code>info dos idt</code></dt>
120 segment (used for both data and the stack), and a DOS segment (which
[all …]
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch9 dos/string.h | 12 +++++++++++-
12 diff --git a/dos/string.h b/dos/string.h
14 --- a/dos/string.h
15 +++ b/dos/string.h
H A D0016-Workaround-multiple-definition-of-symbol-errors.patch15 dos/Makefile | 2 +-
85 diff --git a/dos/Makefile b/dos/Makefile
87 --- a/dos/Makefile
88 +++ b/dos/Makefile
/OK3568_Linux_fs/buildroot/package/dosfstools/
H A DConfig.in6 Tools for creating and checking DOS FAT filesystems.
15 Get or set the DOS FAT filesystem label.
20 Check a DOS FAT filesystem.
25 Creates a DOS FAT filesystem on a device.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Daffs.rst11 DOS\0 The old or original filesystem, not really suited for
15 DOS\1 The original Fast File System. Supported read/write.
17 DOS\2 The old "international" filesystem. International means that
22 DOS\3 The "international" Fast File System. Supported read/write.
24 DOS\4 The original filesystem with directory cache. The directory
29 DOS\5 The Fast File System with directory cache. Supported read only.
166 "User:sc/include/dos/dos.h" will be followed to
167 "/amiga/User/sc/include/dos/dos.h".
/OK3568_Linux_fs/kernel/fs/fat/
H A DKconfig6 If you want to use one of the FAT-based file systems (the MS-DOS and
23 If you need to move large files on floppies between a DOS and a
26 available for Unix and DOS ("man tar" or "info tar").
42 Linux, you can either use the DOS emulator DOSEMU, described in the
57 answer Y. This will only work if you said Y to "DOS FAT fs support"
71 works if you said Y to the "DOS FAT fs support" above. Please read
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Damlogic,gx-vdec.yaml15 The video decoding IP lies within the DOS memory region,
54 - const: dos
73 - const: dos
132 reg-names = "dos", "esparser";
136 clock-names = "dos_parser", "dos", "vdec_1", "vdec_hevc";
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dhpfs.h331 u8 read_only: 1; /* dos attrib */
332 u8 hidden: 1; /* dos attrib */
333 u8 system: 1; /* dos attrib */
334 u8 flag11: 1; /* would be volume label dos attrib */
335 u8 directory: 1; /* dos attrib */
336 u8 archive: 1; /* dos attrib */
342 u8 archive: 1; /* dos attrib */
343 u8 directory: 1; /* dos attrib */
344 u8 flag11: 1; /* would be volume label dos attrib */
345 u8 system: 1; /* dos attrib */
[all …]
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_image_loader.c80 IMAGE_DOS_HEADER *dos; in efi_load_pe() local
100 dos = efi; in efi_load_pe()
101 if (dos->e_magic != IMAGE_DOS_SIGNATURE) { in efi_load_pe()
102 printf("%s: Invalid DOS Signature\n", __func__); in efi_load_pe()
106 nt = (void *) ((char *)efi + dos->e_lfanew); in efi_load_pe()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dqlogicfas.rst27 This currently only works if the card is enabled first from DOS. This
33 loadlin with the kernel image accessible from DOS. If you are using
59 Make sure it works properly under DOS. You should also do an initial FDISK
86 Remember, if it doesn't work under DOS, it probably won't work under
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtests.bat3 rem Test script for sox under DOS derived from tests.sh. This should
33 echo Skip checksum and rate byte. DOS isn't good at this, so just use a
66 echo Skip comment field containing different filenames. Again, DOS sucks.
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dqd65xx.c10 * Version 0.06 Added dos driver's list
72 * bit 4 must be set 1, but is set 0 by dos driver while measuring vlb clock
80 * bit 6 : always set 1 by dos driver
148 * tries to find timing from dos driver's table
196 int recovery_time = 415; /* worst case values from the dos driver */ in qd6500_set_pio_mode()
218 int recovery_time = 415; /* worst case values from the dos driver */ in qd6580_set_pio_mode()
/OK3568_Linux_fs/u-boot/disk/
H A DKconfig15 - CONFIG_DOS_PARTITION MS Dos partition table, traditional on the
39 bool "Enable MS Dos partition table"
47 bool "Enable MS Dos partition table for SPL"
H A Dpart_dos.c71 } /* no DOS Signature at all */ in test_block_type()
250 /* Check for DOS PBR if no partition is found */ in part_get_info_extended()
300 U_BOOT_PART_TYPE(dos) = {
301 .name = "DOS",
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A DKconfig30 packet driver or most DOS/Windows ODI drivers. Please read the
39 software complying with the "old" standard, specifically, the DOS
43 packet driver or most DOS/Windows ODI drivers. RFC1201 is included
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dshare.h5 * DOS share management for lockd.
14 * DOS share for a specific file
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst125 * CS8900/20 Setup Utility (DOS-based)
155 stored in an on-board EEPROM. You must use the DOS-based CS8900/20 Setup
163 Since the CS8900/20 Setup Utility is a DOS-based application, you must install
164 and configure the adapter in a DOS-based system using the CS8900/20 Setup
179 Optimization: DOS Client
195 support PnP, you must install the CS8920 adapter in a DOS-based PC and
394 DOS-only operating system environment. DO NOT run the diagnostics
395 from a DOS or command prompt session under Windows 95, Windows NT,
400 1. Boot DOS on the PC and start the CS8900/20 Setup Utility.
/OK3568_Linux_fs/u-boot/cmd/
H A Dfat.c43 "load binary file from a dos filesystem",
46 " to address 'addr' from dos filesystem.\n"
147 "write file into a dos filesystem",
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/
H A Dmtools_4.0.38.bb1 SUMMARY = "Utilities to access MS-DOS disks without mounting them"
2 DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch17 dos/Makefile | 2 +-
76 --- a/dos/Makefile
77 +++ b/dos/Makefile
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Darcnet.rst98 Novell makes a networking stack for DOS which includes ARCnet drivers. Try
267 oak.oakland.edu:/simtel/msdos/nfs has some nice DOS clients. There
268 is also a DOS-based NFS server called SOSS. It doesn't multitask
281 DOS:
289 See DOS :) Trumpet Winsock works fine with either the Novell or
466 DOS networking programs, including LANMAN, have braindead networking
495 cough) because it's really handy when I boot insight into DOS. There, it
500 simply set freedom as the default gateway for insight (now in DOS,
/OK3568_Linux_fs/rkbin/scripts/
H A Dcheckpatch.sh29 # check DOS encoding
31 git show ${ARG_COMMIT} -1 ${DOC} | sed -n "/^+/p" > ${DIFF_DOC_ALL}.dos
32 dos2unix ${DIFF_DOC_ALL}.dos >/dev/null 2>&1
34 CSUM2=`md5sum ${DIFF_DOC_ALL}.dos | awk '{ print $1 }'`
36 echo "ERROR: ${DOC} is DOS encoding. Fix it by: 'dos2unix ${DOC}'"
/OK3568_Linux_fs/external/xserver/
H A Dylwrap114 # Since DOS filename conventions don't allow two dots,
115 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
141 # Handle y_tab.c and y_tab.h output by DOS

12345678910>>...45