Searched refs:command (Results 1 – 5 of 5) sorted by relevance
/samples/user_events/ |
A D | example.c | 21 static int event_reg(int fd, const char *command, int *write, int *enabled) in event_reg() argument 29 reg.name_args = (__u64)command; in event_reg()
|
/samples/mei/ |
A D | mei-amt-version.c | 272 uint32_t command; member 291 .command = AMT_HOST_IF_CODE_VERSIONS_REQUEST, 356 static uint32_t amt_verify_response_header(uint32_t command, in amt_verify_response_header() argument 365 } else if (resp_hdr->command != command) { in amt_verify_response_header() 377 const unsigned char *command, ssize_t command_sz, in amt_host_if_call() argument 395 command, command_sz, acmd->send_timeout); in amt_host_if_call()
|
/samples/bpf/ |
A D | README.rst | 10 convert specific command invocations between the old samples and the utilities 24 command: ``llc --version`` 56 For building the BPF samples, issue the below command from the kernel 92 'clang' command via redefining LLC or CLANG on the make command line::
|
/samples/timers/ |
A D | hpet_example.c | 29 char *command; member 65 if (!strcmp(argv[0], hpet_command[i].command)) { in main() 69 hpet_command[i].command); in main()
|
/samples/ |
A D | Kconfig | 107 tristate "Build kdb command example -- loadable modules only" 111 command to the kdb shell.
|
Completed in 8 milliseconds