HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_getpriority (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 615 int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);
sunos32_sysent.c 396 .sy_call = (sy_call_t *)netbsd32_getpriority
397 }, /* 100 = netbsd32_getpriority */
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 527 .sy_call = (sy_call_t *)netbsd32_getpriority
528 }, /* 100 = netbsd32_getpriority */
netbsd32_netbsd.c 898 netbsd32_getpriority(struct lwp *l, const struct netbsd32_getpriority_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 534 check_syscall_args(netbsd32_getpriority)
3033 int netbsd32_getpriority(struct lwp *, const struct netbsd32_getpriority_args *, register_t *);

Completed in 17 milliseconds