Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h21 #define ENOPARAM 519 /* Parameter not supported */ macro
/linux/lib/
H A Derrname.c186 E(ENOPARAM),
/linux/rust/kernel/
H A Derror.rs179 declare_err!(ENOPARAM, "Parameter not supported."); in name()
/linux/kernel/cgroup/
H A Dcgroup-v1.c949 if (opt == -ENOPARAM) { in cgroup1_parse_param()
953 if (ret != -ENOPARAM) in cgroup1_parse_param()
/linux/security/integrity/ima/
H A Dima_main.c1252 return -ENOPARAM; in ima_measure_critical_data()
/linux/security/
H A Dsecurity.c895 * returned to the caller -ENOPARAM is returned, otherwise a negative
903 int rc = -ENOPARAM; in security_fs_context_parse_param()
909 else if (trc != -ENOPARAM) in security_fs_context_parse_param()
/linux/drivers/block/
H A Drbd.c6251 if (ret != -ENOPARAM) in rbd_parse_param()
6257 if (token == -ENOPARAM) in rbd_parse_param()