Searched refs:time_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/dev/hyperv/utilities/
H A Dhv_util.c220 uint8_t* time_buf; local
223 time_buf = receive_buffer[HV_TIME_SYNCH];
225 ret = hv_vmbus_channel_recv_packet(channel, time_buf,
229 icmsghdrp = (struct hv_vmbus_icmsg_hdr *) &time_buf[
233 hv_negotiate_version(icmsghdrp, NULL, time_buf);
235 timedatap = (struct hv_ictimesync_data *) &time_buf[
244 hv_vmbus_channel_send_packet(channel, time_buf,
/freebsd-10.0-release/usr.sbin/ppp/
H A Dthroughput.c284 char *time_buf, *last; local
286 time_buf = ctime(&t->BestOctetsPerSecondTime);
287 last = time_buf + strlen(time_buf);
288 if (last > time_buf && *--last == '\n')
291 t->BestOctetsPerSecond, time_buf);
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ntp.c246 char time_buf[128]; local
249 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
250 printf (" (%s)", time_buf);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DTimeValue.cpp151 char time_buf[32]; local
153 char *time_cstr = ::ctime_r(&time, time_buf);

Completed in 74 milliseconds