Searched defs:magic (Results 1 - 24 of 24) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dbcm933xx_hcs.h24 __u16 magic; member in struct:bcm_hcs
H A Dpg.h25 char magic; member in struct:pg_write_hdr
34 char magic; member in struct:pg_read_hdr
H A Dflat.h25 char magic[4]; member in struct:flat_hdr
H A Dcramfs_fs.h22 #include <linux/magic.h>
49 __u32 magic; member in struct:cramfs_super
H A Dnbd.h55 __be32 magic; member in struct:nbd_request
64 __be32 magic; member in struct:nbd_reply
H A Dmic_common.h47 __le32 magic; member in struct:mic_bootparam
76 __le32 magic; member in struct:_mic_vring_info
H A Dbcache.h70 __u8 magic[16]; member in struct:cache_sb
131 __u64 magic; member in struct:jset
152 __u64 magic; member in struct:prio_set
187 __u64 magic; member in struct:bset
H A Dblktrace_api.h109 __u32 magic; member in struct:blk_io_trace
H A Djffs2.h22 #include <linux/magic.h>
84 jint16_t magic; member in struct:jffs2_unknown_node
92 jint16_t magic; member in struct:jffs2_raw_dirent
114 jint16_t magic; member in struct:jffs2_raw_inode
144 jint16_t magic; member in struct:jffs2_raw_xattr
162 jint16_t magic; member in struct:jffs2_raw_xref
176 jint16_t magic; member in struct:jffs2_raw_summary
H A Dcoff.h64 char magic[2]; member in struct:__anon239
H A Dethtool.h94 __u32 magic; member in struct:ethtool_eeprom
H A Dvideodev2.h1161 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsigcontext.h34 __u32 magic; member in struct:_aarch64_ctx
/bionic/libc/bionic/
H A Dsystem_properties_compat.c50 unsigned magic; member in struct:prop_area_compat
H A Dsystem_properties.cpp106 uint32_t magic; member in struct:prop_area
111 prop_area(const uint32_t magic, const uint32_t version) : argument
112 serial(0), magic(magic), version(version) {
245 if ((pa->magic != PROP_AREA_MAGIC) || (pa->version != PROP_AREA_VERSION &&
/bionic/libc/kernel/uapi/scsi/
H A Dscsi_netlink.h31 uint16_t magic; member in struct:scsi_nl_hdr
57 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; }
/bionic/libc/kernel/uapi/linux/usb/
H A Dfunctionfs.h41 __le32 magic; member in struct:usb_functionfs_descs_head
49 __le32 magic; member in struct:usb_functionfs_strings_head
/bionic/libc/include/sys/
H A Duser.h96 unsigned long magic; member in struct:user
160 unsigned long magic;
179 unsigned long magic;
223 unsigned long magic;
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext32.h51 unsigned short magic; member in struct:_fpstate_ia32
H A Dsigcontext.h65 unsigned short magic; member in struct:_fpstate
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h179 int magic; member in struct:re_guts
/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h139 __le32 magic; member in struct:mdp_superblock_1
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h166 unsigned long magic; member in struct:drm_client
312 drm_magic_t magic; member in struct:drm_auth
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c418 Causes malloc to use /dev/random to initialize secure magic seed for
1457 #include <time.h> /* for magic initialization */
1780 The global lock_ensures that mparams.magic and other unique
2543 A cross-check field that should always hold same value as mparams.magic.
2589 size_t magic; member in struct:malloc_state
2611 initialized in init_mparams. Note that the non-zeroness of "magic"
2616 size_t magic; member in struct:malloc_params
2627 #define ensure_initialization() (void)(mparams.magic != 0 || init_mparams())
3027 /* Check if (alleged) mstate m has expected magic field */
3028 #define ok_magic(M) ((M)->magic
3112 size_t magic; local
[all...]

Completed in 1627 milliseconds