Searched refs:thisrc (Results 1 – 1 of 1) sorted by relevance
3415 int thisrc; in security_task_prctl() local3420 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()3421 if (thisrc != LSM_RET_DEFAULT(task_prctl)) { in security_task_prctl()3422 rc = thisrc; in security_task_prctl()3423 if (thisrc != 0) in security_task_prctl()