Home
last modified time | relevance | path

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

/freebsd-src/sys/vm/
H A Dvm_map.c2735 vm_map_protect_guard(vm_map_entry_t entry,vm_prot_t new_prot,vm_prot_t new_maxprot,int flags) vm_map_protect_guard() argument
2764 vm_map_protect(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_prot_t new_prot,vm_prot_t new_maxprot,int flags) vm_map_protect() argument
/freebsd-src/sys/cam/scsi/
H A Dscsi_sa.c4207 sasetprot(struct cam_periph *periph, struct sa_prot_state *new_prot) in sasetprot()