/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 105 def first_sector_of_cluster(self, cluster: int) -> int: 141 def __init__(self, data: bytes, sector: int, offset: int): 206 def __call__(self, start_sector: int, num_sectors: int = 1) -> bytes: ... 212 start_sector: int, 213 size: int, 215 sector_writer: Callable[[int, bytes], None] 232 def read_sectors(self, start_sector: int, num_sectors: int) -> bytes: 236 def write_sectors(self, start_sector: int, data: bytes) -> None: 240 self, data: bytes, start_sector: int 279 def read_fat_entry(self, cluster: int) -> int: [all …]
|
H A D | testrunner.py | 119 def proc_run_test(test: str, test_field_width: int) -> TestResult: 126 test_field_width: int, jobs: int) -> List[TestResult]: 163 test_field_width: int, 325 test_field_width: int, 372 def run_tests(self, tests: List[str], jobs: int = 1) -> bool:
|
/openbmc/linux/arch/x86/kernel/ |
D | sys_ia32.c |
|
D | ioport.c |
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
D | tracing_struct.c |
|
D | timer.c |
|
/openbmc/linux/arch/powerpc/kernel/ |
D | sys_ppc32.c |
|
/openbmc/linux/tools/perf/pmu-events/ |
D | metric.py |
|
/openbmc/linux/arch/sparc/kernel/ |
D | sys_sparc32.c |
|
/openbmc/linux/arch/m68k/include/asm/ |
D | amigahw.h |
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_tui.py | 143 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, argument 144 retry_delay: Optional[int]) -> None: 439 def keypress(self, size: Tuple[int, int], key: str) -> Optional[str]: argument 528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float, argument 529 _x: int, _y: int, focus: bool) -> None:
|
/openbmc/linux/arch/s390/kernel/ |
D | compat_linux.c |
|
D | runtime_instr.c |
|
/openbmc/linux/drivers/misc/sgi-xp/ |
D | xp_main.c |
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 76 def __init__(self, exitcode: Optional[int], 211 def add_fd(self: _T, fd: int, fdset: int, 231 def send_fd_scm(self, fd: Optional[int] = None, 551 def _soft_shutdown(self, timeout: Optional[int]) -> None: 598 def _do_shutdown(self, timeout: Optional[int]) -> None: 623 timeout: Optional[int] = 30) -> None: 658 def wait(self, timeout: Optional[int] = 30) -> None: 873 console_index: int = 0) -> None:
|
H A D | console_socket.py | 36 sock_fd: Optional[int] = None, 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes:
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_net_unittest.cpp | 234 .WillOnce([](int, int, off_t*, size_t) { in TEST_F() argument 248 .WillOnce([chunk](int, void* buf, size_t) { in TEST_F() argument 253 .WillOnce([chunk](int, const void* data, size_t len, int) { in TEST_F() argument
|
/openbmc/linux/ipc/ |
D | syscall.c |
|
D | msg.c |
|
D | sem.c |
|
/openbmc/linux/arch/mips/loongson2ef/common/ |
D | serial.c |
|
/openbmc/linux/tools/testing/kunit/ |
D | kunit_parser.py |
|
/openbmc/linux/arch/um/include/shared/ |
D | irq_kern.h |
|
/openbmc/qemu/tests/functional/ |
H A D | test_memlock.py | 60 def get_process_status_values(self, pid: int) -> Dict[str, int]: 70 def _get_raw_process_status(self, pid: int) -> str:
|
/openbmc/linux/kernel/time/ |
D | itimer.c |
|