Home
last modified time | relevance | path

Searched defs:ptyfsnode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/ptyfs/
H A Dptyfs.h94 struct ptyfsnode { struct
96 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;
H A Dptyfs_subr.c98 static SLIST_HEAD(ptyfs_hashhead, ptyfsnode) *ptyfs_node_tbl; in SLIST_HEAD() argument