Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Dutils.c29 #define syserror(format, ...) \ macro
195 syserror("Failed to open \"%s\"", path); in write_id_mapping()
202 syserror("Failed to write \"deny\" to \"/proc/%d/setgroups\"", pid); in write_id_mapping()
214 syserror("Failed to open \"%s\"", path); in write_id_mapping()
220 syserror("Failed to write %cid mapping to \"%s\"", in write_id_mapping()
273 return syserror("Failed to write mapping: %s", mapbuf); in map_ids_from_idmap()
335 return syserror("failure: setgroups"); in switch_ids()
338 return syserror("failure: setresgid"); in switch_ids()
341 return syserror("failure: setresuid"); in switch_ids()
345 return syserror("failure: make dumpable"); in switch_ids()
[all …]