/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Code/Python/ |
H A D | func_abc.py | 3 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 D | time.c | 29 #pragma weak _time = time 34 #include <time.h> 37 time(time_t *tloc) function
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | holds.py | 30 import time namespace 68 "timestamp": time.ctime(tm)}
|
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | Copyright.py | 36 import time, re, sys namespace 113 year = time.strftime('%Y')
|
/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | 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 [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_mem.c | 37 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 D | grub.h | 56 unsigned long time; member in struct:igmptable_t
|
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 60 import os, pwd, shutil, tarfile, time, traceback namespace 321 time.sleep(1)
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 136 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 D | sdp_parse_helper.c | 191 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 D | sdp_parse.c | 333 * 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 D | libfsmgt.h | 71 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 D | nfs_mntinfo.c | 100 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 D | fs_mounts.c | 53 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 D | asr_scf.c | 31 #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 D | Ping.pm | 304 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 D | error.h | 152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 143 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 152 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | eventlog_log.c | 28 #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 D | fat.h | 81 uint16_t time; member in struct:_FatDirEntry
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 53 * 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 D | efiemu.c | 37 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...] |