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

  /src/sys/compat/linux/common/
linux_limit.h 36 static int linux_to_bsd_limit(int);
73 linux_to_bsd_limit(int lim) function in typeref:typename:int
linux_misc.c 1490 which = linux_to_bsd_limit(SCARG(uap, which));
1523 which = linux_to_bsd_limit(SCARG(uap, which));
1558 which = linux_to_bsd_limit(SCARG(uap, which));
  /src/sys/compat/linux32/common/
linux32_resource.c 86 which = linux_to_bsd_limit(SCARG(uap, which));
111 which = linux_to_bsd_limit(SCARG(uap, which));
144 which = linux_to_bsd_limit(SCARG(uap, which));

Completed in 13 milliseconds