Lines Matching refs:cmd
39 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request() argument
41 return sclp_sync_request_timeout(cmd, sccb, 0); in sclp_sync_request()
44 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout() argument
55 request->command = cmd; in sclp_sync_request_timeout()
71 cmd, request->status); in sclp_sync_request_timeout()
120 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure() argument
135 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_core_configure()
144 cmd, sccb->header.response_code); in do_core_configure()
193 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() argument
203 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_assign_storage()
212 cmd, sccb->header.response_code, rn); in do_assign_storage()
528 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure() argument
540 rc = sclp_sync_request(cmd, sccb); in do_chp_configure()
551 cmd, sccb->header.response_code); in do_chp_configure()