| /freebsd-9-stable/contrib/binutils/gas/po/ |
| D | POTFILES.in | 29 config/tc-alpha.c 30 config/tc-alpha.h 31 config/tc-arc.c 32 config/tc-arc.h 33 config/tc-arm.c 34 config/tc-arm.h 35 config/tc-avr.c 36 config/tc-avr.h 37 config/tc-bfin.c 38 config/tc-bfin.h [all …]
|
| D | gas.pot | 432 #: atof-generic.c:417 config/tc-m68k.c:3342 609 #: config/obj-coff.c:1595 config/tc-ppc.c:4617 614 #: config/obj-coff.c:1623 config/tc-ppc.c:4635 config/tc-tic54x.c:4285 638 #: config/obj-elf.c:322 config/tc-sparc.c:4053 config/tc-v850.c:450 807 #: config/tc-alpha.c:592 812 #: config/tc-alpha.c:599 817 #: config/tc-alpha.c:606 822 #: config/tc-alpha.c:615 827 #: config/tc-alpha.c:665 832 #: config/tc-alpha.c:695 [all …]
|
| /freebsd-9-stable/tools/tools/termcap/ |
| D | termcap.pl | 63 my $tc = ""; 68 $tc .= $l; 71 $tc =~ s/:\\\s+:/:/g; 73 my @a = split(/:/, $tc); 77 $tcs{$b[0]} = $tc; 79 $tcs{$a[0]} = $tc; 81 if (length($tc) - length($a[0]) > 1023) { 82 print "$a[0] has a length of ", length($tc) - length($a[0]), "\n"; 85 $tc = ""; 88 my %tc = (); [all …]
|
| /freebsd-9-stable/contrib/expat/tests/ |
| D | minicheck.c | 29 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); in tcase_create() local 30 if (tc != NULL) { in tcase_create() 31 tc->name = name; in tcase_create() 33 return tc; in tcase_create() 37 suite_add_tcase(Suite *suite, TCase *tc) in suite_add_tcase() argument 40 assert(tc != NULL); in suite_add_tcase() 41 assert(tc->next_tcase == NULL); in suite_add_tcase() 43 tc->next_tcase = suite->tests; in suite_add_tcase() 44 suite->tests = tc; in suite_add_tcase() 48 tcase_add_checked_fixture(TCase *tc, in tcase_add_checked_fixture() argument [all …]
|
| /freebsd-9-stable/libexec/bootpd/ |
| D | bootptab.cmu | 31 # tc -- template host (points to similar host entry) 57 .subnet13 :sm=255.255.255.0:gw=128.2.13.1 :tc=.default: 58 .subnet19 :sm=255.255.255.0:gw=128.2.19.1 :tc=.default: 59 .subnet232 :sm=255.255.255.0:gw=128.2.232.1 :tc=.default: 70 carnegie:tc=.subnet13:ht=ieee802:ha=7FF8100000AF: 71 baldwin:tc=.subnet19:ha=0800200159C3: 72 wylie:tc=.subnet232:ha=00DD00CADF00: 73 arnold:tc=.subnet19:ha=0800200102AD: 74 bairdford:tc=.subnet19:ha=08002B02A2F9: 75 bakerstown:tc=.subnet19:ha=08002B0287C8: [all …]
|
| /freebsd-9-stable/contrib/ntp/lib/isc/tests/ |
| D | hash_test.c | 92 ATF_TC_HEAD(isc_sha1, tc) { in ATF_TC_HEAD() argument 93 atf_tc_set_md_var(tc, "descr", "sha1 examples from RFC4634"); in ATF_TC_HEAD() 95 ATF_TC_BODY(isc_sha1, tc) { in ATF_TC_BODY() argument 98 UNUSED(tc); in ATF_TC_BODY() 221 ATF_TC_HEAD(isc_sha224, tc) { in ATF_TC_HEAD() argument 222 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634"); in ATF_TC_HEAD() 224 ATF_TC_BODY(isc_sha224, tc) { in ATF_TC_BODY() argument 227 UNUSED(tc); in ATF_TC_BODY() 354 ATF_TC_HEAD(isc_sha256, tc) { in ATF_TC_HEAD() argument 355 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634"); in ATF_TC_HEAD() [all …]
|
| D | taskpool_test.c | 38 ATF_TC_HEAD(create_pool, tc) { in ATF_TC_HEAD() argument 39 atf_tc_set_md_var(tc, "descr", "create a taskpool"); in ATF_TC_HEAD() 41 ATF_TC_BODY(create_pool, tc) { in ATF_TC_BODY() argument 45 UNUSED(tc); in ATF_TC_BODY() 62 ATF_TC_HEAD(expand_pool, tc) { in ATF_TC_HEAD() argument 63 atf_tc_set_md_var(tc, "descr", "expand a taskpool"); in ATF_TC_HEAD() 65 ATF_TC_BODY(expand_pool, tc) { in ATF_TC_BODY() argument 69 UNUSED(tc); in ATF_TC_BODY() 114 ATF_TC_HEAD(get_tasks, tc) { in ATF_TC_HEAD() argument 115 atf_tc_set_md_var(tc, "descr", "create a taskpool"); in ATF_TC_HEAD() [all …]
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | Makefile.am | 27 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c 28 TARG_CPU_O = tc-@target_cpu_type@.o 29 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h 233 tc.h \ 239 config/tc-alpha.c \ 240 config/tc-arc.c \ 241 config/tc-arm.c \ 242 config/tc-avr.c \ 243 config/tc-bfin.c \ 244 config/tc-cr16.c \ [all …]
|
| D | ChangeLog-0203 | 3 * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs. 8 * config/tc-arm.c (arm_archs): Add armv6. 13 * config/tc-ppc.c (md_apply_fix3): Handle the case where a 35 * config/tc-m32r.c (md_parse_option): Add -KPIC option. 39 * config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined. 53 * config/tc-mips.c (mips_need_elf_addend_fixup): Delete. 60 * config/tc-mips.c (s_change_section): When parsing the MIPS-specific 65 * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j". 70 * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename 84 * tc-arm.c (do_adr): Do not adjust pc by -8 if TE_WINCE is [all …]
|
| D | ChangeLog | 3 * config/tc-m68k.c (m68k_ip): Add j & K operand types. 22 * config/tc-mips.c (s_dtprelword, s_dtpreldword, 40 * config/tc-ppc.c (ppc_pe_section): Comment out code assigning 61 * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper 72 * config/tc-cr16.h: New file 73 * config/tc-cr16.c: New file 83 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs 89 * config/tc-i386.c (process_operands): Replace regKludge 94 * config/tc-mips.h (TC_SYMFIELD_TYPE): New. 95 * config/tc-mips.c (append_insn): Record which symbols have [all …]
|
| D | ChangeLog-0001 | 3 * config/tc-ia64.c (errata_nop_necessary_p): Prototype. 6 * config/tc-ia64.c (has_suffix_p): New. 11 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers, 16 * config/tc-sparc.h (TC_PARSE_CONS_EXPRESSION): Define. 18 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_*_PCREL and 39 * config/tc-mips.c (file_mips_gp32): Initialize to invalid value. 45 * config/tc-sh.c (parse_at): Reject @(r0) and @(r0,). 49 * config/tc-ppc.c (md_parse_option): Make -maltivec default 62 * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant 84 * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp. [all …]
|
| D | ChangeLog-9899 | 3 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a 9 * config/tc-arm.c (arm_s_text): If OBJ_ELF, call the appropriate 15 * config/tc-arm.c (md_parse_option): Add support for -marm720 20 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op. 29 * config/tc-arm.c (thumb_mode): Turn into a tristate variable. 36 * config/tc-alpha.c (toplevel): Include struc-symbol.h. 75 * config/tc-alpha.h (RELOC_OP_P): Enable explicit relocations if 86 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle 91 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe 94 * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA [all …]
|
| D | ChangeLog-2006 | 3 * config/tc-i386.h (ShiftCount): Fix a comment typo. 7 * config/tc-i386.c (md_show_usage): Mention --32/--64. 11 * config/tc-i386.c (build_modrm_byte): Handle shift count 16 * config/tc-i386.c (process_operands): Check i.reg_operands 22 * config/tc-i386.c (disp_expressions): Use MAX_MEMORY_OPERANDS 32 * config/tc-i386.c: Document tc-i386.c, not i386.c. 37 * config/tc-m68k.c (fido_ctrl): New. 45 * config/tc-i386.c (i386_immediate): Remove prototype. 49 * config/tc-m68k.c (cpu_of_arch): Add fido. 55 * config/tc-score.c (build_lw_pic): Rename as build_lwst_pic. [all …]
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | Makefile.vms | 288 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ 289 tc.func.c tc.os.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ 290 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ 291 tc.who.c tc.h 292 TCOBJS= tc.alloc.${SUF} tc.bind.${SUF} tc.const.${SUF} tc.defs.${SUF} \ 293 tc.disc.${SUF} tc.func.${SUF} tc.os.${SUF} tc.os.${SUF} tc.printf.${SUF} \ 294 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \ 295 tc.vers.${SUF} tc.who.${SUF} 329 gethost: gethost.c sh.err.h tc.const.h sh.h 333 tc.defs.c: gethost host.defs [all …]
|
| D | Makefile.std | 310 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ 311 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ 312 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ 313 tc.who.c tc.h 314 TCOBJS= tc.alloc.${SUF} tc.bind.${SUF} tc.const.${SUF} tc.defs.${SUF} \ 315 tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \ 316 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \ 317 tc.vers.${SUF} tc.who.${SUF} 351 gethost: gethost.c sh.err.h tc.const.h sh.h 355 tc.defs.c: gethost host.defs [all …]
|
| D | Makefile.in | 400 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ 401 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ 402 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ 403 tc.who.c tc.h 404 TCOBJS= tc.alloc.${SUF} tc.bind.${SUF} tc.const.${SUF} tc.defs.${SUF} \ 405 tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \ 406 tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \ 407 tc.vers.${SUF} tc.who.${SUF} 450 gethost: gethost.c sh.err.h tc.const.h sh.h 454 tc.defs.c: gethost host.defs [all …]
|
| /freebsd-9-stable/sys/netipsec/ |
| D | xform_ipcomp.c | 142 struct tdb_crypto *tc; in ipcomp_input() local 177 tc = (struct tdb_crypto *) malloc(sizeof (*tc), M_XDATA, M_NOWAIT|M_ZERO); in ipcomp_input() 178 if (tc == NULL) { in ipcomp_input() 191 tc->tc_ptr = 0; in ipcomp_input() 202 crp->crp_opaque = (caddr_t) tc; in ipcomp_input() 205 tc->tc_spi = sav->spi; in ipcomp_input() 206 tc->tc_dst = sav->sah->saidx.dst; in ipcomp_input() 207 tc->tc_proto = sav->sah->saidx.proto; in ipcomp_input() 208 tc->tc_protoff = protoff; in ipcomp_input() 209 tc->tc_skip = skip; in ipcomp_input() [all …]
|
| D | xform_ah.c | 579 struct tdb_crypto *tc; in ah_input() local 664 tc = (struct tdb_crypto *) malloc(sizeof (struct tdb_crypto) + in ah_input() 668 tc = (struct tdb_crypto *) malloc(sizeof (struct tdb_crypto), in ah_input() 671 if (tc == NULL) { in ah_input() 687 m_copydata(m, 0, skip + rplen + authsize, (caddr_t)(tc+1)); in ah_input() 698 free(tc, M_XDATA); in ah_input() 710 crp->crp_opaque = (caddr_t) tc; in ah_input() 713 tc->tc_spi = sav->spi; in ah_input() 714 tc->tc_dst = sav->sah->saidx.dst; in ah_input() 715 tc->tc_proto = sav->sah->saidx.proto; in ah_input() [all …]
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_tc.c | 41 dummy_get_timecount(struct timecounter *tc) in dummy_get_timecount() argument 104 static SYSCTL_NODE(_kern_timecounter, OID_AUTO, tc, CTLFLAG_RW, 0, ""); 134 struct timecounter *tc = arg1; in sysctl_kern_timecounter_get() local 136 ncount = tc->tc_get_timecount(tc); in sysctl_kern_timecounter_get() 144 struct timecounter *tc = arg1; in sysctl_kern_timecounter_freq() local 146 freq = tc->tc_frequency; in sysctl_kern_timecounter_freq() 157 struct timecounter *tc; in tc_delta() local 159 tc = th->th_counter; in tc_delta() 160 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta() 161 tc->tc_counter_mask); in tc_delta() [all …]
|
| /freebsd-9-stable/sys/netinet/libalias/ |
| D | alias_skinny.c | 211 struct tcphdr *tc, struct alias_link *lnk, in alias_skinny_reg_msg() argument 218 tc->th_sum = 0; in alias_skinny_reg_msg() 220 tc->th_x2 = 1; in alias_skinny_reg_msg() 222 tc->th_sum = TcpChecksum(pip); in alias_skinny_reg_msg() 230 struct ip *pip, struct tcphdr *tc, in alias_skinny_startmedia() argument 237 (void)tc; in alias_skinny_startmedia() 254 struct tcphdr *tc, struct alias_link *lnk, in alias_skinny_port_msg() argument 261 tc->th_sum = 0; in alias_skinny_port_msg() 263 tc->th_x2 = 1; in alias_skinny_port_msg() 265 tc->th_sum = TcpChecksum(pip); in alias_skinny_port_msg() [all …]
|
| /freebsd-9-stable/etc/ |
| D | termcap.small | 55 :tc=cons25w: 57 :pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25: 59 :li#30:tc=cons25: 61 :li#30:tc=cons25-m: 63 :li#43:tc=cons25: 65 :li#43:tc=cons25-m: 67 :li#50:tc=cons25: 69 :li#50:tc=cons25-m: 71 :li#60:tc=cons25: 73 :li#60:tc=cons25-m: [all …]
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | counter.c | 75 struct timecounter *tc; in sparc64_counter_init() local 89 tc = malloc(sizeof(*tc), M_DEVBUF, M_WAITOK | M_ZERO); in sparc64_counter_init() 94 tc->tc_get_timecount = counter_get_timecount; in sparc64_counter_init() 95 tc->tc_counter_mask = COUNTER_MASK; in sparc64_counter_init() 96 tc->tc_frequency = COUNTER_FREQ; in sparc64_counter_init() 97 tc->tc_name = strdup(name, M_DEVBUF); in sparc64_counter_init() 98 tc->tc_priv = sc; in sparc64_counter_init() 99 tc->tc_quality = COUNTER_QUALITY; in sparc64_counter_init() 100 tc_init(tc); in sparc64_counter_init() 104 counter_get_timecount(struct timecounter *tc) in counter_get_timecount() argument [all …]
|
| /freebsd-9-stable/usr.sbin/sicontrol/ |
| D | sicontrol.c | 138 struct si_tcsi tc; variable 161 tc.tc_dev = dev; in main() 233 stc = tc; in dostat() 240 tc = stc; in dostat() 257 if (ioctl(ctlfd, TCSIGDBG_ALL, &tc.tc_dbglvl) < 0) in debug() 260 if (ioctl(ctlfd, TCSIGDBG_LEVEL, &tc) < 0) in debug() 267 prlevels(tc.tc_dbglvl); in debug() 271 tc.tc_dbglvl = 0; in debug() 279 tc.tc_dbglvl |= level; in debug() 281 tc.tc_dbglvl &= ~level; in debug() [all …]
|
| /freebsd-9-stable/bin/csh/ |
| D | Makefile | 31 SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ 32 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \ 33 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ 34 tc.who.c tc.h 35 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c 114 gethost: gethost.c sh.err.h tc.const.h sh.h 119 tc.defs.c: gethost ${TCSHDIR}/host.defs 140 tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h
|
| /freebsd-9-stable/sys/dev/ixgbe/ |
| D | ixgbe_dcb_82599.c | 52 int tc; in ixgbe_dcb_get_tc_stats_82599() local 60 for (tc = 0; tc < tc_count; tc++) { in ixgbe_dcb_get_tc_stats_82599() 62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82599() 64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc)); in ixgbe_dcb_get_tc_stats_82599() 65 stats->qbtc[tc] += in ixgbe_dcb_get_tc_stats_82599() 66 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32); in ixgbe_dcb_get_tc_stats_82599() 68 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc)); in ixgbe_dcb_get_tc_stats_82599() 70 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc)); in ixgbe_dcb_get_tc_stats_82599() 71 stats->qbrc[tc] += in ixgbe_dcb_get_tc_stats_82599() 72 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32); in ixgbe_dcb_get_tc_stats_82599() [all …]
|