Searched defs:time (Results 26 - 50 of 195) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c77 char lbuf[128], len[8], prot[8], time[8], *s; local
91 if (sscanf(lbuf, "%7s %7s %7s %15s %15s %15s %15s", time,
H A Dipft_td.c99 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);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c29 #include <sys/time.h>
73 time_t time = 0; local
114 time = (uint32_t)curr_obj.eo_item.ei_uint64;
155 totalsecs, ctime(&time));
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp43 #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;
H A DThreadUnix.cpp41 #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...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c133 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
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.h71 const struct lc_time *time; member in struct:_locale
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h56 unsigned long time; member in struct:igmptable_t
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c186 (void) time(&now);
220 interval(int time, char *updown) argument
225 if (time < 0 || time > 10*365*24*60*60) {
229 minutes = (time + 59) / 60; /* round to minutes */
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c54 char time[MODSTR]; /* date and time the job execed */ member in struct:acData
118 acptr->time, FS,
195 copyText(acptr->time, sizeof(acptr->time), timeStamp());
306 copyText(acptr->time, sizeof(acptr->time), timeStamp());
311 * cpucycle: cpu time the command is consumed
329 * return cputime(utime+stime) since last time called
336 static time_t utime,stime; /* guaranteed 0 first time calle
[all...]
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c35 #include <time.h>
57 static void makefile(char *name, time_t time);
64 makefile(char *name, time_t time) argument
69 tp = localtime(&time);
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c37 #include <time.h>
53 * made on the fly for us by the web server. Thereafter, time() will keep
54 * time sort of up to date.
74 time(time_t *tloc) function
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c639 timespec_t time; local
682 gethrestime(&time);
683 mSec = time.tv_sec * MILLISEC;
684 mSec += (time.tv_nsec / MICROSEC);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc209 * time_to_string(time)
211 * Take a numeric time value and produce
215 * The string representation of the time
218 * time The time we need to translate
223 time_to_string(const timestruc_t &time) argument
228 if (time == file_doesnt_exist) {
231 if (time == file_max_time) {
234 tm = localtime(&time.tv_sec);
689 force->stat.time
[all...]
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h32 #include <sys/time.h>
57 struct { struct timeval *time;} utimes; member in struct:Args::__anon47
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c487 clock_t time; local
491 time = MSEC_TO_TICK(timeout) + ddi_get_lbolt();
494 if (cv_timedwait(&ol->ol_cv, &ol->ol_mutex, time) < 0) {
/illumos-gate/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c69 uint32_t time; local
75 for (time = 0; time < (8 * hz); time++) {
78 time++;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_file.c44 krb5_int32 time; local
49 krb5_timeofday(context, &time);
54 if (alive(context, rep, t->lifespan, time) == CMP_EXPIRED){
64 if (alive(context, &ta->rep, t->lifespan, time) == CMP_EXPIRED)
471 * Get time of boot. This is needed for fsync()-less operation. See below.
491 * then we fail to get boot time and the rcache falls back on slow
493 * time less than the actual boot time then this increases the chance of
499 * the wrong boot time as an unsigned 32-bit integer. If we fail to
514 /* Return boot time t
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c139 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);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h75 char *time; member in struct:mount_list
111 char *nml_time; /* time mounted */
116 uint_t nml_acdirmax; /* max time to hold cached dir attr */
117 uint_t nml_acdirmin; /* min time to hold cached dir attr */
118 uint_t nml_acregmax; /* max time to hold cached file attr */
119 uint_t nml_acregmin; /* min time to hold cached file attr */
504 * 4.) time mounted
511 * char *time - The time at which the filesystem was mounted
522 char *time, boolean_
[all...]
H A Dnfs_mntinfo.c100 char *time, boolean_t find_overlays, int *errp) {
106 MNTTYPE_NFS, mntopts, time, find_overlays, errp);
427 if ((mrp->nml_time = strdup(fsmnt_list->time)) == NULL) {
99 nfs_get_filtered_mount_list(char *resource, char *mountp, char *mntopts, char *time, boolean_t find_overlays, int *errp) argument
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c191 sdp_free_time(sdp_time_t *time) argument
195 while (time != NULL) {
196 next_time = time->t_next;
197 sdp_free_repeat(time->t_repeat);
198 free(time);
199 time = next_time;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c824 short time; member in struct:requestbuf
859 rb.time = 6; /* 6 ticks = 100 ms > 67 ms. */
880 rb.time = 0;
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c150 Format_time(char *str, ulong_t time, int length) argument
153 (int)time/3600, (int)(time % 3600)/60, (int)time % 60);
271 Warn(gettext("cannot get real time class parameters"));
279 Warn(gettext("cannot enter the real time class"));
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c452 id_t id, timespec_t *time, uint_t flags, char **reason,
451 pool_request_suspend(rcm_handle_t *hdl, char *rsrcname, id_t id, timespec_t *time, uint_t flags, char **reason, rcm_info_t **dependent_info) argument

Completed in 122 milliseconds

12345678