Searched refs:_comp (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | command.h | 286 _usage, _help, _comp) \ argument 288 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 291 _usage, _help, _comp) \ argument 294 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) } 296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 299 _usage, _help, _comp); 302 _help, _comp) \ argument 305 _usage, _help, _comp) 320 _usage, _help, _comp) \ argument 322 _CMD_HELP(_help) _CMD_COMPLETE(_comp) } [all …]
|
| /openbmc/qemu/linux-headers/asm-generic/ |
| H A 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
|