Lines Matching +full:two +full:-
1 .\" SPDX-License-Identifier: BSD-2-Clause
35 .Nd compare two kernel objects
45 system call allows the caller to determine whether the two processes with
66 .Bl -tag -width KCMP_FILE
68 Compare two file descriptions referred to by file descriptors
86 two separate file descriptions to back the two file descriptors, but they will
94 the two opens).
96 Determine whether the two processes share the same file descriptor table.
108 Determine whether the two processes share the same signal handler table.
119 Determine whether the two processes share a virtual memory address space.
157 If the two objects cannot be compared for some reason,
172 If an error occurs, the value -1 is returned and the global variable
178 .Bl -tag -width Er
217 This implementation aims to be source-compatible with the Linux implementation.