Searched defs:etype (Results 1 - 25 of 30) 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 Doptions.c239 static int ignore_error_type(struct thread_data *td, int etype, char *str) argument
245 if (etype >= ERROR_TYPE_CNT) {
250 td->o.ignore_error_nr[etype] = 4;
262 if (i == td->o.ignore_error_nr[etype]) {
263 td->o.ignore_error_nr[etype] <<= 1;
264 error = realloc(error, td->o.ignore_error_nr[etype]
283 td->o.continue_on_error |= 1 << etype;
284 td->o.ignore_error_nr[etype] = i;
285 td->o.ignore_error[etype] = error;
/external/tcpdump/
H A Dprint-symantec.c52 u_int16_t etype; local
56 etype = EXTRACT_16BITS(&sp->ether_type);
58 if (etype <= ETHERMTU)
59 (void)printf("invalid ethertype %u", etype);
62 tok2str(ethertype_values,"Unknown", etype),
63 etype);
65 if (etype <= ETHERMTU)
66 (void)printf("invalid ethertype %u", etype);
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
H A Daddrtoname.c816 u_short etype = htons(eproto_db[i].p); local
818 memcpy((char *)&protoid[3], (char *)&etype, 2);
H A Disakmp.h109 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
/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(rmconf, etype)
422 u_int8_t etype;
427 if (e->type == etype)
513 struct etypes *etype = p->etypes; local
525 while (etype) {
526 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type),
527 etype->next != NULL ? ", " : ";\n");
528 etype = etype->next;
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
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dtree.h318 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
/external/libxml2/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dtree.h356 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
/external/openssl/crypto/cms/
H A Dcms_lib.c290 ASN1_OBJECT **petype, *etype; local
296 etype = OBJ_dup(oid);
297 if (!etype)
300 *petype = etype;
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/external/chromium_org/third_party/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/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/chromium_org/third_party/mesa/src/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);
/external/libpcap/
H A Dpcap-dos.c840 static WORD etype; variable
850 etype = ep->ether_type;
866 *type = etype;
H A Dpcap-usb-linux.c474 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; local
504 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, &timestamp, &etype,
544 if (etype == 'C')
556 uhdr->event_type = etype;
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c400 create_arg_exp(enum filter_exp_type etype) argument
406 arg->op.type = etype;
412 create_arg_cmp(enum filter_exp_type etype) argument
419 arg->op.type = etype;
634 enum filter_exp_type *etype)
637 *etype = FILTER_EXP_NONE;
652 *etype = FILTER_EXP_ADD;
654 *etype = FILTER_EXP_SUB;
656 *etype = FILTER_EXP_MUL;
658 *etype
631 process_op(const char *token, enum filter_op_type *btype, enum filter_cmp_type *ctype, enum filter_exp_type *etype) argument
899 enum filter_exp_type etype; local
[all...]
/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);
/external/openssl/ssl/
H A Dkssl.c916 unsigned char *kssl_skip_confound(krb5_enctype etype, unsigned char *a) argument
923 conlen = (etype)? 8: 0;
1276 new5ticket->enc_part.enctype = asn1ticket->encdata->etype->data[0];
2056 enctype = dec_authent->etype->data[0]; /* should = kssl_ctx->enctype */
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c2322 PyObject *etype, *eval, *etb; local
2323 PyErr_Fetch(&etype, &eval, &etb);
2328 PyErr_Restore(etype, eval, etb);

Completed in 618 milliseconds

12