Searched defs:ptyfsnode (Results 1 – 2 of 2) sorted by relevance
94 struct ptyfsnode { struct96 struct ptyfskey ptyfs_key;99 u_long ptyfs_fileno; /* unique file id */100 int ptyfs_status; /* status flag for times */105 uid_t ptyfs_uid;106 gid_t ptyfs_gid;107 mode_t ptyfs_mode;108 int ptyfs_flags;109 struct timespec ptyfs_ctime, ptyfs_mtime, ptyfs_atime, ptyfs_birthtime;
98 static SLIST_HEAD(ptyfs_hashhead, ptyfsnode) *ptyfs_node_tbl; in SLIST_HEAD() argument