Lines Matching refs:calls
30 The universal dumping grounds for system calls in Solaris 2.x,
36 like a good idea to permit system calls or underlying routines
38 of unrelated system calls.
51 to them if you add new system calls.
54 1) System calls now live in directories called "syscall". Architecture
55 independant system calls live in common/syscall and architecture
56 dependant system calls live in sparc/syscall or i86/syscall.
58 2) Most system calls have their own separate file. We try to keep
61 3) Unrelated system calls should NEVER be put in the same file. Do
68 o System calls that are internally related, either because
71 The system calls in sigqueue.c and lwpsys.c are examples
75 calls. The file rlimit.c, containing getrlimit() and
78 o System calls that are basically "variations on a theme,"
81 5) If a number of system calls make use of a local function, or,
82 if a function is used more widely than in a few system calls,
86 fdsetattr, which were used by several different system calls.
94 The system calls in common/os/scalls.c, common/fs/vncalls.c
96 calls that previously resided in <arch>/os/archdep.c have
303 Most of the system calls in this directory have been converted
305 method. This usually makes the system calls faster and more