Searched refs:filelimit (Results 1 – 1 of 1) sorted by relevance
1032 int filelimit; in ufalloc_file() local1042 filelimit = (int)p->p_fno_ctl; in ufalloc_file()1052 if ((uint_t)fd < filelimit) in ufalloc_file()1054 if (fd >= filelimit) { in ufalloc_file()1100 int filelimit; in ufcanalloc() local1107 filelimit = (int)p->p_fno_ctl; in ufcanalloc()1118 if (count <= INT_MAX && current >= 0 && current <= filelimit) in ufcanalloc()