Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 25 of 370) sorted by last modified time

12345678910>>...15

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist40 * from the list, it has the magic name 'SKIP'. This generally is for
/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h67 uint16_t magic; member
93 uint16_t magic; member
104 uint16_t magic; member
119 uint16_t magic; member
H A Dexec.h213 extern struct execsw *allocate_execsw(char *name, char *magic,
215 extern struct execsw *findexecsw(char *magic);
217 extern struct execsw *findexec_by_magic(char *magic);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h219 (((DAPL_HEADER *)(h))->magic != (magicNum)))
367 DAPL_MAGIC magic; /* magic number for verification */ member
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1207 if (gnu_header->magic == GNU_MAGIC) { in gnu_setmsg()
1214 } else if (gnu_header->magic == GNU_MAGIC_SWAPPED) { in gnu_setmsg()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c467 val->magic = KV5M_CHECKSUM; in asn1_decode_checksum()
479 val->magic = KV5M_KEYBLOCK; in asn1_decode_encryption_key()
492 val->magic = KV5M_ENC_DATA; in asn1_decode_encrypted_data()
598 val->magic = KV5M_TICKET; in asn1_decode_ticket()
619 val->magic = KV5M_KDC_REQ; in asn1_decode_kdc_req()
668 val->magic = KV5M_KDC_REQ; in asn1_decode_kdc_req_body()
688 val->magic = KV5M_SAFE; in asn1_decode_krb_safe_body()
700 val->magic = KV5M_ADDRESS; in asn1_decode_host_address()
721 val->magic = KV5M_KDC_REP; in asn1_decode_kdc_rep()
830 val->magic = KV5M_PA_DATA; in asn1_decode_pa_data()
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src164 # uses magic cookies to support multiple attributes.
7526 # magic-cookie terminals similar to the 950.
7775 # that does not generate a magic cookie.)
7786 # attributes with only a single magic cookie.
8103 # to avoid "magic cookie" standout glitch:
8603 # (with magic cookie).
8606 wy30-mc|wyse30-mc|wyse 30 with magic cookies,
8655 # (with magic cookie).
8662 wy50-mc|wyse50-mc|wyse 50 with magic cookies,
9168 # (with magic cookie).
[all …]
H A Dtermcap.src164 # uses magic cookies to support multiple attributes.
6697 # magic-cookie terminals similar to the 950.
6944 # that does not generate a magic cookie.)
6954 # attributes with only a single magic cookie.
7256 # to avoid "magic cookie" standout glitch:
7703 # (with magic cookie).
7706 wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
7746 # (with magic cookie).
7753 wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
8182 # (with magic cookie).
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1532 if (!opt_f && mutex.flags.magic != 0 && in d_mutex()
1533 mutex.flags.magic != MUTEX_MAGIC) { in d_mutex()
1537 if (mutex.flags.magic == COND_MAGIC) { in d_mutex()
1540 } else if (mutex.flags.magic == SEMA_MAGIC) { in d_mutex()
1543 } else if (mutex.flags.magic == RWL_MAGIC) { in d_mutex()
1549 mutex.flags.magic); in d_mutex()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c456 const uint8_t magic[] = EDID_MAGIC; in efifb_gop_get_edid() local
485 if (memcmp(edid_infop, magic, sizeof (magic)) != 0) in efifb_gop_get_edid()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1207 TPM_GENERATED magic; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2343 uint32_t magic; member
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c1319 char *magic; in mod_installexec() local
1331 magic = modl->exec_execsw->exec_magic; in mod_installexec()
1333 if ((eswp = allocate_execsw(modname, magic, magic_size)) == in mod_installexec()
H A Dexec.c1003 allocate_execsw(char *name, char *magic, size_t magic_size) in allocate_execsw() argument
1022 magicp[j] = magic[j]; in allocate_execsw()
1036 findexecsw(char *magic) in findexecsw() argument
1042 if (magic && eswp->exec_maglen != 0 && in findexecsw()
1043 bcmp(magic, eswp->exec_magic, eswp->exec_maglen) == 0) in findexecsw()
1078 findexec_by_magic(char *magic) in findexec_by_magic() argument
1084 if (magic && eswp->exec_maglen != 0 && in findexec_by_magic()
1085 bcmp(magic, eswp->exec_magic, eswp->exec_maglen) == 0) { in findexec_by_magic()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c132 uint32_t magic; in smb2sr_newrq() local
135 if (smb_mbc_peek(mbc, 0, "l", &magic) != 0) in smb2sr_newrq()
139 if (magic == SMB3_ENCRYPTED_MAGIC) { in smb2sr_newrq()
146 if (smb_mbc_peek(mbc, 0, "l", &magic) != 0) in smb2sr_newrq()
150 if (magic != SMB2_PROTOCOL_MAGIC) in smb2sr_newrq()
H A Dsmb_session.c661 uint32_t magic; in smbsr_newrq_initial() local
668 if ((rc = smb_mbc_peek(&sr->command, 0, "l", &magic)) != 0) in smbsr_newrq_initial()
671 switch (magic) { in smbsr_newrq_initial()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m141 file path=usr/include/ast/magic.h
H A DSUNWcs.p5m146 file path=etc/magic mode=0444
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregfree.c61 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree()
64 g->magic = 0; /* mark it invalid */ in regfree()
H A Dregcomp.c332 g->magic = MAGIC2; in regcomp()
H A Dregex2.h168 int magic; member
H A Dregexec.c210 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2) in regexec()
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c686 uint8_t magic[8]; member
699 .magic = "VFNT0002", in write_fnt()
/illumos-gate/usr/src/uts/common/xen/public/xsm/
H A Dacm.h146 uint32_t magic; member
184 uint32_t magic; member
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h551 char magic[32]; /* "xen-<version>-<platform>". */ member

12345678910>>...15