Searched refs:save_proc (Results 1 – 1 of 1) sorted by relevance
165 #define SP(pp, field) (((struct save_proc *)((pp)->ki_spareptrs[0]))->sp_##field)317 struct save_proc { struct1156 struct save_proc *savep; in get_process_info()1270 memset(savep, 0, sizeof(struct save_proc)); in get_process_info()1277 savep = (struct save_proc *)calloc(1, sizeof(struct save_proc)); in get_process_info()1290 savep = (struct save_proc *)calloc(1, sizeof(struct save_proc)); in get_process_info()