Searched refs:commands (Results 1 – 5 of 5) sorted by relevance
95 unsigned int commands[] = { SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_scp_info() local99 for (i = 0; i < ARRAY_SIZE(commands); i++) { in sclp_read_scp_info()104 cc = sclp_service_call(commands[i], ri); in sclp_read_scp_info()
434 const unsigned int commands[] = { SCLP_CMDW_READ_SCP_INFO_FORCED, in find_valid_sclp_code() local439 for (i = 0; i < ARRAY_SIZE(commands); i++) { in find_valid_sclp_code()444 valid_code = commands[i]; in find_valid_sclp_code()445 cc = sclp_service_call(commands[i], h); in find_valid_sclp_code()
19 # (e.g., invoking commands with arguments) that break. Should have a
103 c) If the modified program normally reads commands interactively320 The hypothetical commands `show w' and `show c' should show the appropriate321 parts of the General Public License. Of course, the commands you use may
65 Backticks can be used to pass the result of shell commands, for example: