Lines Matching refs:macos_proc
126 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()
808 register struct macos_proc *p1; in proc_compare()
809 register struct macos_proc *p2; in proc_compare()
814 p1 = *(struct macos_proc **) pp1; in proc_compare()
815 p2 = *(struct macos_proc **) pp2; in proc_compare()
865 register struct macos_proc **prefp;
866 register struct macos_proc *pp;
892 int load_thread_info(struct macos_proc *mp) in load_thread_info()