Searched refs:magic (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c258 if (profile == NULL || profile->magic != PROF_MAGIC_PROFILE)
266 profile->magic = 0;
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
246 ba .storeword ! no zero byte if magic expression == 0
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c381 retry: switch (((BTMETA *)mbuf)->magic) {
456 M_32_SWAP(((BTMETA *)mbuf)->magic);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c691 header.magic = swap(MAGIC);
698 header.magic = MAGIC;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c416 ctx->magic = KV5M_CONTEXT;
576 ctx->magic = 0;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h394 unsigned long magic; /**< Magic */ member in struct:drm_client
618 drm_magic_t magic; member in struct:drm_auth
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h364 int magic; /* Internal use only */ member in struct:oss_audioinfo
399 int magic; /* Reserved */ member in struct:oss_mixerinfo
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nvram.c337 /* Verify the magic */
338 if (EFX_DWORD_FIELD(dcfg->magic, EFX_DWORD_0)
396 EFX_POPULATE_DWORD_1(dcfg->magic,
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c360 mboot->magic = MB_HEADER_MAGIC;
362 mboot->checksum = -(mboot->flags + mboot->magic);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s106 bz,a .copyword ! no zero byte if magic expression == 0
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h499 uint8_t magic[4]; /* DHCP magic cookie */ member in struct:__anon2142::__anon2143::__anon2144
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c337 plp->magic = PPPLSMAGIC;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c308 key->magic = KV5M_KEYBLOCK;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h542 uint32_t magic; member in struct:nxge_hw_list
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c148 (void)fprintf(tracefp, "magic %lx\n", m->magic);
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c314 orig_def_info.mini.magic = CPR->c_cprboot_magic = CPR_DEFAULT_MAGIC;
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c275 (void) memcpy(rl.magic, _FILE_RUNE_MAGIC_1, 8);
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c199 db->magic = 0;
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h491 uint8_t magic[4]; /* DHCP magic cookie */ member in struct:__anon328::__anon329::__anon330
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c439 unsigned char magic[2]; local
441 if((read(fd,(char*)magic,2)!=2) || (magic[0]!=HIST_UNDO))
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c472 * This routine tests the magic number at the head of a buffer
474 * should be the magic number.
781 * magic number. Fortunately this is always an int.
787 /* test the magic number to determine the endian */
982 int magic; local
1092 magic = AUDIO_AU_FILE_MAGIC; /* set the magic number */
1095 AUDIO_AU_HOST2FILE(&magic, &fhdr.au_magic);
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c1316 char *magic; local
1328 magic = modl->exec_execsw->exec_magic;
1330 if ((eswp = allocate_execsw(modname, magic, magic_size)) ==
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c121 * return 0 if path is magic, -1 otherwise
127 magic(const char* path, int* ux) function
239 if (!magic(path, NiL))
416 if (magic(path, &ux))
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c178 uint32_t magic; local
182 magic = LE_IN32(sr->sr_request_buf);
183 if (magic != SMB2_PROTOCOL_MAGIC) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c498 tmpprinc->magic = KV5M_PRINCIPAL;
581 keyblock->magic = KV5M_KEYBLOCK;
630 data->magic = KV5M_DATA;
672 addr->magic = KV5M_ADDRESS;
856 a->magic = KV5M_AUTHDATA;
1950 lid->magic = KV5M_CCACHE;
2290 lid->magic = KV5M_CCACHE;

Completed in 1024 milliseconds

<<1112131415