/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_type_hash_win.cc | 62 std::type_info *tinfo; local in function:__ubsan::getDynamicTypeInfoFromVtable 65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); 67 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr; 72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) 77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
|
/src/tests/lib/libcurses/director/ |
director.c | 210 char tinfo[MAXPATHLEN]; local in function:main 211 int l = snprintf(tinfo, sizeof(tinfo), "%s/%s", termpath, 213 if (stat(tinfo, &st) == -1) 214 err(1, "Cannot stat `%s'", tinfo); 216 tinfo[l - 4] = '\0'; 217 if (setenv("TERMINFO", tinfo, 1) != 0) 221 char *tinfo; local in function:main 224 if ((tinfo = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE, 227 if (setenv("TERMINFO", tinfo, 1) != 0 [all...] |
/src/sys/dev/ic/ |
aic79xx_osm.c | 324 struct ahd_initiator_tinfo *tinfo; local in function:ahd_action 356 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, 360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) 423 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, target_id, 438 period = tinfo->user.period; 439 offset = tinfo->user.offset; 440 ppr_options = tinfo->user.ppr_options; 441 width = tinfo->user.width; 457 if (width > tinfo->user.width) 458 width = tinfo->user.width 533 struct ahd_initiator_tinfo *tinfo; local in function:ahd_execute_scb 836 struct ahd_initiator_tinfo *tinfo; local in function:ahd_send_async [all...] |
aic7xxx_osm.c | 328 struct ahc_initiator_tinfo *tinfo; local in function:ahc_action 411 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, target_id, 426 period = tinfo->user.period; 427 offset = tinfo->user.offset; 428 ppr_options = tinfo->user.ppr_options; 429 width = tinfo->user.width; 445 if (width > tinfo->user.width) 446 width = tinfo->user.width; 481 && tinfo->user.transport_version >= 3) { 482 tinfo->goal.transport_version 523 struct ahc_initiator_tinfo *tinfo; local in function:ahc_execute_scb 1117 struct ahc_initiator_tinfo *tinfo; local in function:ahc_send_async [all...] |
osiop.c | 1785 struct osiop_tinfo *tinfo = &sc->sc_tinfo[target]; local in function:osiop_update_xfer_mode 1793 if (tinfo->period) { 1795 xm.xm_period = tinfo->period; 1796 xm.xm_offset = tinfo->offset;
|
aic79xx.c | 140 struct ahd_transinfo *tinfo); 2214 struct ahd_initiator_tinfo *tinfo; local in function:ahd_handle_nonpkt_busfree 2225 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, 2228 tinfo->curr.transport_version = 2; 2229 tinfo->goal.transport_version = 2; 2230 tinfo->goal.ppr_options = 0; 2765 struct ahd_initiator_tinfo *tinfo, 2790 transinfo = &tinfo->user; 2792 transinfo = &tinfo->goal; 2853 struct ahd_initiator_tinfo *tinfo, 2960 struct ahd_initiator_tinfo *tinfo; local in function:ahd_set_syncrate 3106 struct ahd_initiator_tinfo *tinfo; local in function:ahd_set_width 3577 struct ahd_initiator_tinfo *tinfo; local in function:ahd_build_transfer_msg 4162 struct ahd_initiator_tinfo *tinfo; local in function:ahd_parse_msg 4587 struct ahd_initiator_tinfo *tinfo; local in function:ahd_handle_msg_reject 6381 struct ahd_initiator_tinfo *tinfo; local in function:ahd_chip_init 6554 struct ahd_initiator_tinfo *tinfo; local in function:ahd_default_config 6633 struct ahd_initiator_tinfo *tinfo; local in function:ahd_parse_cfgdata [all...] |
aic7xxx.c | 503 struct ahc_transinfo *tinfo; local in function:ahc_handle_seqint 521 tinfo = &targ_info->curr; 541 if (tinfo->protocol_version <= SCSI_REV_2 1301 struct ahc_initiator_tinfo *tinfo; local in function:ahc_handle_scsiint 1308 tinfo = ahc_fetch_transinfo(ahc, 1313 tinfo->curr.transport_version = 2; 1314 tinfo->goal.transport_version = 2; 1315 tinfo->goal.ppr_options = 0; 1636 struct ahc_initiator_tinfo *tinfo, 1667 transinfo = &tinfo->user 1896 struct ahc_initiator_tinfo *tinfo; local in function:ahc_set_syncrate 2022 struct ahc_initiator_tinfo *tinfo; local in function:ahc_set_width 2103 struct ahc_initiator_tinfo *tinfo; local in function:ahc_update_pending_scbs 2364 struct ahc_initiator_tinfo *tinfo; local in function:ahc_build_transfer_msg 2990 struct ahc_initiator_tinfo *tinfo; local in function:ahc_parse_msg 3412 struct ahc_initiator_tinfo *tinfo; local in function:ahc_handle_msg_reject 4662 struct ahc_initiator_tinfo *tinfo; local in function:ahc_init [all...] |
/src/sys/dev/ieee1394/ |
fwdev.c | 497 const struct tcode_info *tinfo; local in function:fw_ioctl 501 tinfo = &fc->tcode[fp->mode.hdr.tcode]; 503 if ((tinfo->flag & FWTI_BLOCK_ASY) != 0) 504 pay_len = MAX(0, asyreq->req.len - tinfo->hdr_len); 534 memcpy(&xfer->send.hdr, fp, tinfo->hdr_len); 536 memcpy(xfer->send.payload, (char *)fp + tinfo->hdr_len, 549 if ((tinfo->flag & FWTI_TLABEL) == 0) 553 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; 558 xfer->recv.pay_len + tinfo->hdr_len) 560 xfer->recv.pay_len + tinfo->hdr_len 820 const struct tcode_info *tinfo; local in function:fw_read_async 867 const struct tcode_info *tinfo; local in function:fw_write_async [all...] |
firewire.c | 2166 const struct tcode_info *tinfo; local in function:fw_rcv_copy 2172 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode]; 2176 memcpy(p, rb->vec->iov_base, tinfo->hdr_len); 2177 rb->vec->iov_base = (u_char *)rb->vec->iov_base + tinfo->hdr_len; 2178 rb->vec->iov_len -= tinfo->hdr_len; 2192 if ((tinfo->flag & FWTI_BLOCK_ASY) == 0)
|
fwohci.c | 136 static const struct tcode_info tinfo[] = { variable in typeref:typename:const struct tcode_info[] 369 sc->fc.tcode = tinfo; 1394 info = &tinfo[tcode]; 2686 hlen = tinfo[fp0->mode.common.tcode].hdr_len; 2706 info = &tinfo[fp->mode.common.tcode];
|
/src/sys/external/bsd/compiler_rt/dist/lib/safestack/ |
safestack.cc | 124 struct tinfo { struct 136 struct tinfo *tinfo = (struct tinfo *)arg; local in function:thread_start 138 void *(*start_routine)(void *) = tinfo->start_routine; 139 void *start_routine_arg = tinfo->start_routine_arg; 141 // Setup the unsafe stack; this will destroy tinfo content 142 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size, 143 tinfo->unsafe_stack_guard) 242 struct tinfo *tinfo = local in function:INTERCEPTOR [all...] |
/src/sys/arch/xen/x86/ |
cpu.c | 1088 const volatile vcpu_time_info_t *tinfo = &ci->ci_vcpu->time; local in function:cpu_get_tsc_freq 1090 vcpu_tversion = tinfo->version; 1091 while (tinfo->version == vcpu_tversion); /* Wait for a time update. XXX: timeout ? */ 1094 freq = freq / (uint64_t)tinfo->tsc_to_system_mul; 1095 if (tinfo->tsc_shift < 0) 1096 freq = freq << -tinfo->tsc_shift; 1098 freq = freq >> tinfo->tsc_shift;
|