Searched refs:itf (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/ntp/scripts/stats/ |
| H A D | itf.S | 1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label 5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (…
|
| H A D | README.stats | 48 updates the ensemble, etf, itf and tdata data files as well. See the 49 clock.awk, ensemble.awk, etf.awk, itf.awk and tdta.awk scripts for
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 532 interface_dump(const endpt *itf) in interface_dump() argument 534 printf("Dumping interface: %p\n", itf); in interface_dump() 535 printf("fd = %lld\n", (long long)itf->fd); in interface_dump() 536 printf("bfd = %lld\n", (long long)itf->bfd); in interface_dump() 537 printf("sin = %s,\n", stoa(&itf->sin)); in interface_dump() 538 printf("bcast = %s,\n", stoa(&itf->bcast)); in interface_dump() 539 printf("mask = %s,\n", stoa(&itf->mask)); in interface_dump() 540 printf("name = %s\n", itf->name); in interface_dump() 541 printf("flags = 0x%08x\n", itf->flags); in interface_dump() 542 printf("last_ttl = %d\n", itf->last_ttl); in interface_dump() [all …]
|
| /freebsd/usr.bin/mail/ |
| H A D | lex.c | 115 (void)fclose(itf); in setfile() 129 if ((itf = fopen(tempname, "r")) == NULL) in setfile() 131 (void)fcntl(fileno(itf), F_SETFD, 1); in setfile()
|
| H A D | glob.h | 48 extern FILE *itf; /* Input temp file buffer */
|
| H A D | fio.c | 203 if (fseeko(itf, in setinput() 206 return (itf); in setinput()
|
| H A D | main.c | 52 FILE *itf; variable
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | main.c | 689 if (ecp->itf != ETF_ELF) { in create_file() 710 if (ecp->itf == ETF_BINARY) in create_file() 712 else if (ecp->itf == ETF_IHEX) in create_file() 714 else if (ecp->itf == ETF_SREC) in create_file() 1444 ecp->itf = elftc_bfd_target_flavor(tgt); in set_input_target() 1651 ecp->itf = ecp->otf = ETF_ELF; in main()
|
| H A D | elfcopy.h | 182 Elftc_Bfd_Target_Flavor itf; /* flavour of input object */ member
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | socket.c | 211 endpt * itf,
|
| /freebsd/tests/sys/netinet/ |
| H A D | carp.sh | 32 itf=$2 34 jexec ${jail} ifconfig ${itf} | grep -E '(carp|vrrp)' | grep MASTER
|