Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 42) sorted by relevance

12

/external/tcpdump/
Dprint-symantec.c45 uint16_t etype; in symantec_hdr_print() local
49 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print()
51 if (etype <= ETHERMTU) in symantec_hdr_print()
52 ND_PRINT((ndo, "invalid ethertype %u", etype)); in symantec_hdr_print()
55 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print()
56 etype)); in symantec_hdr_print()
58 if (etype <= ETHERMTU) in symantec_hdr_print()
59 ND_PRINT((ndo, "invalid ethertype %u", etype)); in symantec_hdr_print()
61 … ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype))); in symantec_hdr_print()
/external/fio/
Dtd_error.c16 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype, in td_non_fatal_error() argument
21 if (!td->o.ignore_error[etype]) { in td_non_fatal_error()
22 td->o.ignore_error[etype] = __NON_FATAL_ERR; in td_non_fatal_error()
23 td->o.ignore_error_nr[etype] = sizeof(__NON_FATAL_ERR) in td_non_fatal_error()
27 if (!(td->o.continue_on_error & (1 << etype))) in td_non_fatal_error()
29 for (i = 0; i < td->o.ignore_error_nr[etype]; i++) in td_non_fatal_error()
30 if (td->o.ignore_error[etype][i] == err) in td_non_fatal_error()
Dtd_error.h23 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype,
Doptions.c242 static int ignore_error_type(struct thread_data *td, int etype, char *str) in ignore_error_type() argument
248 if (etype >= ERROR_TYPE_CNT) { in ignore_error_type()
253 td->o.ignore_error_nr[etype] = 4; in ignore_error_type()
265 if (i == td->o.ignore_error_nr[etype]) { in ignore_error_type()
266 td->o.ignore_error_nr[etype] <<= 1; in ignore_error_type()
267 error = realloc(error, td->o.ignore_error_nr[etype] in ignore_error_type()
286 td->o.continue_on_error |= 1 << etype; in ignore_error_type()
287 td->o.ignore_error_nr[etype] = i; in ignore_error_type()
288 td->o.ignore_error[etype] = error; in ignore_error_type()
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dcollector.py329 def collectExceptionOnly(self, etype, value): argument
330 return traceback.format_exception_only(etype, value)
332 def collectException(self, etype, value, tb, limit=None): argument
356 ident_data.append(str(etype))
363 exception_formatted=self.collectExceptionOnly(etype, value),
364 exception_type=etype,
369 if etype is ImportError:
Dformatter.py79 etype = exc_data.exception_type
80 if not isinstance(etype, six.string_types):
81 etype = etype.__name__
83 etype,
194 def format_exception_info(self, etype, evalue): argument
196 '%s: %s' % (self.quote(etype), self.quote(evalue)))
/external/ipsec-tools/src/racoon/
Disakmp_frag.c97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
Disakmp.c540 switch (isakmp->etype) {
573 isakmp->etype) < 0)
595 if (iph1->etype != isakmp->etype) {
599 s_isakmp_etype(iph1->etype),
600 s_isakmp_etype(isakmp->etype));
622 isakmp->etype);
748 isakmp->etype, saddr2str(remote));
765 isakmp->etype, saddr2str(remote));
793 if (ph1exchange[etypesw1(iph1->etype)]
800 error = (ph1exchange[etypesw1(iph1->etype)]
[all …]
Dremoteconf.c420 check_etypeok( struct remoteconf *rmconf, u_int8_t etype) in check_etypeok() argument
425 if (e->type == etype) in check_etypeok()
511 struct etypes *etype = p->etypes; in dump_rmconf_single() local
523 while (etype) { in dump_rmconf_single()
524 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type), in dump_rmconf_single()
525 etype->next != NULL ? ", " : ";\n"); in dump_rmconf_single()
526 etype = etype->next; in dump_rmconf_single()
Dhandler.h130 u_int8_t etype; /* Exchange type actually for use */ member
416 u_int8_t etype; member
Dhandler.c245 pd->etype = iph1->etype; in dumpph1()
1368 if (iph1->etype == e->type) in revalidate_ph1()
1378 if (iph1->etype == ISAKMP_ETYPE_AGG && in revalidate_ph1()
1471 if (iph1->etype != ISAKMP_ETYPE_AGG && in revalidate_ph1()
Disakmp.h69 u_int8_t etype; /* Exchange Type */ member
Doakley.c984 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1125 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1291 switch (iph1->etype) {
1304 "invalid etype %d\n", iph1->etype);
1480 switch (iph1->etype) {
1493 "invalid etype %d\n", iph1->etype);
1569 switch (iph1->etype) {
1576 "invalid etype %d\n", iph1->etype);
2590 if (iph1->etype != ISAKMP_ETYPE_IDENT) {
/external/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemVariable.java412 int etype = t.getXSLToken(); in rewriteChildToExpression() local
414 if (Constants.ELEMNAME_VALUEOF == etype) in rewriteChildToExpression()
427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype) in rewriteChildToExpression()
/external/chromium-trace/catapult/third_party/vinn/bin/
Dupdate_v8148 def __exit__(self, etype, value, traceback): argument
158 def __exit__(self, etype, value, traceback): argument
/external/skia/src/views/
DSkEvent.cpp187 SkString etype; in dump() local
188 this->getType(&etype); in dump()
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32()); in dump()
/external/libpcap/
Dpcap-usb-linux.c477 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; in usb_read_linux() local
507 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, &timestamp, &etype, in usb_read_linux()
547 if (etype == 'C') in usb_read_linux()
559 uhdr->event_type = etype; in usb_read_linux()
Dpcap-dos.c838 static WORD etype; variable
848 etype = ep->ether_type; in watt32_recv_hook()
864 *type = etype; in pcap_recv_hook()
/external/libxml2/
Dentities.c166 ret->etype = (xmlEntityType) type; in xmlCreateEntity()
921 cur->etype = ent->etype; in xmlCopyEntity()
1004 switch (ent->etype) { in xmlDumpEntityDecl()
Dvalid.c300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPush()
326 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPop()
819 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT) in xmlValidBuildContentModel()
1472 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) { in xmlAddElementDecl()
1486 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) { in xmlAddElementDecl()
1561 ret->etype = type; in xmlAddElementDecl()
1625 cur->etype = elem->etype; in xmlCopyElement()
1668 switch (elem->etype) { in xmlDumpElementDecl()
3224 cur->etype = XML_ELEMENT_TYPE_UNDEFINED; in xmlGetDtdElementDesc2()
3393 switch (elemDecl->etype) { in xmlIsMixedElement()
[all …]
Dparser.c140 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParserEntityCheck()
2635 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) || in xmlParserHandlePEReference()
2636 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) { in xmlParserHandlePEReference()
2648 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference()
2689 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference()
2804 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlStringLenDecodeEntities()
4078 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseAttValueComplex()
4094 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) { in xmlParseAttValueComplex()
4129 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParseAttValueComplex()
7259 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseReference()
[all …]
/external/libxml2/include/libxml/
Dentities.h52 xmlEntityType etype; /* The entity type */ member
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java967 int etype = _exptype(current); // may call nextNode() in next() local
969 if (NULL == etype) in next()
972 if (etype != expandedTypeID) in next()
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcompat.py66 etype, exc, tb = exc_info

12