Lines Matching refs:Arg
103 using sandbox::bpf_dsl::Arg;
116 const Arg<unsigned long> flags(0); in RestrictCloneToThreadsAndEPERMFork()
141 const Arg<int> option(0); in RestrictPrctl()
154 const Arg<int> request(1); in RestrictIoctl()
168 const Arg<int> flags(3); in RestrictMmapFlags()
178 const Arg<int> prot(2); in RestrictMprotectFlags()
192 const Arg<int> cmd(1); in RestrictFcntlCommands()
193 const Arg<long> long_arg(2); in RestrictFcntlCommands()
218 const Arg<int> call(0); in RestrictSocketcallCommand()
237 const Arg<pid_t> pid(0); in RestrictKillTarget()
250 const Arg<int> op(1); in RestrictFutex()
264 const Arg<int> which(0); in RestrictGetSetpriority()
265 const Arg<int> who(1); in RestrictGetSetpriority()
282 const Arg<pid_t> pid(0); in RestrictSchedTarget()
294 const Arg<pid_t> pid(0); in RestrictPrlimit64()
299 const Arg<int> who(0); in RestrictGetrusage()
306 const Arg<clockid_t> clockid(0); in RestrictClockID()