Searched refs:datatype (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.h54 int angel_RDI_setwatch(ARMword address, unsigned type, unsigned datatype,
58 int angel_RDI_pointinq(ARMword *address, unsigned type, unsigned datatype,
H A Ddbg_rdi.h436 typedef int rdi_setwatch_proc(ARMword address, unsigned type, unsigned datatype,
443 unsigned datatype, ARMword *bound);
H A Dardi.c1014 int angel_RDI_pointinq(ARMword *address, unsigned type, unsigned datatype, argument
1022 ("angel_RDI_pointinq: address=%.8lx type=%d datatype=%d bound=%.8lx ",
1023 (unsigned long)*address, type, datatype, (unsigned long)*bound));
1027 ((datatype == 0) ? ADP_SetBreak : ADP_SetWatch) | HtoT, 0,
1029 if (datatype == 0)
1032 len += msgbuild(BUFFERDATA(packet->pk_buffer) + 21, "%b%w", datatype, bound);
1037 reason = ((datatype == 0) ? ADP_SetBreak : ADP_SetWatch | TtoH);
1130 int angel_RDI_setwatch(ARMword address, unsigned type, unsigned datatype, argument
1142 ADP_HandleUnknown, address, type, datatype, bound);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_capture.c1109 enum guc_capture_type datatype; local
1188 datatype = FIELD_GET(CAP_HDR_CAPTURE_TYPE, hdr.info);
1189 if (datatype > GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE) {
1209 if (datatype == GUC_CAPTURE_LIST_TYPE_GLOBAL) {
1212 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_CLASS &&
1218 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE &&
1234 if (datatype != GUC_CAPTURE_LIST_TYPE_GLOBAL)
1236 datatype);
1239 node->reginfo[datatype].vfid = FIELD_GET(CAP_HDR_CAPTURE_VFID, hdr.owner);
1240 switch (datatype) {
1424 const char *datatype[GUC_CAPTURE_LIST_TYPE_MAX] = { local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D150_post_form.t38 if ( $case->{datatype}[0] eq 'HASH' ) {
/openbsd-current/sbin/iked/
H A Dca.c233 uint8_t datatype; local
252 if (len < sizeof(datatype)) {
257 memcpy(&datatype, ptr, sizeof(datatype));
258 ptr += sizeof(datatype);
259 len -= sizeof(datatype);
262 if (datatype != IKEV2_CERT_X509_CERT) {
265 print_map(datatype, ikev2_cert_map));
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.c396 sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags,
400 hashvalue_type hash = pkt_hash_rrset(pkt, sigset->dname, datatype,
403 log_assert( datatype != LDNS_RR_TYPE_RRSIG );
407 datatype, sigset->rrset_class, hash, rrset_flags,
432 dataset->type = datatype;
395 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, int hasother, sldns_pkt_section section, struct regional* region) argument
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.c396 sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags,
400 hashvalue_type hash = pkt_hash_rrset(pkt, sigset->dname, datatype,
403 log_assert( datatype != LDNS_RR_TYPE_RRSIG );
407 datatype, sigset->rrset_class, hash, rrset_flags,
432 dataset->type = datatype;
395 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, int hasother, sldns_pkt_section section, struct regional* region) argument
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm100 it should look. The trick, then, is to know what the raw datatype is
109 datatype, and C<mstat("marker")> function to report on memory usage
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH4025 * the variable argument list datatype, va_list, in a format

Completed in 284 milliseconds