| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_suppressions.cpp | 94 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() argument 96 if (suppression_ctx->Match(info.function, stype, sp) || in IsSuppressed() 97 suppression_ctx->Match(info.file, stype, sp) || in IsSuppressed() 98 suppression_ctx->Match(info.module, stype, sp)) { in IsSuppressed() 111 const char *stype = conv(typ); in IsSuppressed() local 112 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() 116 uptr pc = IsSuppressed(stype, frame->info, sp); in IsSuppressed() 120 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr) in IsSuppressed() 130 const char *stype = conv(typ); in IsSuppressed() local 131 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() [all …]
|
| /openbsd/src/usr.bin/vi/common/ |
| D | seq.c | 37 CHAR_T *output, size_t olen, seq_t stype, int flags) in seq_set() argument 51 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) { in seq_set() 106 qp->stype = stype; in seq_set() 130 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete() argument 134 if ((qp = seq_find(sp, NULL, NULL, input, ilen, stype, NULL)) == NULL) in seq_delete() 166 seq_t stype, int *ispartialp) in seq_find() argument 193 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 200 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 264 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump() argument 274 if (stype != qp->stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_dump() [all …]
|
| D | seq.h | 33 seq_t stype; /* Sequence type. */ member
|
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_map.c | 45 seq_t stype; in ex_map() local 48 stype = FL_ISSET(cmdp->iflags, E_C_FORCE) ? SEQ_INPUT : SEQ_COMMAND; in ex_map() 52 if (seq_dump(sp, stype, 1) == 0) in ex_map() 53 msgq(sp, M_INFO, stype == SEQ_INPUT ? in ex_map() 76 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, in ex_map() 80 sp->gp->scr_fmap(sp, stype, input, cmdp->argv[0]->len, in ex_map() 85 nofunc: if (stype == SEQ_COMMAND && input[1] == '\0') in ex_map() 96 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, SEQ_USERDEF)); in ex_map()
|
| /openbsd/src/usr.sbin/ldomd/ |
| D | ds.c | 64 DPRINTF(("CTRL/0x%02x/0x%02x\n", lp->stype, lp->ctrl)); in ldc_rx_ctrl() 75 switch (lp->stype) { in ldc_rx_ctrl_vers() 107 DPRINTF(("CTRL/0x%02x/VERS\n", lp->stype)); in ldc_rx_ctrl_vers() 116 switch (lp->stype) { in ldc_rx_ctrl_rts() 143 DPRINTF(("CTRL/0x%02x/RTS\n", lp->stype)); in ldc_rx_ctrl_rts() 152 switch (lp->stype) { in ldc_rx_ctrl_rtr() 182 DPRINTF(("CTRL/0x%02x/RTR\n", lp->stype)); in ldc_rx_ctrl_rtr() 191 switch (lp->stype) { in ldc_rx_ctrl_rdx() 216 DPRINTF(("CTRL/0x%02x/RDX\n", lp->stype)); in ldc_rx_ctrl_rdx() 227 if (lp->stype != LDC_INFO && lp->stype != LDC_ACK) { in ldc_rx_data() [all …]
|
| D | ds.h | 33 uint8_t stype; member
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | ldc.c | 64 DPRINTF(("CTRL/0x%02x/0x%02x\n", lp->stype, lp->ctrl)); in ldc_rx_ctrl() 73 switch (lp->stype) { in ldc_rx_ctrl_vers() 101 DPRINTF(("CTRL/0x%02x/VERS\n", lp->stype)); in ldc_rx_ctrl_vers() 110 switch (lp->stype) { in ldc_rx_ctrl_rts() 133 DPRINTF(("CTRL/0x%02x/RTS\n", lp->stype)); in ldc_rx_ctrl_rts() 142 switch (lp->stype) { in ldc_rx_ctrl_rtr() 166 DPRINTF(("CTRL/0x%02x/RTR\n", lp->stype)); in ldc_rx_ctrl_rtr() 175 switch (lp->stype) { in ldc_rx_ctrl_rdx() 198 DPRINTF(("CTRL/0x%02x/RDX\n", lp->stype)); in ldc_rx_ctrl_rdx() 209 if (lp->stype != LDC_INFO) { in ldc_rx_data() [all …]
|
| D | vnet.c | 433 DPRINTF(("%0x02/%0x02/%0x02\n", lp->type, lp->stype, in vnet_rx_intr() 504 DPRINTF(("CTRL/0x%02x/0x%04x\n", tag->stype, tag->stype_env)); in vnet_rx_vio_ctrl() 514 switch (vi->tag.stype) { in vnet_rx_vio_ver_info() 523 vi->tag.stype = VIO_SUBTYPE_NACK; in vnet_rx_vio_ver_info() 529 vi->tag.stype = VIO_SUBTYPE_NACK; in vnet_rx_vio_ver_info() 536 vi->tag.stype = VIO_SUBTYPE_ACK; in vnet_rx_vio_ver_info() 553 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype)); in vnet_rx_vio_ver_info() 567 switch (ai->tag.stype) { in vnet_rx_vio_attr_info() 572 ai->tag.stype = VIO_SUBTYPE_ACK; in vnet_rx_vio_attr_info() 588 DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype)); in vnet_rx_vio_attr_info() [all …]
|
| D | vdsk.c | 451 DPRINTF(("%0x02/%0x02/%0x02\n", lp->type, lp->stype, in vdsk_rx_intr() 514 DPRINTF(("CTRL/0x%02x/0x%04x\n", tag->stype, tag->stype_env)); in vdsk_rx_vio_ctrl() 524 switch (vi->tag.stype) { in vdsk_rx_vio_ver_info() 541 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype)); in vdsk_rx_vio_ver_info() 554 switch (ai->tag.stype) { in vdsk_rx_vio_attr_info() 577 DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype)); in vdsk_rx_vio_attr_info() 591 switch (dr->tag.stype) { in vdsk_rx_vio_dring_reg() 610 DPRINTF(("CTRL/0x%02x/DRING_REG\n", dr->tag.stype)); in vdsk_rx_vio_dring_reg() 621 switch(tag->stype) { in vdsk_rx_vio_rdx() 659 DPRINTF(("CTRL/0x%02x/RDX (VIO)\n", tag->stype)); in vdsk_rx_vio_rdx() [all …]
|
| D | vdsp.c | 484 DPRINTF(("0x%02x/0x%02x/0x%02x\n", lp->type, lp->stype, in vdsp_rx_intr() 544 DPRINTF(("CTRL/0x%02x/0x%04x\n", tag->stype, tag->stype_env)); in vdsp_rx_vio_ctrl() 554 switch (vi->tag.stype) { in vdsp_rx_vio_ver_info() 563 vi->tag.stype = VIO_SUBTYPE_NACK; in vdsp_rx_vio_ver_info() 570 vi->tag.stype = VIO_SUBTYPE_NACK; in vdsp_rx_vio_ver_info() 581 vi->tag.stype = VIO_SUBTYPE_ACK; in vdsp_rx_vio_ver_info() 594 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype)); in vdsp_rx_vio_ver_info() 604 switch (ai->tag.stype) { in vdsp_rx_vio_attr_info() 612 ai->tag.stype = VIO_SUBTYPE_NACK; in vdsp_rx_vio_attr_info() 627 DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype)); in vdsp_rx_vio_attr_info() [all …]
|
| D | viovar.h | 24 uint8_t stype; member 32 uint8_t stype; member
|
| D | ldcvar.h | 46 uint8_t stype; member
|
| /openbsd/src/usr.bin/mandoc/ |
| D | roff_escape.c | 81 enum mandoc_esc stype; /* for sub-escape */ in roff_escape() local 270 stype = ESCAPE_EXPAND; in roff_escape() 273 stype = roff_escape(buf, ln, iendarg, in roff_escape() 275 if (stype == ESCAPE_EXPAND) in roff_escape() 280 if (stype == ESCAPE_UNDEF) in roff_escape() 282 if (stype != ESCAPE_EXPAND && stype != ESCAPE_UNDEF) { in roff_escape() 349 stype = roff_escape(buf, ln, iendarg, in roff_escape() 351 if (stype == ESCAPE_EXPAND) in roff_escape() 357 if (stype != ESCAPE_UNDEF) in roff_escape()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | go32-nat.c | 1263 unsigned stype:5 __attribute__((packed)); member 1279 unsigned stype:5 __attribute__((packed)); member 1350 return (int)((struct seg_descr *)descr)->stype; in get_descriptor() 1387 && (allowed_descriptors[type] & (1 << descr.stype)) != 0) in display_descriptor() 1394 if (descr.stype == 1 || descr.stype == 2 || descr.stype == 3 in display_descriptor() 1395 || descr.stype == 9 || descr.stype == 11 in display_descriptor() 1396 || (descr.stype >= 16 && descr.stype < 32)) in display_descriptor() 1400 switch (descr.stype) in display_descriptor() 1405 descr.stype == 3 ? "" : "in"); in display_descriptor() 1427 descr.stype == 6 ? "Interrupt" : "Trap"); in display_descriptor() [all …]
|
| /openbsd/src/bin/ksh/ |
| D | eval.c | 147 short stype; /* [=+-?%#] action after expanded word */ member 292 int stype; in expand() local 296 type = varsub(&x, varname, sp, &stype, &slen); in expand() 326 st->stype = stype; in expand() 332 if (stype) in expand() 334 switch (stype & 0x7f) { in expand() 398 switch (st->stype&0x7f) { in expand() 409 dp, st->stype); in expand() 743 int stype; /* substitution type */ in varsub() local 786 stype = 0; in varsub() [all …]
|
| /openbsd/src/usr.bin/fstat/ |
| D | fstat.c | 745 char *stype, stypebuf[24]; in socktrans() local 766 stype = stypebuf; in socktrans() 768 stype = stypename[kf->so_type]; in socktrans() 784 printf("* internet %s", stype); in socktrans() 791 printf("* internet6 %s", stype); in socktrans() 799 printf("* unix %s", stype); in socktrans() 822 printf("* mpls %s", stype); in socktrans() 828 printf("* route %s", stype); in socktrans() 833 printf("* pfkey %s", stype); in socktrans() 839 printf("* %d %s", kf->so_family, stype); in socktrans()
|
| /openbsd/src/usr.bin/vi/cl/ |
| D | cl_term.c | 125 (void)cl_pfmap(sp, qp->stype, in cl_term_init() 157 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, in cl_fmap() argument 166 return (cl_pfmap(sp, stype, from, flen, to, tlen)); in cl_fmap() 174 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, in cl_pfmap() argument 194 p, strlen(p), to, tlen, stype, SEQ_NOOVERWRITE | SEQ_SCREEN)); in cl_pfmap()
|
| /openbsd/src/games/hunt/huntd/ |
| D | driver.c | 732 int btype, stype; in zap() local 736 for (stype = MAXSLIME - 1; stype > 0; stype--) in zap() 737 if (expl_charge >= slime_req[stype]) in zap() 740 if (btype >= 0 && stype >= 0) { in zap() 741 if (shot_req[btype] > slime_req[stype]) in zap()
|
| /openbsd/src/regress/usr.sbin/rpki-client/ |
| D | repo-dummy.c | 9 repo_stat_inc(struct repo *repo, int tal, enum rtype type, enum stype subtype) in repo_stat_inc()
|
| /openbsd/src/usr.bin/ftp/ |
| D | small.h | 22 extern char *stype[];
|
| D | small.c | 180 char *stype[] = { variable 193 stype[1] = "binary"; in setbinary() 194 settype(2, stype); in setbinary()
|
| /openbsd/src/sys/scsi/ |
| D | ses.c | 408 enum sensor_type stype; in ses_make_sensors() local 457 stype = SENSOR_INDICATOR; in ses_make_sensors() 462 stype = SENSOR_PERCENT; in ses_make_sensors() 467 stype = SENSOR_TEMP; in ses_make_sensors() 482 sensor->se_sensor.type = stype; in ses_make_sensors()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | dbxout.c | 527 dbxout_stabd (int stype, int sdesc) in dbxout_stabd() argument 530 dbxout_int (stype); in dbxout_stabd() 542 dbxout_begin_stabn (int stype) in dbxout_begin_stabn() argument 545 dbxout_int (stype); in dbxout_begin_stabn() 565 dbxout_begin_empty_stabs (int stype) in dbxout_begin_empty_stabs() argument 569 dbxout_int (stype); in dbxout_begin_empty_stabs() 576 dbxout_begin_simple_stabs (const char *str, int stype) in dbxout_begin_simple_stabs() argument 581 dbxout_int (stype); in dbxout_begin_simple_stabs() 587 dbxout_begin_simple_stabs_desc (const char *str, int stype, int sdesc) in dbxout_begin_simple_stabs_desc() argument 592 dbxout_int (stype); in dbxout_begin_simple_stabs_desc()
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd_local.h | 56 int stype; member
|
| /openbsd/src/sbin/iked/ |
| D | radius.c | 673 iked_radius_acct_request(struct iked *env, struct iked_sa *sa, uint8_t stype) in iked_radius_acct_request() argument 717 radius_put_uint32_attr(pkt, RADIUS_TYPE_ACCT_STATUS_TYPE, stype); in iked_radius_acct_request() 759 switch (stype) { in iked_radius_acct_request()
|