Home
last modified time | relevance | path

Searched refs:time (Results 226 – 250 of 1020) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c234 if ((time(0) - last_swept) > sweep_interval) { in ctx_cleanup()
239 if ((time(0) - last_swept) > sweep_interval) in ctx_cleanup()
876 max_lifetime + time(0); in __svcrpcsec_gss()
883 client_data->expiration = time_rec + time(0); in __svcrpcsec_gss()
886 time(0); in __svcrpcsec_gss()
1164 client_data->expiration = init_lifetime + time(0); in create_client()
1360 cl->expiration <= time(0)) || cl->stale) { in sweep_clients()
1372 last_swept = time(0); in sweep_clients()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvgettime.c56 if ((tv->tv_sec = time(NiL)) != s) in tvgettime()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DWsCheck.py23 import time, re, sys
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h83 struct timeval *time; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.daytimed/
H A Din.daytimed.c50 clock = time(NULL); in daytime()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmmap79 /* read time */
90 /* mmap time */
271 /* read time */
286 /* mmap time */
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS43 the file data at any given time (e.g. /usr/bin/cat). It is less useful
52 address space limit at roughly the same time. As a result, a
55 large file aware comes up from time to time.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm22 of the character set given at run time.
69 To reduce the time to initiate a command, KSH-93 allows
70 commands to be added as built-ins at run time
133 KSH-93 can be extended by adding built-in commands at run time.
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c671 timespec_t time; in mptsas_do_ioc_init() local
714 gethrestime(&time); in mptsas_do_ioc_init()
715 mSec = time.tv_sec * MILLISEC; in mptsas_do_ioc_init()
716 mSec += (time.tv_nsec / MICROSEC); in mptsas_do_ioc_init()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.h30 struct timeval time; member
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h111 struct timeval32 time; member
113 struct timeval time;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h345 #define CONVERT_PERIOD(time) ((time) + 3) >> 2 argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c64 time_t now = time(0); in __dh_gss_context_time()
215 time_t now = time(0); in __dh_gss_inquire_context()
/illumos-gate/usr/src/head/
H A Dshadow.h48 #define DAY_NOW (time_t)time((time_t *)0) / DAY
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c421 struct timeval time; in ndmp_send_request() local
429 (void) gettimeofday(&time, 0); in ndmp_send_request()
432 header.time_stamp = time.tv_sec; in ndmp_send_request()
561 struct timeval time; in ndmp_send_response() local
563 (void) gettimeofday(&time, 0); in ndmp_send_response()
566 header.time_stamp = time.tv_sec; in ndmp_send_response()
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h100 extern time_t time(time_t *);
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h128 int (*stop_ch) (dev_info_t *, uint32_t time);
131 uint16_t timelen, uint32_t *time);
267 uint16_t len, uint32_t *time);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c98 char *time, boolean_t find_overlays, int *errp) { in nfs_get_filtered_mount_list() argument
104 MNTTYPE_NFS, mntopts, time, find_overlays, errp); in nfs_get_filtered_mount_list()
425 if ((mrp->nml_time = strdup(fsmnt_list->time)) == NULL) { in get_mount_data()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh.out12 tcp:::state-change to time-wait - yes
/illumos-gate/usr/src/cmd/tip/
H A Dlog.c39 t = time(0); in logent()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S98 b .cmp_bytes ! do a byte at a time if n < 4
148 b .cmp_bytes ! do a byte at a time if n < 4
192 b .cmp_bytes ! do a byte at a time if n < 4
231 bcs,a,pn %xcc, .cmp_bytes ! do a byte at a time if n < 4
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dpoll78 #define _hdr_time 1 /* #include <time.h> ok */
79 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dpoll78 #define _hdr_time 1 /* #include <time.h> ok */
79 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dpoll78 #define _hdr_time 1 /* #include <time.h> ok */
79 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c327 t = time(NULL); in main()
337 t = time(NULL) - t; in main()

12345678910>>...41