Searched refs:PATTACH_RDONLY (Results 1 – 4 of 4) sorted by relevance
131 if (pid == 0 || (pid == getpid() && (flags & PATTACH_RDONLY) == 0)) in proc_attach()144 if ((flags & PATTACH_RDONLY) == 0) { in proc_attach()
55 #define PATTACH_RDONLY 0x02 macro
92 if ((phdl->flags & PATTACH_RDONLY) != 0) in proc_detach()
35 #define PGRAB_RDONLY PATTACH_RDONLY