Searched refs:thisrc (Results 1 – 1 of 1) sorted by relevance
1894 int thisrc; in security_task_prctl() local1899 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()1900 if (thisrc != LSM_RET_DEFAULT(task_prctl)) { in security_task_prctl()1901 rc = thisrc; in security_task_prctl()1902 if (thisrc != 0) in security_task_prctl()