Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dpc_dir.h43 struct pctime { struct
71 struct pctime pcd_crtime; /* creation time/date */
77 struct pctime pcd_mtime; /* last modified time/date */
291 extern int pc_tvtopct(timestruc_t *, struct pctime *); /* timeval to pctime */
292 extern void pc_pcttotv(struct pctime *, int64_t *); /* pctime to timeval */
/titanic_44/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_node.c330 struct pctime pt = { 0, 0 }; in pc_mark_acc()
H A Dpc_dir.c696 struct pctime mtime; in pc_rename()
697 struct pctime crtime; in pc_rename()
H A Dpc_vnops.c577 struct pctime atime; in pcfs_getattr()
824 struct pctime atime; in pcfs_setattr()
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c828 getNow(struct pctime *pctp, uchar_t *msec) in getNow()