| /onnv/onnv-gate/usr/src/cmd/lp/lib/msgs/ |
| _getmessage.c | 54 short etype; local 74 etype = stoh(buf + MESG_TYPE); 75 if (etype < 0 || etype > LAST_MESSAGE) 81 if (etype != rtype) 92 fmt = _lp_msg_fmts[etype]; 164 return(etype);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| ldmain.c | 114 Half etype; local 256 * Call ld_start() with the etype of our output file and the 260 etype = ET_DYN; 262 etype = ET_REL; 264 etype = ET_EXEC; 266 ld_sup_start(ofl, etype, argv[0]);
|
| syms.c | 338 Half etype; local 346 etype = ifl->ifl_ehdr->e_type; 348 etype = ET_NONE; 417 if ((etype == ET_REL) && (sdp->sd_isc == NULL)) { 444 if ((etype == ET_NONE) || (etype == ET_REL)) { 529 if ((etype == ET_REL) && 586 } else if (etype == ET_REL) { 1835 Half etype = ifl->ifl_ehdr->e_type; local [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| rd_req_dec.c | 284 /* no etype check needed */ 288 int etype; local 291 etype = req->ticket->enc_part.enctype)) || 293 etype = req->ticket->enc_part2->session->enctype)) || 296 etype = (*auth_context)->authentp->subkey->enctype))) { 299 if (krb5_enctype_to_string(etype, enctype_name, sizeof(enctype_name)) == 0)
|
| get_in_tkt.c | 926 krb5_enctype etype = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| main.c | 383 enum np_event_type etype; local 453 etype = e->npe_type; 454 syslog(LOG_INFO, "got event type %s", npe_type_str(etype)); 455 if (etype == EV_SHUTDOWN) 464 if (etype == EV_SHUTDOWN)
|
| /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/ |
| do_tgs_req.c | 230 krb5_enctype etype; local 249 etype = request->second_ticket[st_idx]->enc_part2->session->enctype; 250 if (!krb5_c_valid_enctype(etype)) { 257 if (request->ktype[i] == etype) { 258 useenctype = etype;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/krb5/ |
| krb5_asn.h | 77 ** etype[0] INTEGER, -- EncryptionType 84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
|
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| cron.h | 63 char etype; member in struct:message
|
| cron.c | 182 short etype; /* what type of event; 0=cron, 1=at */ member in struct:event 585 switch (next_event->etype) { 1069 e->etype = jobtype; 1209 e->etype = CRONEVENT; [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| pkgdbmerg.c | 730 int i, etype, itype, retcode; local 759 etype = itype = 0; 761 /* Set etype to that of the new entity */ 764 etype = i+1; 777 if (itype == etype) { 788 if (etype != 4 && itype == 4) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/ixgbe/ |
| ixgbe_tx.c | 686 ushort_t etype; local 719 etype = 0; 739 etype = ntohs(*(ushort_t *)(uintptr_t)pos); 740 if (etype == ETHERTYPE_VLAN) { 753 etype = ntohs(*(ushort_t *)(uintptr_t)pos); 763 switch (etype) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/igb/ |
| igb_tx.c | 585 ushort_t etype; local 617 etype = 0; 637 etype = ntohs(*(ushort_t *)(uintptr_t)pos); 638 if (etype == ETHERTYPE_VLAN) { 651 etype = ntohs(*(ushort_t *)(uintptr_t)pos); 661 switch (etype) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/hxge/ |
| hxge_pfc_hw.h | 231 uint32_t etype:16; member in struct:__anon5491::__anon5492 233 uint32_t etype:16;
|
| /onnv/onnv-gate/usr/src/cmd/krb5/slave/ |
| kpropd.c | 532 krb5_enctype etype; local 633 kerberos_authenticate(doit_context, fd, &client, &etype, &from); 641 if (!authorized_principal(doit_context, client, etype)) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| nis_db.c | 674 unsigned long etype; /* for fake entries */ local 792 etype = htonl(__type_of(tmp)); /* save the old type */ 827 memcpy(ec[0].ENVAL, (char *)&etype, 4); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/os/ |
| fillsysinfo.c | 280 enum eu_type { INTEGER, FPU } etype; local 316 etype = INTEGER; 320 etype = FPU; 346 switch (etype) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| trill.c | 101 uint16_t etype; local 103 etype = msglen > 0 ? (uint16_t)msglen : ETHERTYPE_TRILL; 116 tci != TRILL_NO_TCI ? ETHERTYPE_VLAN : etype, mp, extra_hdr_len); 126 ethvlanhdr->ether_type = htons(etype); [all...] |
| /onnv/onnv-gate/usr/src/cmd/praudit/ |
| format.c | 2308 au_event_t etype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/rpc/ |
| clnt_clts.c | 1292 struct endpnt_type *etype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ntxn/ |
| unm_nic.h | 192 uint16_t etype; member in struct:pkt_info
|
| /onnv/onnv-gate/usr/src/uts/common/sys/nxge/ |
| nxge_fflp_hw.h | 121 uint32_t etype:16; member in struct:_tcam_class_prg_ether_t::__anon7427::__anon7428 123 uint32_t etype:16; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| k5-int.h | 394 * The same data structure is used by both etype-info and etype-info2 395 * but s2kparams must be null when encoding etype-info. 399 krb5_enctype etype; member in struct:_krb5_etype_info_entry 851 krb5_enctype etype; member in struct:krb5_keytypes 876 /* if the hash is keyed, this is the etype it is keyed with. 877 Actually, it can be keyed by any etype which has the same 878 enc_provider as the specified etype. DERIVE checksums can 879 be keyed with any valid etype. */ [all...] |