Searched refs:PFS_WR (Results 1 – 3 of 3) sorted by relevance
179 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init()181 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init()
72 #define PFS_WR 0x0002 /* writeable */ macro73 #define PFS_RDWR (PFS_RD|PFS_WR)
610 ((mode & FWRITE) && !(mode & PFS_WR))) in pfs_open()1093 if (!(pn->pn_flags & PFS_WR)) in pfs_write()