/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | tputcfent.c | 50 struct tm *timep; local 150 timep = localtime(&(ept->cinfo.modtime)); 153 timep);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 71 rtime_tli(char *host, struct timeval *timep, struct timeval *timeout) argument 151 timep->tv_sec = thetime - TOFFSET; 152 timep->tv_usec = 0;
|
H A D | rpcb_clnt.c | 1221 rpcb_gettime(const char *host, time_t *timep) argument 1230 (void) time(timep); 1255 (xdrproc_t)xdr_time_t, (char *)timep, tottimeout); 1265 (xdrproc_t)xdr_time_t, (char *)timep,
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 79 struct timeval *timep, struct timeval *wait) 369 timep->tv_sec = thetime; 370 RPCLOG(8, "rtime: timep->tv_sec = %lx\n", timep->tv_sec); 372 timep->tv_usec = 0; 78 rtime(struct knetconfig *synconfig, struct netbuf *addrp, int calltype, struct timeval *timep, struct timeval *wait) argument
|
H A D | auth_des.c | 427 * adjust timep to reflect the delta between our clocks 431 struct timeval *timep) 438 if (rtime(synconfig, syncaddr, calltype, timep, &timout) < 0) 441 timep->tv_sec -= mytime.tv_sec; 442 if (mytime.tv_usec > timep->tv_usec) { 443 timep->tv_sec -= 1; 444 timep->tv_usec += MILLION; 446 timep->tv_usec -= mytime.tv_usec; 430 synchronize(struct knetconfig *synconfig, struct netbuf *syncaddr, int calltype, struct timeval *timep) argument
|
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 248 static struct timeval *timep; local 298 timep = (quick ? &create_timeout : NULL); 300 "datagram_n", timep);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 288 time_t timep[2]; local 397 timep[0] = stb.st_atime; 398 timep[1] = stb.st_mtime; 400 utime(name, timep);
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_vss.c | 154 uint64_t *timep; local 200 timep = vss_uint64_date.gd_gmt_array; 206 smbd_vss_time2gmttoken(*timep, *gmttokenp); 210 timep++;
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 358 struct tm *timep; local 435 timep = localtime(&clock); 437 (void) strftime(timeb, sizeof (timeb), "%c\n", timep); 547 struct tm *timep; local 628 timep = localtime(&clock); 630 (void) strftime(timeb, sizeof (timeb), "%c\n", timep);
|
H A D | ocfile.c | 448 struct tm *timep; local 505 timep = localtime(&clock); 507 (void) strftime(timeb, sizeof (timeb), "%c\n", timep);
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 867 char *timep; local 892 timep = meta_print_time(&tv); 894 timep = ""; 897 mt_state, timep) == EOF) { 1174 char *timep; local 1229 timep = meta_print_time(&tv); 1231 timep = ""; 1234 ml_state, timep) == EOF) {
|
H A D | meta_hotspares.c | 605 char *timep; local 642 timep = meta_print_time(&tv); 647 hsp->size, devid, timep) == EOF) {
|
H A D | meta_mirror.c | 1009 char *timep; local 1035 timep = meta_print_time(&tv); 1037 timep = ""; 1041 sm_state, timep) == EOF) { 1197 char *timep; local 1237 timep = meta_print_time(&tv); 1239 timep = ""; 1245 sm_state, timep) == EOF) {
|
H A D | meta_stripe.c | 810 char *timep = meta_print_time(&tv); local 816 timep) == EOF) {
|
H A D | meta_raid.c | 722 char *timep = meta_print_time(&tv); local 727 col_state, devid, hsname, timep) == EOF) { 793 char *timep; local 830 timep = meta_print_time(&tv); 832 timep = ""; 836 raid_state, timep) == EOF) {
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 43 time_t timep[2]; member in struct:modeinfo 763 utime(cp, (struct utimbuf *)node.timep); 883 node.timep[0] = dip->di_atime; 884 node.timep[1] = dip->di_mtime;
|
H A D | tape.c | 747 time_t timep[2]; local 759 timep[0] = (time_t)curfile.dip->di_atime; 760 timep[1] = (time_t)curfile.dip->di_mtime; 907 if (utime(rname, (struct utimbuf *)timep) < 0 && 988 if (utime(rname, (struct utimbuf *)timep) < 0 &&
|
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 637 unfmttime(double value, char *units, uint32_t *timep) argument 642 *timep = 0; 652 *timep = (ulong_t)(value * cunits[i].c_secs);
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 712 timestruc_t now, *timep; local 798 timep = &vap->va_mtime; 801 timep = &now; 804 timep->tv_sec > INT32_MAX) { 808 error = pc_tvtopct(timep, &pcp->pc_entry.pcd_mtime); 826 timep = &vap->va_atime; 829 timep = &now; 832 timep->tv_sec > INT32_MAX) { 836 error = pc_tvtopct(timep, &atime);
|
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 1582 struct utimbuf timep; local 1676 timep.actime = ifstat->st_atime; 1677 timep.modtime = ifstat->st_mtime; 1679 (void) utime(ofname, &timep);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 482 gmtime_r(const time_t *timep, struct tm *p_tm) argument 484 return (offtime_u((time_t)*timep, 0L, p_tm)); 500 gmtime(const time_t *timep) argument 506 return (gmtime_r(timep, p_tm)); 623 localtime_r(const time_t *timep, struct tm *p_tm) argument 631 unused = ltzset_u(*timep); 636 return (offtime_u(*timep, 0L, p_tm)); 643 rt = offtime_u(*timep, offset, p_tm); 666 localtime(const time_t *timep) argument 672 return (localtime_r(timep, p_t [all...] |