Searched refs:r_cmd (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/ |
D | software_manager.py | 417 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name 419 utils.system(r_cmd) 468 r_cmd = self.base_command + ' ' + 'update' 470 utils.system(r_cmd) 556 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name 559 utils.system(r_cmd) 652 r_cmd = self.base_command + ' ' + command + ' ' + flag + ' ' + name 655 utils.system(r_cmd)
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.h | 168 int r_cmd; /* LC_START or LC_WAIT */ member
|
D | doio.c | 2225 if (listio(lio->r_cmd, &lio_req, 1) < 0) { in do_listio() 2229 format_listio(req, lio->r_cmd, &lio_req, 1, fd, in do_listio() 2253 format_listio(req, lio->r_cmd, &lio_req, 1, fd, in do_listio() 2292 format_listio(req, lio->r_cmd, in do_listio()
|
D | iogen.c | 913 req->r_data.listio.r_cmd = cmd; in form_iorequest()
|