Searched refs:pctime (Results 1 – 6 of 6) sorted by relevance
43 struct pctime { struct71 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 */
70 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()
330 struct pctime pt = { 0, 0 }; in pc_mark_acc()
696 struct pctime mtime; in pc_rename()697 struct pctime crtime; in pc_rename()
577 struct pctime atime; in pcfs_getattr()824 struct pctime atime; in pcfs_setattr()
828 getNow(struct pctime *pctp, uchar_t *msec) in getNow()