Searched defs:_comp (Results 1 – 2 of 2) sorted by relevance
| /external/u-boot/include/ |
| D | command.h | 187 _usage, _help, _comp) \ argument 191 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 208 _help, _comp) \ argument 213 _comp) \ argument
|
| /external/kernel-headers/original/uapi/asm-generic/ |
| D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|