Home
last modified time | relevance | path

Searched refs:macos_proc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_macosx.c126 static struct macos_proc *proc_list = NULL;
127 static struct macos_proc **proc_ref = NULL;
200 struct macos_proc struct
211 struct macos_proc **next_proc; argument
389 register struct macos_proc *pp; in format_next_process()
492 register struct macos_proc **prefp; in get_process_info()
493 register struct macos_proc *pp; in get_process_info()
511 proc_list = (struct macos_proc*)realloc(proc_list, sizeof(struct macos_proc) * nproc); in get_process_info()
512 …proc_ref = (struct macos_proc **)realloc(proc_ref, sizeof(struct macos_proc *) * (onproc = nproc)); in get_process_info()
620 qsort((char *)proc_ref, active_procs, sizeof(struct macos_proc *), proc_compare); in get_process_info()
[all …]