Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/kcmp.2
| Show All 27 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd January 23, 2024 | .Dd January 23, 2024 | ||||
| .Dt KCMP 2 | .Dt KCMP 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm kcmp | .Nm kcmp | ||||
| .Nd compare two kernel objects | .Nd compare two kernel objects | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn kcmp "pid_t pid1" "pid_t pid2" "int type" "uintptr_t idx1" "uintptr_t idx2" | .Fn kcmp "pid_t pid1" "pid_t pid2" "int type" "uintptr_t idx1" "uintptr_t idx2" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Nm | .Nm | ||||
| system call allows the caller to determine whether the two processes with | system call allows the caller to determine whether the two processes with | ||||
| PIDs | PIDs | ||||
| ▲ Show 20 Lines • Show All 184 Lines • Show Last 20 Lines | |||||