Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcn_proc.h33 #define PROC_EVENT_ALL (PROC_EVENT_FORK | PROC_EVENT_EXEC | PROC_EVENT_UID | \
49 PROC_EVENT_UID = 0x00000004, enumerator
/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c167 case PROC_EVENT_UID: in handle_packet()
/openbmc/linux/kernel/
H A Dcred.c444 proc_id_connector(task, PROC_EVENT_UID); in commit_creds()
/openbmc/linux/drivers/connector/
H A Dcn_proc.c189 if (which_id == PROC_EVENT_UID) { in proc_id_connector()