Searched refs:magic (Results 201 - 225 of 831) sorted by relevance

1234567891011>>

/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h63 int32_t magic; /* Magic NO for hash tables */ member in struct:hashhdr
290 #define MAGIC hdr.magic
/macosx-10.10/bind9-45.101/bind9/bin/named/include/named/
H A Dclient.h66 #include <isc/magic.h>
88 unsigned int magic; member in struct:ns_client
H A Dserver.h26 #include <isc/magic.h>
45 unsigned int magic; member in struct:ns_server
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Diptable.c42 tab->magic = DNS_IPTABLE_MAGIC;
186 dtab->magic = 0;
H A Dssu.c26 #include <isc/magic.h>
48 unsigned int magic; member in struct:dns_ssurule
60 unsigned int magic; member in struct:dns_ssutable
87 table->magic = SSUTABLEMAGIC;
113 rule->magic = 0;
117 table->magic = 0;
223 rule->magic = SSURULEMAGIC;
607 rule->magic = SSURULEMAGIC;
H A Dcompress.c58 cctx->magic = CCTX_MAGIC;
69 cctx->magic = 0;
290 dctx->magic = DCTX_MAGIC;
298 dctx->magic = 0;
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dradix.h26 #include <isc/magic.h>
106 unsigned int magic; member in struct:isc_radix_tree
H A Dbuffer.h111 #include <isc/magic.h>
169 unsigned int magic; member in struct:isc_buffer
696 (_b)->magic = ISC_BUFFER_MAGIC; \
703 (_b)->magic = 0; \
H A Dmem.h249 * may change the structure. 'magic' must be ISCAPI_MCTX_MAGIC for any of the
255 unsigned int magic; member in struct:isc_mem
261 (m)->magic == ISCAPI_MCTX_MAGIC)
269 unsigned int magic; member in struct:isc_mempool
275 (mp)->magic == ISCAPI_MPOOL_MAGIC)
H A Dsocket.h306 * may change the structure. 'magic' must be ISCAPI_SOCKETMGR_MAGIC for any
317 unsigned int magic; member in struct:isc_socketmgr
324 (m)->magic == ISCAPI_SOCKETMGR_MAGIC)
333 unsigned int magic; member in struct:isc_socket
340 (s)->magic == ISCAPI_SOCKET_MAGIC)
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Ddir.c33 #include <isc/magic.h>
51 dir->magic = ISC_DIR_MAGIC;
H A Difiter_getifaddrs.c38 unsigned int magic; /*%< Magic number. */ member in struct:isc_interfaceiter
103 iter->magic = IFITER_MAGIC;
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Ddir.c32 #include <isc/magic.h>
57 dir->magic = ISC_DIR_MAGIC;
/macosx-10.10/libunwind-35.3/testsuite/
H A Dunwind_test_x86.s22 # load magic values into non-volatile registers
28 # verify that non-volatile registers still contain magic values
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dradix.h26 #include <isc/magic.h>
106 unsigned int magic; member in struct:isc_radix_tree
/macosx-10.10/ntp-92/lib/isc/unix/
H A Ddir.c33 #include <isc/magic.h>
51 dir->magic = ISC_DIR_MAGIC;
/macosx-10.10/ntp-92/lib/isc/win32/
H A Ddir.c32 #include <isc/magic.h>
57 dir->magic = ISC_DIR_MAGIC;
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c301 if (mach_hdr->magic == MH_CIGAM) {
307 /* Validate the mach_header's magic number */
308 require_action(mach_hdr->magic == MH_MAGIC, finish,
311 "Invalid magic number: 0x%x.", mach_hdr->magic));
472 if (mach_hdr->magic == MH_CIGAM_64) {
478 /* Validate the mach_header's magic number */
479 require_action(mach_hdr->magic == MH_MAGIC_64, finish,
482 "Invalid magic number: 0x%x.", mach_hdr->magic));
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dmkext.h66 * - magic & signature - always 'MKXT' and 'MOSX' as defined above.
79 uint32_t magic; \
96 #define MKEXT_GET_MAGIC(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->magic))
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dregion.h63 * __db.001 file's magic number. Other threads of control (the ones that
65 * __db.001 file's magic number. After it has been initialized, all threads
153 * The magic, panic, version, envid and signature fields of the region
159 * The magic and panic fields are NOT protected by any mutex, and for
162 u_int32_t magic; /* Valid region magic number. */ member in struct:__db_reg_env
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr.h44 uint32_t magic; member in struct:sec_xdr_arena_allocator
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr.h44 uint32_t magic; member in struct:sec_xdr_arena_allocator
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Djournal.h37 #include <isc/magic.h>
H A Dvalidator.h123 unsigned int magic; member in struct:dns_validator
/macosx-10.10/bind9-45.101/bind9/lib/irs/
H A Dcontext.c23 #include <isc/magic.h>
67 unsigned int magic; member in struct:irs_context
293 context->magic = IRS_CONTEXT_MAGIC;
329 context->magic = 0;

Completed in 363 milliseconds

1234567891011>>