Home
last modified time | relevance | path

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

/systemd-251/test/fuzz/fuzz-bus-match/
Dtest.input3 arg3='test',sender='foo',type='signal',interface='bar.x',
4 arg3='test',sender='foo',type='method_call',interface='bar.x',
/systemd-251/src/basic/
Dmissing_syscall.h188 static inline long missing_keyctl(int cmd, unsigned long arg2, unsigned long arg3, unsigned long ar… in missing_keyctl() argument
190 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in missing_keyctl()