Searched refs:proc_ids (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | proc_info.c | 762 pid_t * proc_ids = malloc(sizeof(pid_t) * (unsigned long)proc_count); variable 763 …nfo(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (user_addr_t)proc_ids, 768 free(proc_ids); 774 proc_ids = malloc(sizeof(pid_t) * (unsigned long)proc_count_all); 775 …nfo(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (user_addr_t)proc_ids, 783 if (proc_ids[j] == proc_config->child_pids[i]) { 798 free(proc_ids); 804 …nfo(PROC_INFO_CALL_LISTPIDS, PROC_ALL_PIDS, (uint32_t)getpid(), (uint32_t)0, (user_addr_t)proc_ids, 821 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count); variable 823 (user_addr_t)proc_ids, (int32_t)(proc_count * (int)sizeof(*proc_ids))); [all …]
|