Home
last modified time | relevance | path

Searched refs:File (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ds_4bri.c188 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 …]
Dhelpers.h28 dword diva_get_protocol_file_features(byte *File,
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dblocks.rst36 * - 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
Dinodes.rst42 - 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/
DKconfig9 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/
Dnamespace.pl67 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/
D00-INDEX10 - 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/
DKconfig2 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/
Dvidioc-prepare-buf.rst26 File descriptor returned by :ref:`open() <func-open>`.
56 File I/O is in progress.
Dvideodev.rst6 Video For Linux Two Header File
Dfunc-select.rst35 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/
Dbuffer-format.txt54 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/
Dlirc-header.rst6 LIRC Header File
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-header.rst6 CEC Header File
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-header.rst6 Media Controller Header File
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dp1023rdb.dts114 /* 48MB for Root File System */
116 label = "NOR Root File System";
168 /* 96MB for Root File System Image */
170 label = "NAND Root File System";
Dp1020rdb-pd.dts76 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/
DKconfig12 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/
Dvideo-fclose.rst34 - File descriptor returned by a previous call to open().
Daudio-fclose.rst35 - File descriptor returned by a previous call to open().
Dca-fclose.rst26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
Dca-reset.rst26 File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
Daudio-continue.rst35 - File descriptor returned by a previous call to open().
Daudio-stop.rst34 - File descriptor returned by a previous call to open().
Dfe-diseqc-send-master-cmd.rst26 File descriptor returned by :ref:`open() <frontend_f_open>`.

12345678910>>...16