Home
last modified time | relevance | path

Searched refs:zerotime (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c72 static int64_t zerotime[2]; in au_to_header() local
75 static int32_t zerotime[2]; in au_to_header() local
89 adr_int64(&adr, zerotime, 2); /* time & date space */ in au_to_header()
91 adr_int32(&adr, zerotime, 2); in au_to_header()
107 static int64_t zerotime[2]; in au_to_header_ex() local
110 static int32_t zerotime[2]; in au_to_header_ex() local
127 adr_int64(&adr, zerotime, 2); /* time & date */ in au_to_header_ex()
129 adr_int32(&adr, zerotime, 2); in au_to_header_ex()
/illumos-gate/usr/src/cmd/cpc/common/
H A Dtime.c39 zerotime(void) in zerotime() function
H A Dcpucmds.h44 extern void zerotime(void);
H A Dcputrack.c734 zerotime(); in cputrack()
H A Dcpustat.c737 zerotime(); in cpustat()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c158 timespec_t zerotime = { 0, 0 }; in scsi_rcm_suspend() local
175 &zerotime, &rinfo)) != RCM_SUCCESS) { in scsi_rcm_suspend()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c168 timespec_t zerotime = { 0, 0 }; in fp_rcm_suspend() local
187 &zerotime, &rinfo)) != RCM_SUCCESS) { in fp_rcm_suspend()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1042 struct timeval zerotime; in _DropConnection() local
1045 zerotime.tv_sec = zerotime.tv_usec = 0L; in _DropConnection()
1078 &zerotime, &res) > 0) { in _DropConnection()
H A Dns_connmgmt.c1626 struct timeval zerotime; in __s_api_conn_mt_return() local
1629 zerotime.tv_sec = zerotime.tv_usec = 0L; in __s_api_conn_mt_return()
1632 LDAP_MSG_ALL, &zerotime, &res) > 0) { in __s_api_conn_mt_return()