Searched refs:e_prot (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs_map.c123 vm_prot_t e_prot; local
129 e_prot = entry->protection;
217 (e_prot & VM_PROT_READ)?"r":"-",
218 (e_prot & VM_PROT_WRITE)?"w":"-",
219 (e_prot & VM_PROT_EXECUTE)?"x":"-",
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c1008 vm_prot_t e_prot; local
1039 e_prot = entry->protection;
1089 (e_prot & VM_PROT_READ)?"r":"-",
1090 (e_prot & VM_PROT_WRITE)?"w":"-",
1091 (e_prot & VM_PROT_EXECUTE)?"x":"-",

Completed in 84 milliseconds