exec_subr.c | 165 vmcmd_get_prot(struct lwp *l, const struct exec_vmcmd *cmd, vm_prot_t *prot, function in typeref:typename:int 202 if ((error = vmcmd_get_prot(l, cmd, &prot, &maxprot)) != 0) 281 if ((error = vmcmd_get_prot(l, cmd, &prot, &maxprot)) != 0) 338 if ((error = vmcmd_get_prot(l, cmd, &prot, &maxprot)) != 0)
|