Searched refs:tg (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DTimer.h89 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); } argument
102 void init(StringRef N, TimerGroup &tg);
/freebsd-9.3-release/sbin/routed/
H A Dinput.c151 struct tgate *tg = 0; local
577 tg = tgates;
578 while (tg->tgate_addr != FROM_NADDR) {
579 tg = tg->tgate_next;
580 if (tg == 0) {
680 if (tg && (tn = tg->tgate_nets)->mask != 0) {
H A Dparms.c571 struct tgate *tg; local
800 tg = (struct tgate *)rtmalloc(sizeof(*tg),
803 memset(tg, 0, sizeof(*tg));
804 tg->tgate_addr = addr;
812 || !getnet(buf2, &tg->tgate_nets[i].net,
813 &tg->tgate_nets[i].mask)
814 || tg->tgate_nets[i].net == RIP_DEFAULT
815 || tg
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4252
H A Dlang.c527 { tg, "tg", "Tajik" },
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimer.cpp111 void Timer::init(StringRef N, TimerGroup &tg) { argument
115 TG = &tg;
/freebsd-9.3-release/contrib/ntp/util/
H A DMakefile.in100 tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT)
216 tg_SOURCES = tg.c
217 tg_OBJECTS = tg.$(OBJEXT)
271 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
274 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
898 tg$(EXEEXT): $(tg_OBJECTS) $(tg_DEPENDENCIES) $(EXTRA_tg_DEPENDENCIES)
899 @rm -f tg$(EXEEXT)
933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg.Po@am__quote@
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c11594 struct bwn_txgain tg; local
11642 tg.tg_pad = (txgain >> 16) & 0xff;
11643 tg.tg_gm = txgain & 0xff;
11644 tg.tg_pga = (txgain >> 8) & 0xff;
11645 tg.tg_dac = (rxcomp >> 28) & 0xff;
11646 bwn_phy_lp_set_txgain(mac, &tg);
12597 struct bwn_txgain tg; local
12600 tg.tg_dac = (BWN_PHY_READ(mac, BWN_PHY_AFE_DAC_CTL) & 0x380) >> 7;
12604 tg.tg_gm = tmp & 0x0007;
12605 tg
12625 bwn_phy_lp_set_txgain(struct bwn_mac *mac, struct bwn_txgain *tg) argument
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dkssl.c2023 time_t now, tl, tg, tr, tz_offset; local
2136 tg = mktime(tm_g);
2137 tz_offset = tg - tl;
/freebsd-9.3-release/etc/
H A Dservices180 su-mit-tg 89/tcp #SU/MIT Telnet Gateway
181 su-mit-tg 89/udp #SU/MIT Telnet Gateway
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c142 struct page_transport_geometry_parameters tg; member in union:scsi_mode_sense_data::__anon5955

Completed in 124 milliseconds