HomeSort by relevance Sort by last modified time
    Searched full:magic (Results 126 - 150 of 1219) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/vold/
Asec.h 22 unsigned int magic; member in struct:asec_superblock
  /external/e2fsprogs/lib/ext2fs/
ext2_ext_attr.h 11 /* Magic value in attribute blocks */
19 __u32 h_magic; /* magic number for identification */
badblocks.c 42 bb->magic = EXT2_ET_MAGIC_BADBLOCKS_LIST;
166 if (bb->magic != EXT2_ET_MAGIC_BADBLOCKS_LIST)
248 iter->magic = EXT2_ET_MAGIC_BADBLOCKS_ITERATE;
267 if (iter->magic != EXT2_ET_MAGIC_BADBLOCKS_ITERATE)
272 if (bb->magic != EXT2_ET_MAGIC_BADBLOCKS_LIST)
292 if (!iter || (iter->magic != EXT2_ET_MAGIC_BADBLOCKS_ITERATE))
inode_io.c 27 * For checking structure magic numbers...
31 if ((struct)->magic != (code)) return (code)
34 int magic; member in struct:inode_private_data
84 data->magic = EXT2_ET_MAGIC_INODE_IO_CHANNEL;
133 io->magic = EXT2_ET_MAGIC_IO_CHANNEL;
ext2_io.h 33 errcode_t magic; member in struct:struct_io_channel
59 errcode_t magic; member in struct:struct_io_manager
  /external/grub/docs/
boot.S 33 /* magic */
62 /* Push the magic value. */
boot.S.texi 33 /* @r{magic} */
62 /* @r{Push the magic value.} */
multiboot.h.texi 20 /* @r{The magic number for the Multiboot header.} */
30 /* @r{The magic number passed by a Multiboot-compliant boot loader.} */
51 unsigned long magic;
kernel.c 44 void cmain (unsigned long magic, unsigned long addr);
50 /* Check if MAGIC is valid and print the Multiboot information structure
53 cmain (unsigned long magic, unsigned long addr)
61 if (magic != MULTIBOOT_BOOTLOADER_MAGIC)
63 printf ("Invalid magic number: 0x%x\n", (unsigned) magic);
kernel.c.texi 44 void cmain (unsigned long magic, unsigned long addr);
50 /* @r{Check if MAGIC is valid and print the Multiboot information structure
53 cmain (unsigned long magic, unsigned long addr)
61 if (magic != MULTIBOOT_BOOTLOADER_MAGIC)
63 printf ("Invalid magic number: 0x%x\n", (unsigned) magic);
  /external/kernel-headers/original/linux/
swap.h 41 * Magic header for a swap area. The first part of the union is
42 * what the swap magic looks like for the old (limited to 128MB)
47 * Having the magic at the end of the PAGE_SIZE makes detecting swap
49 * For 2.5 we'll probably want to move the magic to just beyond the
55 char magic[10]; /* SWAP-SPACE or SWAPSPACE2 */ member in struct:swap_header::__anon3172
56 } magic; member in union:swap_header
112 ((__swapoffset(magic.magic) - __swapoffset(info.badpages)) / sizeof(int))
  /external/e2fsprogs/lib/blkid/
dev.c 106 int magic; member in struct:blkid_struct_dev_iterate
119 iter->magic = DEV_ITERATE_MAGIC;
133 if (!iter || iter->magic != DEV_ITERATE_MAGIC || !search_type ||
165 if (!iter || iter->magic != DEV_ITERATE_MAGIC)
182 if (!iter || iter->magic != DEV_ITERATE_MAGIC)
184 iter->magic = 0;
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.mm 427 uint32_t magic = *reinterpret_cast<uint32_t*>(bytes.data());
429 if (magic == MH_MAGIC || magic == MH_CIGAM) {
434 if (magic == MH_CIGAM)
442 } else if (magic == MH_MAGIC_64 || magic == MH_CIGAM_64) {
447 if (magic == MH_CIGAM_64)
455 } else if (magic == FAT_MAGIC || magic == FAT_CIGAM) {
459 if (magic == FAT_CIGAM
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 44 /** the expected value of the ClassFile.magic field */
85 * for purposes of verification (such as magic number matching and
170 * for purposes of verification (such as magic number matching and
197 * for purposes of verification (such as magic number matching and
340 * Gets the class file field {@code magic}, but without doing any
343 * @return the magic value
405 * Sees if the .class file header magic/version are within
408 * @param magic the value of a classfile "magic" field
413 private boolean isGoodVersion(int magic, int minorVersion
    [all...]
  /external/blktrace/btt/
mmap.c 54 check_data_endianness(t->magic);
59 tp->magic = be32_to_cpu(t->magic);
  /system/core/adb/
transport_local.c 37 p->msg.magic = H4(p->msg.magic);
65 D("read remote packet: %04x arg0=%0x arg1=%0x data_length=%0x data_check=%0x magic=%0x\n",
66 p->msg.command, p->msg.arg0, p->msg.arg1, p->msg.data_length, p->msg.data_check, p->msg.magic);
93 D("write remote packet: %04x arg0=%0x arg1=%0x data_length=%0x data_check=%0x magic=%0x\n",
94 p->msg.command, p->msg.arg0, p->msg.arg1, p->msg.data_length, p->msg.data_check, p->msg.magic);
  /bionic/libc/regex/
regfree.c 57 if (g == NULL || g->magic != MAGIC2) /* oops again */
60 g->magic = 0; /* mark it invalid */
  /dalvik/dx/tests/003-magic-version-access/
run 22 # Bad magic (throws an expection)
23 dx --dump --strict class-bad-magic.txt
  /external/blktrace/
blktrace_api.h 96 __u32 magic; /* MAGIC << 8 | version */ member in struct:blk_io_trace
  /external/grub/stage2/
mb_header.h 27 unsigned magic; member in struct:multiboot_header
67 /* Magic value identifying the multiboot_header. */
  /external/qemu/
tcpdump.c 47 uint32_t magic; member in struct:__anon4879
58 h.magic = PCAP_MAGIC;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 51 // Check Fst magic number and read in Fst header.
73 // Write Fst magic number and Fst header.
  /external/qemu/block/
vmdk.c 100 uint32_t magic; local
104 magic = be32_to_cpu(*(uint32_t *)buf);
105 if (magic == VMDK3_MAGIC ||
106 magic == VMDK4_MAGIC)
371 uint32_t magic; local
381 if (bdrv_pread(s->hd, 0, &magic, sizeof(magic)) != sizeof(magic))
384 magic = be32_to_cpu(magic);
694 uint32_t tmp, magic, grains, gd_size, gt_size, gt_count; local
    [all...]
  /dalvik/libdex/
DexFile.c 700 const u1* magic; local
717 magic = data;
718 if (memcmp(magic+4, DEX_OPT_MAGIC_VERS, 4) != 0) {
720 magic[4], magic[5], magic[6], magic[7]);
746 magic = pHeader->magic;
747 if (memcmp(magic, DEX_MAGIC, 4) != 0)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
user.h 49 unsigned long magic; member in struct:user

Completed in 190 milliseconds

1 2 3 4 56 7 8 91011>>