| | | | |
| K |
| |
| | kernel virtual memory functions |
| | | copy data from kernel image or running system - kvm_read, kvm_kread, kvm_uread ( ) |
| | | copy data to kernel image or running system - kvm_write, kvm_kwrite, kvm_uwrite ( ) |
| | | get invocation argument for process - kvm_getcmd ( ) |
| | | get u-area for process - kvm_getu ( ) |
| | | get entries from kernel symbol table - kvm_nlist ( ) |
| | | kstat - kernel statistics facility ( ) |
| | | kstat_chain_update - update the kstat header chain ( ) |
| | | kstat_close - initialize kernel statistics facility ( ) |
| | | kstat_data_lookup - find a kstat by name ( ) |
| | | kstat_lookup - find a kstat by name ( ) |
| | | kstat_open - initialize kernel statistics facility ( ) |
| | | kstat_read - read or write kstat data ( ) |
| | | kstat_write - read or write kstat data ( ) |
| | | specify a kernel to examine - kvm_open, kvm_close ( ) |
| |
| | kstat - kernel statistics facility ( ) |
| |
| | kstat_chain_update - update the kstat header chain ( ) |
| |
| | kstat_close - initialize kernel statistics facility ( ) |
| |
| | kstat_data_lookup - find a kstat by name ( ) |
| |
| | kstat_lookup - find a kstat by name ( ) |
| |
| | kstat_open - initialize kernel statistics facility ( ) |
| |
| | kstat_read - read or write kstat data ( ) |
| |
| | kstat_write - read or write kstat data ( ) |
| |
| | kva_match - look up a key in a key-value array ( ) |
| |
| | kvm_close - specify kernel to examine ( ) |
| |
| | kvm_getcmd - get invocation arguments for process ( ) |
| |
| | kvm_getproc - read system process structures ( ) |
| |
| | kvm_getu - get u-area for process ( ) |
| |
| | kvm_kread - copy data from a kernel image or running system ( ) |
| |
| | kvm_kwrite - copy data to a kernel image or running system ( ) |
| |
| | kvm_nextproc - read system process structures ( ) |
| |
| | kvm_nlist - get entries from kernel symbol table ( ) |
| |
| | kvm_open - specify kernel to examine ( ) |
| |
| | kvm_read - copy data from kernel image or running system ( ) |
| |
| | kvm_setproc - read system process structures ( ) |
| |
| | kvm_uread - copy data from a kernel image or running system ( ) |
| |
| | kvm_uwrite - copy data to a kernel image or running system ( ) |
| |
| | kvm_write - copy data to kernel image or running system ( ) |