Searched refs:fat (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvmsdefs.h83 unsigned char fat$b_rtype; /* record type */
85 unsigned fat$v_rtype : 4; /* record type subfield */
86 unsigned fat$v_fileorg : 4; /* file organization */
87 } fat$r_rtype_bits;
88 } fat$r_rtype_overlay;
105 unsigned char fat$b_rattrib; /* record attributes */
107 unsigned fat$v_fortrancc : 1;
108 unsigned fat$v_impliedcc : 1;
109 unsigned fat$v_printcc : 1;
110 unsigned fat
[all...]
H A Dvms.c1193 rtype = pka_rattr.fat$v_rtype;
1339 pka_fib.fib$l_exsz = SWAPW(pka_rattr.fat$l_hiblk);
3397 ptr_recattr->fat$l_hiblk = pka_rattr.fat$l_hiblk;
3398 ptr_recattr->fat$l_efblk = pka_rattr.fat$l_efblk;
3399 ptr_recattr->fat$w_ffbyte = pka_rattr.fat$w_ffbyte;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmsdefs.h83 unsigned char fat$b_rtype; /* record type */
85 unsigned fat$v_rtype : 4; /* record type subfield */
86 unsigned fat$v_fileorg : 4; /* file organization */
87 } fat$r_rtype_bits;
88 } fat$r_rtype_overlay;
105 unsigned char fat$b_rattrib; /* record attributes */
107 unsigned fat$v_fortrancc : 1;
108 unsigned fat$v_impliedcc : 1;
109 unsigned fat$v_printcc : 1;
110 unsigned fat
[all...]
H A Dvmsmunch.c343 *(int *)ptr = Fat.fat$v_rtype;
349 old_rtype = Fat.fat$v_rtype; /* save current one */
352 Fat.fat$v_rtype = FAT$C_STREAMLF; /* Unix I/O happy */
354 Fat.fat$v_rtype = *(int *)ptr;
358 Fat.fat$v_rtype = old_rtype;
H A Dvms_pk.c161 register struct fatdef *fat; local
287 fat = (struct fatdef *)&(ctx -> PKi.ra);
291 efblk = SWAPW(fat->fat$l_efblk);
292 hiblk = SWAPW(fat->fat$l_hiblk);
309 (((uzoff_t) efblk)- 1)* BLOCK_BYTES+ fat -> fat$w_ffbyte;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfat_free.c30 int fat_free(Stream_t *Dir, unsigned int fat) argument
36 if (fat == 0)
41 next_no_step = fatDecode(This,fat);
43 fatDeallocate(This,fat);
46 fat = next_no_step;
H A Dmmd.c68 int fat; local
87 GET_DATA(targetEntry->Dir, 0, 0, 0, &fat);
88 if (fat == fat32RootCluster(targetEntry->Dir)) {
89 fat = 0;
91 mk_entry_from_base(".. ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir);
96 GET_DATA(Target, 0, 0, 0, &fat);
97 mk_entry_from_base(". ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir);
100 mk_entry(dosname, ATTR_DIR | arg->attr, fat, 0, arg->mtime,
H A Dfs.h37 int fat_free(Stream_t *Dir, unsigned int fat);
H A Ddirectory.c94 unsigned int fat, size_t size, time_t date,
119 set_word(ndir->start, fat & 0xffff);
120 set_word(ndir->startHi, fat >> 16);
131 unsigned int fat, size_t size, time_t date,
137 return mk_entry(&dn, attr, fat, size, date, ndir);
93 mk_entry(const dos_name_t *dn, char attr, unsigned int fat, size_t size, time_t date, struct directory *ndir) argument
130 mk_entry_from_base(const char *base, char attr, unsigned int fat, size_t size, time_t date, struct directory *ndir) argument
H A Dmdoctorfat.c17 * Test program for doctoring the fat
39 unsigned long fat; member in struct:Arg_t
53 set_word(entry->dir.start, arg->fat & 0xffff);
54 set_word(entry->dir.startHi, arg->fat >> 16);
75 "Usage: [-b] %s file fat\n", progname);
136 arg.fat = strtoul(argv[optind+1], 0, 0) + offset;
H A Dmmove.c59 int fat; local
90 GET_DATA(targetEntry->Dir, 0, 0, 0, &fat);
91 if (fat == fat32RootCluster(targetEntry->Dir)) {
92 fat = 0;
95 subEntry.dir.start[1] = (fat >> 8) & 0xff;
96 subEntry.dir.start[0] = fat & 0xff;
H A DMakefile.Be31 directory.o expand.o fat.o fat_free.o file.o file_name.o file_read.o \
H A Dmtools.h129 unsigned int fat, size_t size, time_t date,
133 unsigned int fat, size_t size, time_t date,
H A Dmcopy.c296 int type, fat, ret; local
349 GET_DATA(Target, 0, &newsize, 0, &fat);
355 fat_free(arg->mp.targetDir, fat);
358 mk_entry(dosname, arg->attr, fat, truncBytes32(newsize),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A DMakefile2 # Makefile for the Linux fat filesystem support.
5 obj-$(CONFIG_FAT_FS) += fat.o
9 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dlog.c72 long fat; local
81 * so it doesn't waste too much disk space. If the log is too fat, trim the
96 fat = (long) st.st_size - (long) gMaxLogSize + (long) (0.20 * gMaxLogSize);
98 while (fat > 0L) {
101 fat -= (long) strlen(str);
106 for (fat = 0; fat < (long) (0.10 * gMaxLogSize); ) {
112 fat += (long) strlen(str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dfat.c68 } PACKED fat; member in union:vfat_super_block::__anon20310
287 /* believe only that's fat, don't trust the version */
294 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
297 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
300 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
313 /* fat count*/
399 } else if (memcmp(vs->type.fat.label, "NO NAME ", 11) != 0) {
400 volume_id_set_label_raw(id, vs->type.fat.label, 11);
401 volume_id_set_label_string(id, vs->type.fat.label, 11);
403 volume_id_set_uuid(id, vs->type.fat
[all...]
H A DMakefile22 fat.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A DMakefile81 obj-$(CONFIG_FAT_FS) += fat/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c977 int fat; local
979 fat = t4_handle_intr_status(adapter,
986 if (fat)
1099 int fat; local
1101 fat = t4_handle_intr_status(adapter, CIM_HOST_INT_CAUSE,
1105 if (fat)
1268 int fat; local
1270 fat = t4_handle_intr_status(adapter, MPS_RX_PERR_INT_CAUSE,
1288 if (fat)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvenc.c600 int64_t fat = avio_tell(s->pb); local
604 int64_t start_sector1 = fat >> WTV_SECTOR_BITS;
612 return fat;
721 * Write out fat table
736 // determine optimal fat table depth, sector_bits, nb_sectors
767 //write fat table

Completed in 223 milliseconds