Searched refs:statstr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | t_vfs.sh | 128 statstr='%d %i %Sp %l %Su %Sg %r %z \"%Sa\" \"%Sm\" \"%SB\" %k %b %#Xf' 132 stat -f "${statstr}" /rump/mnt/filename 136 stat -f "${statstr}" /rump/mnt/dir/same 142 statstr='%d %i %Sp %Su %Sg %r %z \"%Sa\" \"%Sm\" \"%SB\" %k %b %#Xf' 146 stat -f "${statstr}" /rump/mnt/filename 150 stat -f "${statstr}" /rump/mnt/filename 152 stat -f "${statstr}" /rump/mnt/dir/same 192 stat -f "${statstr}" /rump/dev/null 194 stat -f "${statstr}" /dev/null 206 stat -f "${statstr}" /dir/file [all …]
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_crypto.c | 637 snprintf(statstr, sizeof(statstr), in crypto_recv() 694 snprintf(statstr, sizeof(statstr), in crypto_recv() 734 snprintf(statstr, sizeof(statstr), "iff %s fs %u", in crypto_recv() 772 snprintf(statstr, sizeof(statstr), "gq %s fs %u", in crypto_recv() 809 snprintf(statstr, sizeof(statstr), "mv %s fs %u", in crypto_recv() 874 snprintf(statstr, sizeof(statstr), in crypto_recv() 932 snprintf(statstr, sizeof(statstr), in crypto_recv() 968 snprintf(statstr, sizeof(statstr), in crypto_recv() 1009 snprintf(statstr, sizeof(statstr), in crypto_recv() 1059 snprintf(statstr, sizeof(statstr), in crypto_recv() [all …]
|
| H A D | ntp_control.c | 4962 char statstr[NTP_MAXSTRLEN]; in report_event() local 4983 snprintf(statstr, sizeof(statstr), in report_event() 4987 len = strlen(statstr); in report_event() 4988 snprintf(statstr + len, sizeof(statstr) - len, in report_event() 4992 msyslog(LOG_INFO, "%s", statstr); in report_event() 5015 snprintf(statstr, sizeof(statstr), in report_event() 5019 len = strlen(statstr); in report_event() 5020 snprintf(statstr + len, sizeof(statstr) - len, in report_event() 5024 msyslog(LOG_INFO, "%s", statstr); in report_event() 5026 record_proto_stats(statstr); in report_event() [all …]
|
| H A D | ntp_proto.c | 2482 char statstr[NTP_MAXSTRLEN]; in process_packet() local 2633 snprintf(statstr, sizeof(statstr), in process_packet() 2635 report_event(PEVNT_XERR, peer, statstr); in process_packet() 2661 snprintf(statstr, sizeof(statstr), in process_packet() 2663 report_event(PEVNT_XERR, peer, statstr); in process_packet()
|
| /freebsd-12.1/tools/sched/ |
| H A D | schedgraph.py | 640 statstr = self.name + " " + self.source.name 641 statstr += " on: cpu" + str(self.cpu) 642 statstr += " at: " + str(self.timestamp) 643 statstr += " attributes: " 646 statstr += attr[0] + ": " + str(attr[1]) 648 statstr += ", " 649 status.set(statstr)
|