Home
last modified time | relevance | path

Searched refs:dat_prot (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h96 uint_t dat_prot; member
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c354 args->dat_prot &= ~PROT_EXEC; in elfexec()
429 args->dat_prot = PROT_USER; in elfexec()
431 args->dat_prot |= PROT_READ; in elfexec()
433 args->dat_prot |= PROT_WRITE; in elfexec()
435 args->dat_prot |= PROT_EXEC; in elfexec()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c391 args.dat_prot = PROT_ZFOD; in exec_common()
2169 p->p_datprot = args->dat_prot; in exec_args()