Home
last modified time | relevance | path

Searched refs:thisrc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/
H A Dsecurity.c3433 int thisrc; in security_task_prctl() local
3438 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
3439 if (thisrc != LSM_RET_DEFAULT(task_prctl)) { in security_task_prctl()
3440 rc = thisrc; in security_task_prctl()
3441 if (thisrc != 0) in security_task_prctl()