Searched refs:kvm_getargv (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dkvm.h74 char **kvm_getargv(kvm_t *, const struct kinfo_proc *, int);
/macosx-10.10/Libc-1044.1.2/darwin/
H A Dkvm.c34 kvm_getargv(void* kd, const void* p, int nchr) function
/macosx-10.10/shell_cmds-179/w/
H A Dw.c482 ep->args = fmt_argv(kvm_getargv(kd, ep->kp, argwidth),
560 ptr = fmt_argv(kvm_getargv(kd, dkp, argwidth),
/macosx-10.10/adv_cmds-158/pkill/
H A Dpkill.c480 (pargv = kvm_getargv(kd, kp, 0)) != NULL) {
863 (argv = kvm_getargv(kd, kp, 0)) != NULL) {
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c1195 ki->ki_args = fmt(kvm_getargv, ki, KI_PROC(ki)->p_comm,

Completed in 178 milliseconds