Home
last modified time | relevance | path

Searched defs:master_fd (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_pty.rs20 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 Dkms_lease.c989 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 Dpty.py128 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/
Dpty.py128 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/
Dpty.py128 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/
Dpty.py128 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/
Dpty.py128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dpty.py128 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
/aosp_15_r20/external/ltp/testcases/cve/
H A Dcve-2014-0196.c41 static volatile int master_fd, slave_fd; variable
/aosp_15_r20/external/selinux/restorecond/
H A Drestorecond.c66 static int master_fd = -1; variable
H A Duser.c266 int server(int master_fd, const char *watch_file) { in server()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.h47 int master_fd; member
H A Dpanvk_physical_device.c656 int master_fd = -1; in panvk_physical_device_init() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.h35 int master_fd; member
/aosp_15_r20/external/toybox/toys/pending/
H A Dtelnetd.c275 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 Dtu_knl.cc332 int master_fd = -1; in tu_physical_device_try_create() local
H A Dtu_device.h93 int master_fd; member
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.h90 int master_fd; member
H A Dradv_physical_device.c1984 int master_fd = -1; in radv_physical_device_try_create() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c2248 int master_fd = -1; in anv_physical_device_try_create() local
/aosp_15_r20/external/libdrm/amdgpu/
H A Damdgpu_cs.c159 int master_fd, in amdgpu_cs_ctx_override_priority()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c1587 int master_fd = -1; in anv_physical_device_try_create() local
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c3950 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/
Dposixmodule.c7339 int master_fd = -1, slave_fd = -1; in os_openpty_impl() local
7491 int master_fd = -1; in os_forkpty_impl() local

12