Lines Matching defs:command
22 * | |-- command
33 * |-- command
43 * command: execute dot commands
44 * write: execute a dot command on the service processor
45 * read: return the result of a previously executed dot command
211 /* struct to save state between command file operations */
214 struct command *command;
242 command_data->command = NULL;
252 if (command_data->command)
253 command_put(command_data->command);
262 struct command *cmd;
274 cmd = command_data->command;
279 command_data->command = NULL;
299 struct command *cmd;
309 /* commands are executed sequentially, only one command at a time */
310 if (command_data->command)
323 if (command_data->command) {
328 command_data->command = cmd;
591 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR);