HomeSort by: relevance | last modified time | path
    Searched refs:ptyfs_itimes (Results 1 - 2 of 2) 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_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 12 milliseconds