Searched defs:arg5 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dmissing.h1096 static inline long keyctl(int cmd, unsigned long arg2, unsigned long arg3, unsigned long arg4,unsigned long arg5) { argument
1098 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);

Completed in 17 milliseconds