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

12

/external/fio/
H A Dtd_error.c16 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype, argument
21 if (!td->o.ignore_error[etype]) {
22 td->o.ignore_error[etype] = __NON_FATAL_ERR;
23 td->o.ignore_error_nr[etype] = sizeof(__NON_FATAL_ERR)
27 if (!(td->o.continue_on_error & (1 << etype)))
29 for (i = 0; i < td->o.ignore_error_nr[etype]; i++)
30 if (td->o.ignore_error[etype][i] == err)
H A Dtd_error.h23 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype,
H A Doptions.c242 static int ignore_error_type(struct thread_data *td, int etype, char *str) argument
248 if (etype >= ERROR_TYPE_CNT) {
253 td->o.ignore_error_nr[etype] = 4;
265 if (i == td->o.ignore_error_nr[etype]) {
266 td->o.ignore_error_nr[etype] <<= 1;
267 error = realloc(error, td->o.ignore_error_nr[etype]
286 td->o.continue_on_error |= 1 << etype;
287 td->o.ignore_error_nr[etype] = i;
288 td->o.ignore_error[etype] = error;
/external/tcpdump/
H A Dprint-symantec.c45 uint16_t etype; local
49 etype = EXTRACT_16BITS(&sp->ether_type);
51 if (etype <= ETHERMTU)
52 ND_PRINT((ndo, "invalid ethertype %u", etype));
55 tok2str(ethertype_values,"Unknown", etype),
56 etype));
58 if (etype <= ETHERMTU)
59 ND_PRINT((ndo, "invalid ethertype %u", etype));
61 ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)));
/external/libpng/contrib/visupng/
H A Dcexcept.h196 #define define_exception_type(etype) \
200 volatile struct { etype etmp; } v; \
206 /* avoid warnings about a duplicate volatile qualifier in case etype */
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
H A Dremoteconf.c420 check_etypeok( struct remoteconf *rmconf, u_int8_t etype) argument
425 if (e->type == etype)
511 struct etypes *etype = p->etypes; local
523 while (etype) {
524 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type),
525 etype->next != NULL ? ", " : ";\n");
526 etype = etype->next;
H A Disakmp.c544 switch (isakmp->etype) {
577 isakmp->etype) < 0)
599 if (iph1->etype != isakmp->etype) {
603 s_isakmp_etype(iph1->etype),
604 s_isakmp_etype(isakmp->etype));
626 isakmp->etype);
752 isakmp->etype, saddr2str(remote));
769 isakmp->etype, saddr2str(remote));
797 if (ph1exchange[etypesw1(iph1->etype)]
1121 isakmp_ph1begin_r(vchar_t *msg, struct sockaddr *remote, struct sockaddr *local, u_int8_t etype) argument
[all...]
H A Dhandler.h130 u_int8_t etype; /* Exchange type actually for use */ member in struct:ph1handle
416 u_int8_t etype; member in struct:ph1dump
H A Disakmp.h69 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
H A Dhandler.c245 pd->etype = iph1->etype;
1368 if (iph1->etype == e->type)
1378 if (iph1->etype == ISAKMP_ETYPE_AGG &&
1471 if (iph1->etype != ISAKMP_ETYPE_AGG &&
H A Doakley.c984 if (iph1->etype != ISAKMP_ETYPE_BASE) {
986 "invalid etype for this hash function\n");
1125 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1127 "invalid etype for this hash function\n");
1291 switch (iph1->etype) {
1304 "invalid etype %d\n", iph1->etype);
1480 switch (iph1->etype) {
1493 "invalid etype %d\n", iph1->etype);
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemVariable.java412 int etype = t.getXSLToken();
414 if (Constants.ELEMNAME_VALUEOF == etype)
427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype)
/external/libxml2/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
/external/skia/src/views/
H A DSkEvent.cpp187 SkString etype; local
188 this->getType(&etype);
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java967 int etype = _exptype(current); // may call nextNode()
969 if (NULL == etype)
972 if (etype != expandedTypeID)
/external/libxml2/
H A Dvalid.c300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
326 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
819 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT)
1472 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) {
1486 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) {
1561 ret->etype = type;
1625 cur->etype = elem->etype;
1668 switch (elem->etype) {
3224 cur->etype
[all...]
H A Dentities.c166 ret->etype = (xmlEntityType) type;
921 cur->etype = ent->etype;
1004 switch (ent->etype) {
H A Dparser.c140 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) &&
2643 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) ||
2644 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) {
2656 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) &&
2697 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) &&
2812 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
4107 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
4123 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) {
4160 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) &&
7294 (ent->etype
[all...]
H A DdebugXML.c609 switch (elem->etype) {
668 switch (ent->etype) {
773 switch (ent->etype) {
790 fprintf(ctxt->output, "ENTITY_%d ! ", (int) ent->etype);
1241 switch (cur->etype) {
1259 "Unknown entity type %d\n", cur->etype);
/external/libpcap/
H A Dpcap-usb-linux.c477 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; local
507 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, &timestamp, &etype,
547 if (etype == 'C')
559 uhdr->event_type = etype;
H A Dpcap-dos.c838 static WORD etype; variable
848 etype = ep->ether_type;
864 *type = etype;
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp_oe.c640 u16_t etype; local
649 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC;
650 ethhdr->type = htons(etype);
655 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype,
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java756 int etype = exprType;
759 if (is2word(etype, dim)) {
764 else if (etype == VOID)
/external/mesa3d/src/mesa/main/
H A Derrors.c644 * the given IDs in the namespace defined by 'esource' and 'etype'
648 * the combination of 'esource', 'etype', and 'eseverity'.
651 control_app_messages(struct gl_context *ctx, GLenum esource, GLenum etype, argument
659 type = enum_to_index(etype);

Completed in 487 milliseconds

12