/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_pty.rs | 20 let master_fd = posix_openpt(OFlag::O_RDWR).unwrap(); in test_ptsname_equivalence() localVariable 37 let master_fd = posix_openpt(OFlag::O_RDWR).unwrap(); in test_ptsname_copy() localVariable 53 let master_fd = posix_openpt(OFlag::O_RDWR).unwrap(); in test_ptsname_r_copy() localVariable
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_lease.c | 989 static void check_crtc_masks(int master_fd, int lease_fd, uint32_t crtc_mask) in check_crtc_masks() 1049 int master_fd = data->master.fd; in possible_crtcs_filtering() local 1097 static int _create_simple_lease(int master_fd, data_t *data, int expected_ret) in _create_simple_lease() 1115 static int create_simple_lease(int master_fd, data_t *data) in create_simple_lease()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pty.py | 140 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/aosp_15_r20/external/ltp/testcases/cve/ |
H A D | cve-2014-0196.c | 41 static volatile int master_fd, slave_fd; variable
|
/aosp_15_r20/external/selinux/restorecond/ |
H A D | restorecond.c | 66 static int master_fd = -1; variable
|
H A D | user.c | 266 int server(int master_fd, const char *watch_file) { in server()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.h | 47 int master_fd; member
|
H A D | panvk_physical_device.c | 656 int master_fd = -1; in panvk_physical_device_init() local
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.h | 35 int master_fd; member
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | telnetd.c | 275 int pty_fd, new_fd, c = 0, w, master_fd = 0; in telnetd_main() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl.cc | 332 int master_fd = -1; in tu_physical_device_try_create() local
|
H A D | tu_device.h | 93 int master_fd; member
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.h | 90 int master_fd; member
|
H A D | radv_physical_device.c | 1984 int master_fd = -1; in radv_physical_device_try_create() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 2248 int master_fd = -1; in anv_physical_device_try_create() local
|
/aosp_15_r20/external/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 159 int master_fd, in amdgpu_cs_ctx_override_priority()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 1587 int master_fd = -1; in anv_physical_device_try_create() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 3950 int master_fd, slave_fd; in posix_openpty() local 4018 int master_fd = -1, result = 0; in posix_forkpty() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | posixmodule.c | 7339 int master_fd = -1, slave_fd = -1; in os_openpty_impl() local 7491 int master_fd = -1; in os_forkpty_impl() local
|