| /src/external/bsd/tmux/dist/ |
| osdep-haiku.c | 30 team_info tinfo; local 35 if (get_team_info(tid, &tinfo) != B_OK) 39 return (xstrdup(tinfo.args));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| x86-linux-nat.c | 120 struct btrace_target_info *tinfo = nullptr; 124 tinfo = linux_enable_btrace (ptid, conf); 132 return tinfo; 138 x86_linux_nat_target::disable_btrace (struct btrace_target_info *tinfo) 140 enum btrace_error errcode = linux_disable_btrace (tinfo); 149 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo) 152 linux_disable_btrace (tinfo); 118 struct btrace_target_info *tinfo = nullptr; local
|
| inflow.c | 192 terminal_info *tinfo = get_inflow_inferior_data (inf); 198 tinfo->process_group = inf->pid; 201 xfree (tinfo->ttystate); 202 tinfo->ttystate = serial_copy_tty_state (stdin_serial, initial_gdb_ttystate); 271 terminal_info *tinfo = get_inflow_inferior_data (inf); 289 if (!tinfo->run_terminal.empty ()) 290 res = is_gdb_terminal (tinfo->run_terminal.c_str ()); 316 terminal_info *tinfo = get_inflow_inferior_data (inf); 319 && tinfo->ttystate != NULL 330 result = fcntl (0, F_SETFL, tinfo->tflags) 191 terminal_info *tinfo = get_inflow_inferior_data (inf); local 270 terminal_info *tinfo = get_inflow_inferior_data (inf); local 315 terminal_info *tinfo = get_inflow_inferior_data (inf); local 436 terminal_info *tinfo = get_inflow_inferior_data (inf); local 680 struct terminal_info *tinfo; local 861 struct terminal_info *tinfo = get_inflow_inferior_data (inf); local 886 struct terminal_info *tinfo = get_inflow_inferior_data (inf); local [all...] |
| /src/tests/lib/libcurses/director/ |
| director.c | 210 char tinfo[MAXPATHLEN]; local 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 224 if ((tinfo = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE, 227 if (setenv("TERMINFO", tinfo, 1) != 0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| x86-linux-nat.c | 225 struct btrace_target_info *tinfo = nullptr; 229 tinfo = linux_enable_btrace (ptid, conf); 237 return tinfo; 243 x86_linux_nat_target::disable_btrace (struct btrace_target_info *tinfo) 245 enum btrace_error errcode = linux_disable_btrace (tinfo); 254 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo) 257 linux_disable_btrace (tinfo); 223 struct btrace_target_info *tinfo = nullptr; local
|
| inflow.c | 192 terminal_info *tinfo = get_inflow_inferior_data (inf); 198 tinfo->process_group = inf->pid; 201 xfree (tinfo->ttystate); 202 tinfo->ttystate = serial_copy_tty_state (stdin_serial, initial_gdb_ttystate); 271 terminal_info *tinfo = get_inflow_inferior_data (inf); 289 if (!tinfo->run_terminal.empty ()) 290 res = is_gdb_terminal (tinfo->run_terminal.c_str ()); 316 terminal_info *tinfo = get_inflow_inferior_data (inf); 319 && tinfo->ttystate != NULL 330 result = fcntl (0, F_SETFL, tinfo->tflags) 191 terminal_info *tinfo = get_inflow_inferior_data (inf); local 270 terminal_info *tinfo = get_inflow_inferior_data (inf); local 315 terminal_info *tinfo = get_inflow_inferior_data (inf); local 436 terminal_info *tinfo = get_inflow_inferior_data (inf); local 680 struct terminal_info *tinfo; local 861 struct terminal_info *tinfo = get_inflow_inferior_data (inf); local 886 struct terminal_info *tinfo = get_inflow_inferior_data (inf); local [all...] |
| /src/sys/dev/ic/ |
| aic79xx_osm.c | 324 struct ahd_initiator_tinfo *tinfo; local 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 836 struct ahd_initiator_tinfo *tinfo; local [all...] |
| aic7xxx_osm.c | 328 struct ahc_initiator_tinfo *tinfo; local 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 1117 struct ahc_initiator_tinfo *tinfo; local [all...] |
| osiop.c | 1785 struct osiop_tinfo *tinfo = &sc->sc_tinfo[target]; local 1793 if (tinfo->period) { 1795 xm.xm_period = tinfo->period; 1796 xm.xm_offset = tinfo->offset;
|
| /src/sys/dev/ieee1394/ |
| fwdev.c | 497 const struct tcode_info *tinfo; local 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 867 const struct tcode_info *tinfo; local [all...] |
| firewire.c | 2166 const struct tcode_info *tinfo; local 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)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/safestack/ |
| safestack.cc | 124 struct tinfo { struct 136 struct tinfo *tinfo = (struct tinfo *)arg; local 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 [all...] |
| /src/sys/arch/xen/x86/ |
| cpu.c | 1088 const volatile vcpu_time_info_t *tinfo = &ci->ci_vcpu->time; local 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;
|
| /src/external/bsd/iscsi/dist/src/initiator/ |
| iscsi-initiator.c | 535 initiator_target_t tinfo; local 552 (void) memset(&tinfo, 0x0, sizeof(tinfo)); 702 get_target_info(u, &tinfo); 703 if ((colon = strrchr(tinfo.TargetName, ':')) == NULL) { 704 colon = tinfo.TargetName; 728 tv.v[tv.c].host = strdup(tinfo.name); 729 tv.v[tv.c].ip = strdup(tinfo.ip); 730 tv.v[tv.c].targetname = strdup(tinfo.TargetName); 758 virtdir_add(&iscsi, name, cc, 'l', tinfo.name [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| resource.cc | 876 struct target_info *tinfo = NULL; 909 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; 910 tinfo; tinfo = tinfo->next) 911 if (tinfo->uid == INSN_UID (target)) 917 if (tinfo && tinfo->block != -1 918 && ! BB_HEAD (BASIC_BLOCK_FOR_FN (cfun, tinfo->block))->deleted ()) 919 b = tinfo->block 869 struct target_info *tinfo = NULL; local 1263 struct target_info *tinfo; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| resource.cc | 876 struct target_info *tinfo = NULL; 909 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; 910 tinfo; tinfo = tinfo->next) 911 if (tinfo->uid == INSN_UID (target)) 917 if (tinfo && tinfo->block != -1 918 && ! BB_HEAD (BASIC_BLOCK_FOR_FN (cfun, tinfo->block))->deleted ()) 919 b = tinfo->block 869 struct target_info *tinfo = NULL; local 1263 struct target_info *tinfo; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-btrace.c | 279 perf_event_read_bts (btrace_target_info *tinfo, const uint8_t *begin, 291 reg_buffer_common *regcache = get_thread_regcache_for_ptid (tinfo->ptid); 522 std::unique_ptr<linux_btrace_target_info> tinfo 525 tinfo->conf.format = BTRACE_FORMAT_BTS; 527 tinfo->attr.size = sizeof (tinfo->attr); 528 tinfo->attr.type = PERF_TYPE_HARDWARE; 529 tinfo->attr.config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS; 530 tinfo->attr.sample_period = 1; 533 tinfo->attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_ADDR 827 linux_btrace_target_info *tinfo local 837 delete tinfo; local 842 delete tinfo; local 983 linux_btrace_target_info *tinfo local [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-record-btrace.c | 66 thread_info *tinfo; local 76 tinfo = obj->thread; 78 if (tinfo == NULL || btrace_is_empty (tinfo)) 84 if (btrace_find_insn_by_number (&iter, &tinfo->btrace, obj->number) == 0) 109 thread_info *tinfo; local 119 tinfo = obj->thread; 121 if (tinfo == NULL || btrace_is_empty (tinfo)) 127 if (btrace_find_call_by_number (&iter, &tinfo->btrace, obj->number) == 0 334 thread_info *tinfo; local 445 thread_info *tinfo; local 676 const struct thread_info * const tinfo = record->thread; local 697 thread_info * tinfo = record->thread; local 715 thread_info *const tinfo = record->thread; local 737 thread_info *const tinfo = record->thread; local 759 thread_info *const tinfo = record->thread; local 788 thread_info *const tinfo = record->thread; local 919 thread_info *const tinfo = record->thread; local 958 thread_info *const tinfo = record->thread; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-btrace.c | 279 perf_event_read_bts (btrace_target_info *tinfo, const uint8_t *begin, 291 reg_buffer_common *regcache = get_thread_regcache_for_ptid (tinfo->ptid); 469 std::unique_ptr<linux_btrace_target_info> tinfo 472 tinfo->conf.format = BTRACE_FORMAT_BTS; 474 tinfo->attr.size = sizeof (tinfo->attr); 475 tinfo->attr.type = PERF_TYPE_HARDWARE; 476 tinfo->attr.config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS; 477 tinfo->attr.sample_period = 1; 480 tinfo->attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_ADDR 757 linux_btrace_target_info *tinfo local 767 delete tinfo; local 772 delete tinfo; local 913 linux_btrace_target_info *tinfo local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-record-btrace.c | 65 thread_info *tinfo; local 75 tinfo = obj->thread; 77 if (tinfo == NULL || btrace_is_empty (tinfo)) 83 if (btrace_find_insn_by_number (&iter, &tinfo->btrace, obj->number) == 0) 108 thread_info *tinfo; local 118 tinfo = obj->thread; 120 if (tinfo == NULL || btrace_is_empty (tinfo)) 126 if (btrace_find_call_by_number (&iter, &tinfo->btrace, obj->number) == 0 322 thread_info *tinfo; local 618 const struct thread_info * const tinfo = record->thread; local 639 thread_info * tinfo = record->thread; local 658 thread_info *const tinfo = record->thread; local 680 thread_info *const tinfo = record->thread; local 702 thread_info *const tinfo = record->thread; local 731 thread_info *const tinfo = record->thread; local 759 thread_info *const tinfo = record->thread; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| except.cc | 537 tree tinfo = eh_type_info (type); 539 mark_used (tinfo); 536 tree tinfo = eh_type_info (type); local
|
| rtti.cc | 92 /* Names of the tinfo types. Must be same order as TK enumeration 116 /* A vector of all tinfo decls that haven't yet been emitted. */ 439 /* Get or create a tinfo VAR_DECL directly from the provided information. 477 /* Tell equal_address_to that different tinfo decls never 497 /* Add decl to the global array of tinfo decls. */ 1180 tree tinfo = get_void_tinfo_ptr (BINFO_TYPE (base_binfo)); 1184 return class_initializer (ti, type, 1, tinfo); 1205 tree tinfo; 1211 tinfo = get_void_tinfo_ptr (BINFO_TYPE (base_binfo)); 1231 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, tinfo); 1178 tree tinfo = get_void_tinfo_ptr (BINFO_TYPE (base_binfo)); local 1203 tree tinfo; local 1562 tree tinfo = get_tinfo_decl (types[i]); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| except.cc | 532 tree tinfo = eh_type_info (type); 534 mark_used (tinfo); 531 tree tinfo = eh_type_info (type); local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xsym.c | 296 bfd_sym_display_table_summary (f, &dshb->dshb_tinfo, "TINFO"); 1624 bfd_sym_type_information_table_entry tinfo; local 1631 if (bfd_sym_fetch_type_table_information (abfd, &tinfo, value) < 0) 1635 bfd_sym_symbol_name (abfd, tinfo.nte_index)[0], 1636 &bfd_sym_symbol_name (abfd, tinfo.nte_index)[1]); 2172 fprintf (f, "type table (TINFO) contains %lu objects:\n\n", 2176 fprintf (f, "type table (TINFO) contains [INVALID] objects:\n\n"); 2186 fprintf (f, " [%8lu] (TINFO %lu) ", i, sym_index);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xsym.c | 297 bfd_sym_display_table_summary (f, &dshb->dshb_tinfo, "TINFO"); 1625 bfd_sym_type_information_table_entry tinfo; local 1632 if (bfd_sym_fetch_type_table_information (abfd, &tinfo, value) < 0) 1636 bfd_sym_symbol_name (abfd, tinfo.nte_index)[0], 1637 &bfd_sym_symbol_name (abfd, tinfo.nte_index)[1]); 2173 fprintf (f, "type table (TINFO) contains %lu objects:\n\n", 2177 fprintf (f, "type table (TINFO) contains [INVALID] objects:\n\n"); 2187 fprintf (f, " [%8lu] (TINFO %lu) ", i, sym_index);
|