Home
last modified time | relevance | path

Searched refs:pc_tvtopct (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c70 int pc_tvtopct(timestruc_t *, struct pctime *);
117 pc_tvtopct( in pc_tvtopct() function
H A Dpc_node.c316 if (pc_tvtopct(&now, &pcp->pc_entry.pcd_mtime)) in pc_mark_mod()
339 if (pc_tvtopct(&now, &pt)) { in pc_mark_acc()
H A Dpc_vnops.c809 error = pc_tvtopct(timep, &pcp->pc_entry.pcd_mtime); in pcfs_setattr()
837 error = pc_tvtopct(timep, &atime); in pcfs_setattr()
H A Dpc_dir.c289 if (error = pc_tvtopct(&now, &ep->pcd_mtime)) in pc_makedirentry()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h289 extern int pc_tvtopct(timestruc_t *, struct pctime *); /* timeval to pctime */