Lines Matching refs:proc_ids

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)));
828 free(proc_ids);
841 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count); variable
842 …fo(PROC_INFO_CALL_LISTPIDS, PROC_PPID_ONLY, (uint32_t)getpid(), (uint32_t)0, (user_addr_t)proc_ids,
843 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
848 free(proc_ids);
858 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count); variable
861 …proc_info(PROC_INFO_CALL_LISTPIDS, PROC_UID_ONLY, CONF_UID_VAL, (uint32_t)0, (user_addr_t)proc_ids,
862 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
867 free(proc_ids);
877 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count); variable
880 …oc_info(PROC_INFO_CALL_LISTPIDS, PROC_RUID_ONLY, CONF_RUID_VAL, (uint32_t)0, (user_addr_t)proc_ids,
881 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
886 free(proc_ids);
902 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count); variable
903 …roc_info(PROC_INFO_CALL_LISTPIDS, PROC_TTY_ONLY, get_tty_dev(), (uint32_t)0, (user_addr_t)proc_ids,
904 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
909 free(proc_ids);