OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOFILE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
param.h
126
#ifndef
NOFILE
127
#define
NOFILE
OPEN_MAX /* max open files per process */
/src/usr.bin/mail/
support.c
323
} sstack[
NOFILE
];
343
if (ssp >=
NOFILE
- 1) {
/src/bin/csh/
misc.c
232
int
nofile
;
local in function:closem
235
nofile
= FOLDSTD + 1;
236
if (fcntl(
nofile
, F_CLOSEM, 0) == -1)
238
nofile
=
NOFILE
;
240
for (f = 0; f <
nofile
; f++)
/src/sys/kern/
kern_proc.c
236
static const int
nofile
=
NOFILE
;
variable in typeref:typename:const int
533
rlim[RLIMIT_NOFILE].rlim_cur = maxfiles <
nofile
? maxfiles :
nofile
;
Completed in 99 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025