Searched defs:stamp (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dstamp.c31 time-stamp it; so that our re-writing of mail back to the
35 void stamp() function
39 errmsg(E_FILE,"Cannot time-stamp mailfile");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devstamp.c39 time_t *stamp, /* return timestamp here */
65 *stamp = vtocbuf.timestamp[partno];
78 time_t *stamp, /* returned timestamp */
103 *stamp = vtocbuf.timestamp[partno] = now;
120 if (*stamp != vtocbuf.timestamp[partno])
37 getdevstamp( mddrivename_t *dnp, time_t *stamp, md_error_t *ep ) argument
76 setdevstamp( mddrivename_t *dnp, time_t *stamp, md_error_t *ep ) argument
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sarea.h56 unsigned int stamp; member in struct:drm_sarea_drawable
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfind.h67 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfind.h76 unsigned long stamp; /* codes time stamp */ member in struct:Find_s
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c92 uint32_t stamp; local
102 stamp = CPU->cpu_m.mcpu_istamp;
122 CPU->cpu_m.mcpu_istamp != stamp);
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c70 static char *stamp(char *);
213 fprintf(Debugfp, stamp(buf));
257 fprintf(Logfp, stamp("Restarting log file"));
278 fprintf(Logfp, stamp("Trouble saving the logfile"));
281 fprintf(Logfp, stamp(s));
289 stamp(char *msg) function
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c1748 uint64_t minstamp = ~0ULL, stamp; local
1770 stamp = (((uint64_t)rec->u.cycles.cycles_hi) << 32)
1773 stamp = 0;
1775 if (stamp < minstamp) {
1776 minstamp = stamp;

Completed in 3603 milliseconds