Searched refs:File (Results 1 – 25 of 380) sorted by relevance
12345678910>>...16
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | s_4bri.c | 188 byte *File; in qBri_check_FPGAsrc() local 192 if (!(File = (byte *)xdiLoadFile(FileName, Length, 0))) { in qBri_check_FPGAsrc() 198 for (i = 0; File[i] != 0xff;) in qBri_check_FPGAsrc() 203 xdiFreeFile(File); in qBri_check_FPGAsrc() 209 if ((File[i] & 0xF0) != 0x20) in qBri_check_FPGAsrc() 212 xdiFreeFile(File); in qBri_check_FPGAsrc() 215 fpgaFlen = (dword)File[FPGA_NAME_OFFSET - 1]; in qBri_check_FPGAsrc() 218 fpgaFile = (char *)&File[FPGA_NAME_OFFSET]; in qBri_check_FPGAsrc() 228 cnt = (dword)(((File[i] & 0x0F) << 20) + (File[i + 1] << 12) in qBri_check_FPGAsrc() 229 + (File[i + 2] << 4) + (File[i + 3] >> 4)); in qBri_check_FPGAsrc() [all …]
|
D | helpers.h | 28 dword diva_get_protocol_file_features(byte *File,
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | blocks.rst | 36 * - File System Size 56 * - Blocks Per File, Extents 61 * - Blocks Per File, Block Maps 66 * - File Size, Extents 71 * - File Size, Block Maps 98 * - File System Size 118 * - Blocks Per File, Extents 123 * - Blocks Per File, Block Maps 128 * - File Size, Extents 133 * - File Size, Block Maps
|
D | inodes.rst | 42 - File mode. See the table i_mode_ below. 115 - File version (for NFS). 160 - File creation time, in seconds since the epoch. 241 - File is compressed (EXT4\_COMPR\_FL). (not really implemented) 245 - File is immutable (EXT4\_IMMUTABLE\_FL). 247 - File can only be appended (EXT4\_APPEND\_FL). 255 - File has one or more compressed clusters (EXT4\_COMPRBLK\_FL). (not used) 266 - File data must always be written through the journal 269 - File tail should not be merged (EXT4\_NOTAIL\_FL). (not used by ext4)
|
/Linux-v4.19/drivers/dma-buf/ |
D | Kconfig | 9 The Sync File Framework adds explicit syncronization via 11 userspace via Sync File fds for synchronization between drivers via 21 bool "Sync File Validation Framework"
|
/Linux-v4.19/scripts/ |
D | namespace.pl | 67 use File::Find; 163 $_ = $File::Find::name; 234 $source = "$objtree$File::Find::dir/$source"; 236 $source = "$srctree$File::Find::dir/$source";
|
/Linux-v4.19/Documentation/filesystems/ |
D | 00-INDEX | 10 - info and examples for the distributed AFS (Andrew File System) fs. 12 - info and mount options for the Amiga Fast File System. 26 - info for the Ceph Distributed File System. 71 - info on the Global File System 2 - Glock internal locking rules. 73 - info on the Global File System 2 - uevents. 75 - info on the Global File System 2. 147 - overview of the Virtual File System.
|
/Linux-v4.19/fs/afs/ |
D | Kconfig | 2 tristate "Andrew File System support (AFS)" 7 If you say Y here, you will get an experimental Andrew File System
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-prepare-buf.rst | 26 File descriptor returned by :ref:`open() <func-open>`. 56 File I/O is in progress.
|
D | videodev.rst | 6 Video For Linux Two Header File
|
D | func-select.rst | 35 File descriptions to be watched if a read() call won't block. 38 File descriptions to be watched if a write() won't block. 41 File descriptions to be watched for V4L2 events.
|
/Linux-v4.19/Documentation/early-userspace/ |
D | buffer-format.txt | 54 c_ino 8 bytes File inode number 55 c_mode 8 bytes File mode and permissions 56 c_uid 8 bytes File uid 57 c_gid 8 bytes File gid
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-header.rst | 6 LIRC Header File
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-header.rst | 6 CEC Header File
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-header.rst | 6 Media Controller Header File
|
/Linux-v4.19/arch/powerpc/boot/dts/fsl/ |
D | p1023rdb.dts | 114 /* 48MB for Root File System */ 116 label = "NOR Root File System"; 168 /* 96MB for Root File System Image */ 170 label = "NAND Root File System";
|
D | p1020rdb-pd.dts | 76 label = "NOR Root File System"; 125 /* 122MB for File System Image */ 127 label = "NAND File System Image"; 185 label = "SPI File System Image";
|
/Linux-v4.19/fs/nfsd/ |
D | Kconfig | 12 files residing on this system using Sun's Network File System 118 bool "NFSv4.1 server support for pNFS Flex File layouts" 122 This option enables support for the exporting pNFS Flex File 123 layouts in the kernel's NFS server. The pNFS Flex File layout
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-fclose.rst | 34 - File descriptor returned by a previous call to open().
|
D | audio-fclose.rst | 35 - File descriptor returned by a previous call to open().
|
D | ca-fclose.rst | 26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
|
D | ca-reset.rst | 26 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
|
D | audio-continue.rst | 35 - File descriptor returned by a previous call to open().
|
D | audio-stop.rst | 34 - File descriptor returned by a previous call to open().
|
D | fe-diseqc-send-master-cmd.rst | 26 File descriptor returned by :ref:`open() <frontend_f_open>`.
|
12345678910>>...16