Searched refs:magic (Results 1 - 25 of 534) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libmagic/
H A DMakefile8 LIB= magic
12 MAN= libmagic.3 magic.5
16 is_tar.c magic.c print.c readcdf.c readelf.c softmagic.c
18 INCS= magic.h
22 CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H
27 CLEANFILES+= magic magic.mgc
29 FILES= magic magic.mgc
32 MAGFILES= ${CONTRDIR}/magic/Heade
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_auth.c41 static int drm_hash_magic(drm_magic_t magic) argument
43 return magic & (DRM_HASH_SIZE-1);
47 * Returns the file private associated with the given magic number.
49 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) argument
52 int hash = drm_hash_magic(magic);
57 if (pt->magic == magic) {
66 * Inserts the given magic number into the hash table of used magic number
70 drm_magic_t magic)
69 drm_add_magic(struct drm_device *dev, struct drm_file *priv, drm_magic_t magic) argument
102 drm_remove_magic(struct drm_device *dev, drm_magic_t magic) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_auth.c41 static int drm_hash_magic(drm_magic_t magic) argument
43 return magic & (DRM_HASH_SIZE-1);
47 * Returns the file private associated with the given magic number.
49 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) argument
52 int hash = drm_hash_magic(magic);
57 if (pt->magic == magic) {
66 * Inserts the given magic number into the hash table of used magic number
70 drm_magic_t magic)
69 drm_add_magic(struct drm_device *dev, struct drm_file *priv, drm_magic_t magic) argument
102 drm_remove_magic(struct drm_device *dev, drm_magic_t magic) argument
[all...]
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dminiobj.h33 (to)->magic = (type_magic); \
38 (to)->magic = (0); \
43 ((ptr) != NULL && (ptr)->magic == (type_magic))
47 assert((ptr)->magic == type_magic); \
53 assert((ptr)->magic == type_magic); \
59 assert((ptr)->magic == type_magic); \
H A Dlibfifolog_int.h30 unsigned magic; member in struct:fifolog_file
/freebsd-9.3-release/contrib/sendmail/src/
H A Dstatusd_shm.h29 unsigned long magic; member in struct:__anon4052
/freebsd-9.3-release/sys/dev/cx/
H A Dcronyxfw.h17 #define CRONYX_DAT_MAGIC 2001107011L /* firmware file magic */
25 unsigned long magic; /* firmware magic */ member in struct:__anon7334
/freebsd-9.3-release/sys/xen/interface/
H A Dxencomm.h36 uint32_t magic; member in struct:xencomm_desc
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dmagic.h18 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
23 /*! \file isc/magic.h */
26 unsigned int magic; member in struct:__anon245
31 * To use this macro the magic number MUST be the first thing in the
33 * The intent of this is to allow magic numbers to be checked even though
37 (((const isc__magic_t *)(a))->magic == (b)))
H A Dondestroy.h82 unsigned int magic; member in struct:isc_ondestroy
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dmagic.h18 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
23 /*! \file isc/magic.h */
26 unsigned int magic; member in struct:__anon81
31 * To use this macro the magic number MUST be the first thing in the
33 * The intent of this is to allow magic numbers to be checked even though
37 (((const isc__magic_t *)(a))->magic == (b)))
H A Dondestroy.h82 unsigned int magic; member in struct:isc_ondestroy
/freebsd-9.3-release/contrib/groff/src/include/
H A Dindex.h25 int magic; member in struct:index_header
/freebsd-9.3-release/include/
H A Delf-hints.h36 u_int32_t magic; /* Magic number */ member in struct:elfhints_hdr
/freebsd-9.3-release/sys/amd64/include/
H A Dminidump.h36 char magic[24]; member in struct:minidumphdr
/freebsd-9.3-release/sys/arm/include/
H A Dminidump.h37 char magic[24]; member in struct:minidumphdr
/freebsd-9.3-release/sys/i386/include/
H A Dminidump.h36 char magic[24]; member in struct:minidumphdr
/freebsd-9.3-release/sys/mips/include/
H A Dminidump.h36 char magic[24]; member in struct:minidumphdr
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-console.c36 int *magic; member in struct:mi_console_file
51 mi_console->magic = &mi_console_file_magic;
66 if (mi_console->magic != &mi_console_file_magic)
68 "mi_console_file_delete: bad magic number");
77 if (mi_console->magic != &mi_console_file_magic)
79 "mi_console_file_fputs: bad magic number");
94 if (mi_console->magic != &mi_console_file_magic)
96 "mi_console_file_transform: bad magic number");
120 if (mi_console->magic != &mi_console_file_magic)
122 "mi_console_file_flush: bad magic numbe
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregfree.c58 if (g == NULL || g->magic != MAGIC2) /* oops again */
61 g->magic = 0; /* mark it invalid */
/freebsd-9.3-release/contrib/bind9/lib/isc/nls/
H A Dmsgcat.c30 #include <isc/magic.h>
47 unsigned int magic; member in struct:isc_msgcat
81 msgcat->magic = MSGCAT_MAGIC;
103 msgcat->magic = 0;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h69 uint16_t magic; member in struct:_lwp_mutex::__anon6092
95 uint16_t magic; member in struct:_lwp_cond::__anon6098
106 uint16_t magic; member in struct:_lwp_sema
121 uint16_t magic; member in struct:_lwp_rwlock
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Damd.h43 uint32_t magic; /* 0x0Xaaaaaa */ member in struct:amd_fw_header
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.h36 char magic[10]; /* "ARCHIMEDES" */ member in struct:ISO_ARCHIMEDES
/freebsd-9.3-release/contrib/file/src/
H A Dtar.h63 char magic[8]; member in struct:record::header
71 /* The magic field is filled with this if uname and gname are valid. */

Completed in 127 milliseconds

1234567891011>>