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

  /src/sys/miscfs/procfs/
procfs_limit.c 55 } linux_rlimits_ident[] = { variable in typeref:typename:const struct linux_rlimit_ident[]
148 bufsize = (64 * 3) * __arraycount(linux_rlimits_ident);
152 for (li = linux_rlimits_ident; li->desc != NULL; ++li) {
procfs_limit.c 55 } linux_rlimits_ident[] = { variable in typeref:typename:const struct linux_rlimit_ident[]
148 bufsize = (64 * 3) * __arraycount(linux_rlimits_ident);
152 for (li = linux_rlimits_ident; li->desc != NULL; ++li) {

Completed in 20 milliseconds