Home
last modified time | relevance | path

Searched refs:pctime (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h41 struct pctime { struct
69 struct pctime pcd_crtime; /* creation time/date */
75 struct pctime pcd_mtime; /* last modified time/date */
289 extern int pc_tvtopct(timestruc_t *, struct pctime *); /* timeval to pctime */
290 extern void pc_pcttotv(struct pctime *, int64_t *); /* pctime to timeval */
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c70 int pc_tvtopct(timestruc_t *, struct pctime *);
71 void pc_pcttotv(struct pctime *, int64_t *);
119 struct pctime *pctp) /* pctime output */ in pc_tvtopct()
189 struct pctime *pctp, /* DOS time input */ in pc_pcttotv()
H A Dpc_dir.c703 struct pctime mtime; in pc_rename()
704 struct pctime crtime; in pc_rename()
H A Dpc_node.c330 struct pctime pt = { 0, 0 }; in pc_mark_acc()
H A Dpc_vnops.c578 struct pctime atime; in pcfs_getattr()
825 struct pctime atime; in pcfs_setattr()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c826 getNow(struct pctime *pctp, uchar_t *msec) in getNow()