| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| time.c | 26 * Backwards compatible time call. 29 #include <sys/time.h> 32 time(t) function
|
| /onnv/onnv-gate/usr/src/cmd/tnf/tnfdump/ |
| state.h | 31 #include <sys/time.h> 40 * time: timestamp of record 44 hrtime_t time; member in struct:entry
|
| /onnv/onnv-gate/usr/src/lib/libc/port/sys/ |
| time.c | 29 #pragma weak _time = time 34 #include <time.h> 37 time(time_t *tloc) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/4.1/ |
| ftime.c | 30 #include <sys/time.h> 42 time_t time; member in struct:timeb 58 tp->time = t.tv_sec;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| timeb.h | 57 time_t time; /* seconds since the Epoch */ member in struct:timeb
|
| /onnv/onnv-gate/usr/src/cmd/backup/lib/ |
| getdate.y | 28 time_t time; /* Seconds since the epoch */ 33 #include <time.h> 127 item : time { 145 time : tUNUMBER tMERIDIAN { label 327 /* Time units table. */ 342 /* Assorted relative-time words. */ 768 "%s: Bad date/time format\n"), p); 772 now = time((time_t *)0); 872 time(¤t); 900 (void) time(&ftz.time) [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/ |
| getdate.y | 88 current time zone checks various CPP symbols to see if special 90 Include <sys/time.h> if that will be used. */ 95 #include <time.h> 102 #include <sys/time.h> 103 #include <time.h> 106 #include <sys/time.h> 108 #include <time.h> 122 time_t time; /* Seconds since the epoch */ 268 item : time { 285 time : tUNUMBER tMERIDIAN label [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mms_cores.h | 41 int time; member in struct:corestat
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rdate.c | 45 * sets time, obtaining value from host 46 * on the tcp/time socket. 51 #include <sys/time.h> 61 * The timeserver returns with time of day in seconds since 62 * Jan 1, 1900. We must subtract 86400(365*70 + 17) to get time 69 * Before setting the system time, the value returned by the 71 * is before the time this program was written it cannot be 84 uint32_t time; local 103 * getaddrinfo() may take a long time, because it can involve 116 rc = getaddrinfo(argv[1], "time", &hints, &res) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_trace.c | 114 hrtime_t time = gethrtime(); local 123 trp->tr_time = time; 146 hrtime_t time = gethrtime(); local 160 trp->tr_time = time;
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| isns_sched.h | 35 uint32_t time; member in struct:el_notice 44 uint32_t time; member in struct:el_key
|
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/ |
| volume_output.c | 34 #include <time.h> 167 time_t now = time(NULL); 168 struct tm *time = localtime(&now); local 170 time->tm_hour, time->tm_min, time->tm_sec);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_oplock.c | 148 clock_t time; local 164 time = MSEC_TO_TICK(smb_oplock_timeout) + ddi_get_lbolt(); 227 rc = cv_timedwait(&ol->ol_cv, &node->n_mutex, time); 263 clock_t time; local 267 time = MSEC_TO_TICK(smb_oplock_timeout) + ddi_get_lbolt(); 303 rc = cv_timedwait(&ol->ol_cv, &node->n_mutex, time);
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/nameser/ |
| ns_date.c | 32 #include <time.h> 56 struct tm time; local 68 memset(&time, 0, sizeof time); 69 time.tm_year = datepart(cp + 0, 4, 1990, 9999, errp) - 1900; 70 time.tm_mon = datepart(cp + 4, 2, 01, 12, errp) - 1; 71 time.tm_mday = datepart(cp + 6, 2, 01, 31, errp); 72 time.tm_hour = datepart(cp + 8, 2, 00, 23, errp); 73 time.tm_min = datepart(cp + 10, 2, 00, 59, errp); 74 time.tm_sec = datepart(cp + 12, 2, 00, 59, errp) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
| table.c | 47 * search on a double-linked list. A time is kept with each 53 #include <sys/time.h> 65 long time; member in struct:table_entry 99 if ((ptr->time - current_time) > MAX_LIFE) { 155 if ((ptr->time - current_time) > MAX_LIFE) { 175 /* update the time if we 'touch' it */ 176 ptr->time = current_time; 206 ptr->time = current_time;
|
| /onnv/onnv-gate/usr/src/cmd/lastcomm/ |
| lc_exacct.c | 29 #include <sys/time.h> 73 time_t time = 0; local 114 time = (uint32_t)curr_obj.eo_item.ei_uint64; 155 totalsecs, ctime(&time));
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394_tlabel.c | 133 hrtime_t time; local 163 time = tlabel_handle->tb_bad_timestamp[node_number]; 174 if (gethrtime() > time) { 222 tlabel_handle->tb_bad_timestamp[node_number] = time; 247 tlabel_handle->tb_bad_timestamp[node_number] = time; 414 * do. Set the bad timestamp to the current time plus the reclaim time. 415 * This is the "new" time when all of the bad tlabels for this node will 493 * this function if the reclaim time never changes. 499 * if ((current time + reclaim time) >= last bad tlabel time [all...] |
| /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/src/ |
| EventUnix.cpp | 43 #include <sys/time.h> 119 timespec timeout, time; local 122 time.tv_sec = msecs_p / 1000; 123 time.tv_nsec = (msecs_p % 1000) * 1000000; 124 timeout.tv_sec = now.tv_sec + time.tv_sec; 125 timeout.tv_nsec = now.tv_usec + time.tv_nsec;
|
| ThreadUnix.cpp | 41 #include <sys/time.h> 102 timespec timeout, time; local 105 time.tv_sec = msecs_p / 1000; 106 time.tv_nsec = (msecs_p % 1000) * 1000000; 107 timeout.tv_sec = now.tv_sec + time.tv_sec; 108 timeout.tv_nsec = now.tv_usec + time.tv_nsec; 158 timespec time, rem; local 161 time.tv_sec = msecs_p / 1000; 162 time.tv_nsec = (msecs_p % 1000) * 1000000; 165 // rem will include the remaining time [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| eloop.h | 32 struct timeval time; member in struct:eloop_timeout
|
| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| ipft_ef.c | 77 char lbuf[128], len[8], prot[8], time[8], *s; local 91 if (sscanf(lbuf, "%7s %7s %7s %15s %15s %15s %15s", time,
|
| ipft_td.c | 99 char src[32], dst[32], misc[256], time[32], link1[32], link2[32]; local 114 time, src, dst, misc)) != 4) 119 time, link1, link2, src, dst, misc);
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
| rc_mem.c | 39 krb5_int32 time; local 44 krb5_timeofday(context, &time); 50 if (alive(context, rep, t->lifespan, time) == CMP_EXPIRED) 58 if (alive(context, &ta->rep, t->lifespan, time)
|
| /onnv/onnv-gate/usr/src/lib/libsip/common/ |
| sip_gids.c | 139 uint32_t time; local 157 time = (uint32_t)tspec.tv_nsec; 162 time = (uint32_t)gethrtime(); 164 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time); 286 tval = time(NULL); 296 tval = time(NULL);
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| session.h | 72 struct timeval time; /* time when the pdu was sent */ member in struct:_Request 73 struct timeval expire; /* time when the Request will timeout */
|