/openbmc/linux/fs/nls/ |
H A D | Kconfig | 45 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 …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | affs.rst | 11 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".
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | amlogic,gx-vdec.yaml | 15 The video decoding IP lies within the DOS memory region, 54 - const: dos 72 - const: dos 131 reg-names = "dos", "esparser"; 135 clock-names = "dos_parser", "dos", "vdec_1", "vdec_hevc";
|
/openbmc/linux/fs/fat/ |
H A D | Kconfig | 8 If you want to use one of the FAT-based file systems (the MS-DOS and 25 If you need to move large files on floppies between a DOS and a 28 available for Unix and DOS ("man tar" or "info tar"). 44 Linux, you can either use the DOS emulator DOSEMU, described in the 59 answer Y. This will only work if you said Y to "DOS FAT fs support" 73 works if you said Y to the "DOS FAT fs support" above. Please read
|
/openbmc/linux/fs/smb/server/ |
H A D | xattr.h | 19 * Dos attribute flags used for what variable is valid. 32 * Dos attribute structure which is compatible with samba's one. 40 __u32 attr; /* Dos attribute */ 102 /* DOS ATTRIBUITE XATTR PREFIX */
|
/openbmc/linux/Documentation/scsi/ |
H A D | qlogicfas.rst | 27 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
|
/openbmc/linux/fs/hpfs/ |
H A D | hpfs.h | 331 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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 16 dos/Makefile | 2 +- 85 diff --git a/dos/Makefile b/dos/Makefile 87 --- a/dos/Makefile 88 +++ b/dos/Makefile
|
/openbmc/u-boot/disk/ |
H A D | Kconfig | 15 - 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 D | part_dos.c | 74 } /* no DOS Signature at all */ in test_block_type() 136 printf("** Nested DOS partitions detected, stopping **\n"); in print_partition_extended() 208 printf("** Nested DOS partitions detected, stopping **\n"); in part_get_info_extended() 277 /* Check for DOS PBR if no partition is found */ in part_get_info_extended() 327 U_BOOT_PART_TYPE(dos) = { 328 .name = "DOS",
|
/openbmc/linux/include/linux/lockd/ |
H A D | share.h | 5 * DOS share management for lockd. 14 * DOS share for a specific file
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_image_loader.c | 221 IMAGE_DOS_HEADER *dos; in efi_load_pe() local 234 dos = efi; in efi_load_pe() 235 if (dos->e_magic != IMAGE_DOS_SIGNATURE) { in efi_load_pe() 236 printf("%s: Invalid DOS Signature\n", __func__); in efi_load_pe() 240 nt = (void *) ((char *)efi + dos->e_lfanew); in efi_load_pe()
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/ |
H A D | mtools_4.0.46.bb | 1 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…
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | Kconfig | 30 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
|
/openbmc/qemu/docs/system/ |
H A D | target-i386-desc.rst.inc | 55 |qemu_system_x86| dos.img -device gus -parallel none 61 |qemu_system_x86| dos.img -device gus,irq=5
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 125 * 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.
|
/openbmc/u-boot/cmd/ |
H A D | fat.c | 42 "load binary file from a dos filesystem", 45 " to address 'addr' from dos filesystem.\n" 149 "write file into a dos filesystem",
|
H A D | reiser.c | 21 #error DOS partition support must be selected 169 " to address 'addr' from dos filesystem"
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet.rst | 98 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,
|
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
H A D | 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch | 122 + Note: On native Windows, OS/2, DOS, "c:" is neither an absolute nor a 129 + /* Native Windows, Cygwin, OS/2, DOS */ 144 + /* On native Windows, OS/2, DOS, the system has the notion of a
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
H A D | br-Net-Digital | 5 # Found on Sao Jose dos Campos, SP
|
/openbmc/linux/fs/smb/client/ |
H A D | xattr.c | 119 /* return dos attributes as pseudo xattr */ in cifs_xattr_set() 232 /* return dos attributes as pseudo xattr */ in cifs_attrib_get() 254 /* return dos attributes as pseudo xattr */ in cifs_creation_time_get() 392 /* return dos attributes as pseudo xattr */ in cifs_listxattr()
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | memory-barriers.txt | 230 pero esto podría aparecer como cualquiera de las siguientes dos secuencias: 336 de bits dado deben estar protegidos por un candado. Si dos campos en un 346 no hay restricciones para "char", alineación de dos bytes para "short", 359 NOTE 1: Dos hilos de ejecución pueden actualizar y acceder 365 dos campos de bits, si uno se declara dentro de un declaración de 366 estructura anidada y el otro no, o si las dos están separados por una 369 simultáneamente dos campos de bits en la misma estructura si entre 427 barrera de lectura. En el caso de que se realicen dos loads de manera 552 interacción entre dos CPU o entre una CPU y un dispositivo. Si se puede 658 Esto refuerza la ocurrencia de una de las dos implicaciones, y previene la [all …]
|
/openbmc/linux/fs/ |
H A D | Kconfig.binfmt | 151 Emacs-Lisp. It's also useful if you often run DOS executables under 152 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
H A D | vsftpd.conf | 82 # without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be 91 # useful for combatting certain DoS attacks.
|