|
|
|
kvm_geterr(3) -- get error message on kvm descriptor
|
|
This function returns a string describing the most recent error condition on the descriptor kd. The results are undefined if the most recent kvm(3) library call did not produce an error. The string re... |
|
kvm_getfiles(3) -- survey open files
|
|
The kvm_getfiles() function returns a (sub-)set of the open files in the kernel indicated by kd. The op and arg arguments constitute a predicate which limits the set of files returned. No predicates a... |
|
|
kvm_getloadavg(3) -- get load average of the system
|
|
The kvm_getloadavg() function returns the number of processes in the system run queue of the kernel indicated by kd, averaged over various periods of time. Up to nelem samples are retrieved and assign... |
|
kvm_getprocs(3) -- access user process state
|
|
The kvm_getprocs() function returns a (sub-)set of active processes in the kernel indicated by kd. The op and arg arguments constitute a predicate which limits the set of processes returned. The value... |
|
kvm_getswapinfo(3) -- return swap summary statistics for the system
|
|
The kvm_getswapinfo() function fills an array of kvm_swap structures with swap summary information for each swap device, for up to maxswap - 1 devices. The number of devices, up to maxswap - 1, is ret... |
|
kvm_nlist(3) -- retrieve symbol table names from a kernel image
|
|
The kvm_nlist() function retrieves the symbol table entries indicated by the name list argument nl. This argument points to an array of nlist structures, terminated by an entry whose n_name field is N... |
|
kvm_open(3) -- initialize kernel virtual memory access
|
|
The functions kvm_open() and kvm_openfiles() return a descriptor used to access kernel virtual memory via the kvm(3) library routines. Both active kernels and crash dumps are accessible through this i... |
|
kvm_openfiles(3) -- initialize kernel virtual memory access
|
|
The functions kvm_open() and kvm_openfiles() return a descriptor used to access kernel virtual memory via the kvm(3) library routines. Both active kernels and crash dumps are accessible through this i... |
|
kvm_read(3) -- read or write kernel virtual memory
|
|
The kvm_read() and kvm_write() functions are used to read and write kernel virtual memory (or a crash dump file). See kvm_open(3) or kvm_openfiles(3) for information regarding opening kernel virtual m... |
|
kvm_write(3) -- read or write kernel virtual memory
|
|
The kvm_read() and kvm_write() functions are used to read and write kernel virtual memory (or a crash dump file). See kvm_open(3) or kvm_openfiles(3) for information regarding opening kernel virtual m... |
|
k_afs_cell_of_file(3) -- AFS library
|
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs... |
|
k_hasafs(3) -- AFS library
|
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs... |
|
k_pioctl(3) -- AFS library
|
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs... |
|
k_setpag(3) -- AFS library
|
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs... |
|
k_unlog(3) -- AFS library
|
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs... |