HomeSort by: relevance | last modified time | path
    Searched refs:PTYFS_ITIMES (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/ptyfs/
ptyfs.h 150 #define PTYFS_ITIMES(ptyfs, acc, mod, cre) \
152 ptyfs_itimes(ptyfs, acc, mod, cre)
165 void ptyfs_itimes(struct ptyfsnode *, const struct timespec *,
ptyfs_subr.c 175 PTYFS_ITIMES(pp, NULL, NULL, NULL);
ptyfs_vnops.c 326 PTYFS_ITIMES(ptyfs, NULL, NULL, NULL);
777 PTYFS_ITIMES(ptyfs, NULL, NULL, NULL);
925 PTYFS_ITIMES(ptyfs, acc, mod, NULL);
930 ptyfs_itimes(struct ptyfsnode *ptyfs, const struct timespec *acc, function in typeref:typename:void

Completed in 23 milliseconds