Searched refs:filelimit (Results 1 – 1 of 1) sorted by relevance
974 int filelimit; in ufalloc_file() local984 filelimit = (int)p->p_fno_ctl; in ufalloc_file()994 if ((uint_t)fd < filelimit) in ufalloc_file()996 if (fd >= filelimit) { in ufalloc_file()1039 int filelimit; in ufcanalloc() local1046 filelimit = (int)p->p_fno_ctl; in ufcanalloc()1057 if (count <= INT_MAX && current >= 0 && current <= filelimit) in ufcanalloc()