Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py105 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 Dtestrunner.py119 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/
Dsys_ia32.c
Dioport.c
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dtracing_struct.c
Dtimer.c
/openbmc/linux/arch/powerpc/kernel/
Dsys_ppc32.c
/openbmc/linux/tools/perf/pmu-events/
Dmetric.py
/openbmc/linux/arch/sparc/kernel/
Dsys_sparc32.c
/openbmc/linux/arch/m68k/include/asm/
Damigahw.h
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py143 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/
Dcompat_linux.c
Druntime_instr.c
/openbmc/linux/drivers/misc/sgi-xp/
Dxp_main.c
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py76 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 Dconsole_socket.py36 sock_fd: Optional[int] = None,
112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes:
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp234 .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/
Dsyscall.c
Dmsg.c
Dsem.c
/openbmc/linux/arch/mips/loongson2ef/common/
Dserial.c
/openbmc/linux/tools/testing/kunit/
Dkunit_parser.py
/openbmc/linux/arch/um/include/shared/
Dirq_kern.h
/openbmc/qemu/tests/functional/
H A Dtest_memlock.py60 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/
Ditimer.c

123456789