Searched refs:filelimit (Results 1 – 1 of 1) sorted by relevance
988 int filelimit; in ufalloc_file() local998 filelimit = (int)p->p_fno_ctl; in ufalloc_file()1008 if ((uint_t)fd < filelimit) in ufalloc_file()1010 if (fd >= filelimit) { in ufalloc_file()1053 int filelimit; in ufcanalloc() local1060 filelimit = (int)p->p_fno_ctl; in ufcanalloc()1071 if (count <= INT_MAX && current >= 0 && current <= filelimit) in ufcanalloc()