Searched defs:time (Results 1 - 25 of 57) sorted by relevance

123

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Code/Python/
H A Dfunc_abc.py3 import time namespace
7 time.sleep(1)
11 time.sleep(1)
16 time.sleep(1)
/osnet-11/usr/src/lib/libc/port/sys/
H A Dtime.c29 #pragma weak _time = time
34 #include <time.h>
37 time(time_t *tloc) function
/osnet-11/usr/src/lib/pyzfs/common/
H A Dholds.py30 import time namespace
68 "timestamp": time.ctime(tm)}
/osnet-11/usr/src/tools/onbld/Checks/
H A DCopyright.py36 import time, re, sys namespace
113 year = time.strftime('%Y')
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c32 #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
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c37 krb5_int32 time; local
42 krb5_timeofday(context, &time);
48 if (alive(time, rep, t->lifespan) == CMP_EXPIRED)
56 if (alive(time, &ta->rep, t->lifespan)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h56 unsigned long time; member in struct:igmptable_t
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py60 import os, pwd, shutil, tarfile, time, traceback namespace
321 time.sleep(1)
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_gids.c136 uint32_t time; local
154 time = (uint32_t)tspec.tv_nsec;
159 time = (uint32_t)gethrtime();
161 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time);
283 tval = time(NULL);
293 tval = time(NULL);
/osnet-11/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;
H A Dsdp_parse.c333 * time-fields (t=)
334 * 1*( %x74 "=" start-time SP stop-time CRLF)
335 * start-time = time / "0"
336 * stop-time = time / "0"
337 * time = POS-DIGIT 9*DIGIT
341 sdp_parse_time(sdp_time_t **time, const char *begin, const char *end, argument
357 /* Get start-time */
582 sdp_parse_repeat(sdp_time_t *time, const char *begin, const char *end, uint_t *p_error) argument
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h71 char *time; member in struct:mount_list
107 char *nml_time; /* time mounted */
112 uint_t nml_acdirmax; /* max time to hold cached dir attr */
113 uint_t nml_acdirmin; /* min time to hold cached dir attr */
114 uint_t nml_acregmax; /* max time to hold cached file attr */
115 uint_t nml_acregmin; /* min time to hold cached file attr */
500 * 4.) time mounted
507 * char *time - The time at which the filesystem was mounted
518 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
H A Dfs_mounts.c53 char *fstype, char *mntopts, char *time);
76 free(headp->time);
160 char *mntopts, char *time, boolean_t find_overlays, int *errp) {
176 mntopts, time);
578 newp->time = strdup(mnttab_entry.mnt_time);
579 if (newp->time == NULL) {
638 newp->time = strdup(mnttab_entry.mnt_time);
639 if (newp->time == NULL) {
657 char *time) {
715 if (time !
159 fs_get_filtered_mount_list(char *resource, char *mountp, char *fstype, char *mntopts, char *time, boolean_t find_overlays, int *errp) argument
656 create_mnttab_filter(char *resource, char *mountp, char *fstype, char *mntopts, char *time) argument
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c31 #include <sys/time.h>
216 int64_t time = (int64_t)(val / 1000); local
220 time, nsec);
426 hrtime_t time = *val; local
427 time = (time * 1000) + nsec;
428 err = nvlist_add_hrtime(nvl, pname, time);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm304 sub time subroutine
306 return $hires ? Time::HiRes::time() : CORE::time();
361 $ping_time = &time();
383 return wantarray ? ($ret, &time() - $ping_time, inet_ntoa($ip)) : $ret;
451 $finish_time = &time() + $timeout; # Must be done by this time
452 while (!$done && $timeout > 0) # Keep trying if we have time
455 $timeout = $finish_time - &time(); # Get remaining time
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h143 unsigned long time; /* debug time trace */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c28 #include <time.h>
108 char *time = argv[LOGR_TIME]; local
114 (void) snprintf(buf, 32, "%s %s %s", month, day, time);
164 * <month> <day> <time> <host> <msg>
165 * <month> <day> <time> <host> <source>: [ID <ID> <facility.priority>] <msg>
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.h81 uint16_t time; member in struct:_FatDirEntry
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c53 * scheme tree. At any time, the callback may terminate the walk by returning
333 thp->th_timestamp = time(NULL);
349 time_t time; local
352 time = uuid_time(uuid, &uuid_timeval);
354 "%s: using uuid_generate_time(), time=0x%lx(%s)\n",
355 __func__, (ulong_t)time, ctime(&time));
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c37 efiemu_get_time (grub_efi_time_t *time,
40 efiemu_set_time (grub_efi_time_t *time);
45 grub_efi_time_t *time);
48 grub_efi_time_t *time);
209 EFI_FUNC (efiemu_get_time) (grub_efi_time_t *time, argument
217 time->year = 2000 + bcd_to_hex (read_cmos (0x9));
218 time->month = bcd_to_hex (read_cmos (0x8));
219 time->day = bcd_to_hex (read_cmos (0x7));
220 time->hour = bcd_to_hex (read_cmos (0x4));
221 if (time
253 efiemu_set_time(grub_efi_time_t *time) argument
272 efiemu_get_wakeup_time(grub_efi_boolean_t *enabled, grub_efi_boolean_t *pending, grub_efi_time_t *time) argument
281 efiemu_set_wakeup_time(grub_efi_boolean_t enabled, grub_efi_time_t *time) argument
[all...]

Completed in 60 milliseconds

123