/external/grub/stage2/ |
pc_slice.h | 150 #define IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) \ 151 ((type) == (PC_SLICE_TYPE_FREEBSD | ((fs) << 8)) \ 152 || (type) == (PC_SLICE_TYPE_OPENBSD | ((fs) << 8)) \ 153 || (type) == (PC_SLICE_TYPE_NETBSD | (fs) << 8))
|
/external/kernel-headers/original/linux/ |
auto_fs.h | 18 #include <linux/fs.h>
|
msm_hw3d.h | 20 #include <linux/fs.h>
|
/external/kernel-headers/original/asm-x86/ |
vm86.h | 98 unsigned short fs, __fsh; member in struct:vm86_regs 160 unsigned short fs, __fsh; member in struct:kernel_vm86_regs
|
percpu_32.h | 20 movl %fs:per_cpu__##this_cpu_off, reg; \ 22 #define PER_CPU_VAR(var) %fs:per_cpu__##var 89 /* fs segment starts at (positive) offset == __per_cpu_offset[cpu] */ 90 #define __percpu_seg "%%fs:"
|
user32.h | 37 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
|
user_32.h | 80 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
|
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_logger.cpp | 66 Oscl_FileServer fs; local 70 fs.Connect(); 71 if (filehandle.Open(pwszConfigFile, Oscl_File::MODE_READ, fs) == 0) 80 fs.Close(); 143 fs.Close(); 280 fs.Close();
|
/external/qemu/android/utils/ |
path.c | 453 int fd, fs, result = -1; local 469 fs = _open(source, _O_RDONLY | _O_BINARY); 472 fs = open(source, S_IREAD); 474 if (fs >= 0 && fd >= 0) { 479 while ((n = read(fs, buf, 4096)) > 0) { 492 if (fs >= 0) { 493 close(fs);
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 85 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret) 97 retval = ext2fs_allocate_inode_bitmap(fs, 0, &icount->single); 102 retval = ext2fs_allocate_inode_bitmap(fs, 0, 110 icount->num_inodes = fs->super->s_inodes_count; 167 errcode_t ext2fs_create_icount_tdb(ext2_filsys fs, char *tdb_dir, 175 retval = alloc_icount(fs, flags, &icount); 182 uuid_unparse(fs->super->s_uuid, uuid); 203 errcode_t ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size, 217 retval = alloc_icount(fs, flags, &icount); 229 retval = ext2fs_get_num_dirs(fs, &icount->size) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
NamespaceMappings.java | 459 Stack fs = (Stack) m_namespaces.get(prefix); local 460 return fs; 469 Stack fs = new Stack(); local 470 m_namespaces.put(prefix, fs); 471 return fs;
|
/external/icu4c/test/iotest/ |
stream.cpp | 212 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc); 224 fs << "EXAMPLE"; 225 fs.seekg(0); 228 if (!(fs >> dest)) { 241 fs.close();
|
/external/fsck_msdos/ |
fat.c | 74 checkdirty(int fs, struct bootblock *boot) 92 if (lseek(fs, off, SEEK_SET) != off) { 97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) { 169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) 185 if (lseek(fs, off, SEEK_SET) != off) { 190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec) 207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) 216 if (!_readfat(fs, boot, no, &buffer)) 544 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) 594 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0 [all...] |
/external/elfutils/libasm/ |
Makefile.am | 60 ln -fs $@ $@.$(VERSION) 74 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION) 75 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
|
/external/elfutils/libdw/ |
Makefile.am | 72 ln -fs $@ $@.$(VERSION) 86 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION) 87 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatSymbolsTest.java | 102 DecimalFormatSymbols fs = new DecimalFormatSymbols(Locale.US); local 103 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone(); 104 assertEquals(fs.getCurrency(), fsc.getCurrency()); 107 fs = new DecimalFormatSymbols(); 108 DecimalFormatSymbols fsc2 = (DecimalFormatSymbols) (fs.clone()); 110 assertTrue("Object's clone isn't equal!", fs.equals(fsc2)); 116 fs.setNaN("not-a-number"); 117 assertTrue("Object's changed clone should not be equal!", !fs
|
/bionic/libc/kernel/arch-x86/asm/ |
user32.h | 45 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
|
user_32.h | 47 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
|
vm86.h | 75 unsigned short fs, __fsh; member in struct:vm86_regs
|
/bionic/libc/kernel/common/linux/lockd/ |
xdr.h | 15 #include <linux/fs.h>
|
/bionic/libc/kernel/common/linux/ |
proc_fs.h | 16 #include <linux/fs.h>
|
relay.h | 19 #include <linux/fs.h>
|
/external/e2fsprogs/debugfs/ |
lsdel.c | 50 static int lsdel_proc(ext2_filsys fs, 61 if (*block_nr < fs->super->s_first_data_block || 62 *block_nr >= fs->super->s_blocks_count) { 67 if (!ext2fs_test_block_bitmap(fs->block_map,*block_nr))
|
/external/quake/quake/src/WinQuake/ |
dosisms.h | 54 unsigned short fs;
member in struct:__anon5265::__anon5267
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 15 #include <linux/fs.h>
|