Lines Matching +full:attribute +full:- +full:sets
10 * the COPYING file in the top-level directory.
12 * Contributions after 2012-01-13 are licensed under the terms of the
18 #include "qemu/config-file.h"
50 * See 'NOTES' in 'man 2 clone' - s390 has 'flags' in
99 * Musl sets this in pthread_create too, but it is
275 return -1; in qemu_seccomp()
284 static int kill_process = -1; in qemu_seccomp_update_action()
285 if (kill_process == -1) { in qemu_seccomp_update_action()
305 int rc = -1; in seccomp_start()
322 error_setg_errno(errp, -rc, in seccomp_start()
323 "failed to set seccomp rawrc attribute"); in seccomp_start()
330 error_setg_errno(errp, -rc, in seccomp_start()
345 error_setg_errno(errp, -rc, in seccomp_start()
353 error_setg_errno(errp, -rc, in seccomp_start()
359 return rc < 0 ? -1 : 0; in seccomp_start()
379 return -1; in parse_sandbox()
394 return -1; in parse_sandbox()
400 return -1; in parse_sandbox()
412 return -1; in parse_sandbox()
424 return -1; in parse_sandbox()
429 return -1; in parse_sandbox()