HomeSort by: relevance | last modified time | path
    Searched defs:vmcmd_get_prot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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)
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)

Completed in 21 milliseconds