Searched refs:_command (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 224 self._command = _guess_engine_command() 226 if ("docker" in self._command and 242 return subprocess.call(self._command + cmd, **kwargs) 247 return subprocess.check_call(self._command + cmd, **kwargs) 276 return subprocess.check_output(self._command + cmd, 282 return subprocess.check_output(self._command + cmd, 367 if self._command[0] == "podman": 621 if docker._command[0] == "docker": 623 elif docker._command[0] == "sudo": 625 elif docker._command[0] == "podman":
|
/openbmc/linux/drivers/input/mouse/ |
H A D | trackpoint.c | 136 #define TRACKPOINT_INT_ATTR(_name, _command, _default) \ argument 139 .command = _command, \ 172 #define TRACKPOINT_BIT_ATTR(_name, _command, _mask, _inv, _default) \ argument 176 .command = _command, \
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 38 u8 _command[3]; member
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 171 #define binder_set_extended_error(ee, _id, _command, _param) \ argument 174 (ee)->command = _command; \
|