![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYKernel Data Access Library (libkvm, -lkvm) SYNOPSIS
struct kinfo_proc *
char **
char **
DESCRIPTIONThe
The number of processes found is returned in
the reference parameter cnt. The processes are
returned as a contiguous array of kinfo_proc structures. This memory is
locally allocated, and subsequent calls to
The
The nchr argument indicates the maximum number of characters, including null bytes, to use in building the strings. If this amount is exceeded, the string causing the overflow is truncated and the partial result is returned. This is handy for programs like ps(1) and w(1) that print only a one line summary of a command and should not copy out large amounts of text only to ignore it. If nchr is zero, no limit is imposed and all argument strings are returned in their entirety. The memory allocated to the argv pointers and
string storage is owned by the kvm library. Subsequent
The
RETURN VALUESThe SEE ALSOkvm(3), kvm_close(3), kvm_geterr(3), kvm_nlist(3), kvm_open(3), kvm_openfiles(3), kvm_read(3), kvm_write(3) BUGSThese routines do not belong in the kvm interface.
|