Searched refs:command (Results 1 – 7 of 7) sorted by relevance
| /samples/bpf/ |
| D | tracex7_user.c | 13 char command[256]; in main() local 48 snprintf(command, 256, "mount %s tmpmnt/", argv[1]); in main() 49 f = popen(command, "r"); in main()
|
| 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/user_events/ |
| 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/ |
| 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/timers/ |
| 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/ |
| D | Kconfig | 107 tristate "Build kdb command example -- loadable modules only" 111 command to the kdb shell.
|
| /samples/crypto/ |
| D | fips140_lab_util.c | 591 static const struct command { struct
|