Searched refs:ibmasm_new_command (Results 1 – 6 of 6) sorted by relevance
62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE); in ibmasm_send_driver_vpd()116 cmd = ibmasm_new_command(sp, sizeof(struct os_state_command)); in ibmasm_send_os_state()
54 cmd = ibmasm_new_command(sp, sizeof rhb_dot_cmd); in ibmasm_start_reverse_heartbeat()
54 sp->heartbeat = ibmasm_new_command(sp, HEARTBEAT_BUFFER_SIZE); in ibmasm_heartbeat_init()
20 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command() function
157 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size);
313 cmd = ibmasm_new_command(command_data->sp, count); in command_file_write()