Searched refs:r_cmd (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/ |
D | software_manager.py | 419 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name 421 utils.system(r_cmd) 470 r_cmd = self.base_command + ' ' + 'update' 472 utils.system(r_cmd) 558 r_cmd = self.base_command + ' ' + 'erase' + ' ' + name 561 utils.system(r_cmd) 654 r_cmd = self.base_command + ' ' + command + ' ' + flag + ' ' + name 657 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()
|