Searched refs:master (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | pty.cpp | 115 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty() argument 116 *master = getpt(); in openpty() 117 if (*master == -1) { in openpty() 121 if (grantpt(*master) == -1 || unlockpt(*master) == -1) { in openpty() 122 close(*master); in openpty() 130 if (ptsname_r(*master, name, sizeof(buf)) != 0) { in openpty() 131 close(*master); in openpty() 137 close(*master); in openpty() 152 int master; in forkpty() local 154 if (openpty(&master, &slave, name, t, ws) == -1) { in forkpty() [all …]
|
/bionic/tests/ |
D | pty_test.cpp | 31 int master, slave; in TEST() local 34 ASSERT_EQ(0, openpty(&master, &slave, name, nullptr, &w)); in TEST() 35 ASSERT_NE(-1, master); in TEST() 37 ASSERT_NE(master, slave); in TEST() 50 close(master); in TEST() 57 int master; in TEST() local 58 pid_t pid = forkpty(&master, nullptr, nullptr, nullptr); in TEST() 71 close(master); in TEST() 117 int master; in TEST() local 119 ASSERT_EQ(0, openpty(&master, &slave, nullptr, nullptr, nullptr)); in TEST() [all …]
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_quota.h | 31 struct xt_quota_priv * master; member
|
D | xt_limit.h | 30 struct xt_limit_priv * master; member
|
D | xt_statistic.h | 46 struct xt_statistic_priv * master __attribute__((aligned(8))); member
|
D | xt_hashlimit.h | 52 struct xt_hashlimit_info * master; member
|
/bionic/libc/kernel/uapi/linux/ |
D | stm.h | 26 __u16 master; member
|
/bionic/libc/kernel/uapi/linux/hdlc/ |
D | ioctl.h | 76 char master[IFNAMSIZ]; member
|
/bionic/ |
D | README.md | 188 …scribed in [config.mk](https://android.googlesource.com/platform/build/+/master/core/config.mk#186… 195 [system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/master… 227 <https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-pro…
|
/bionic/docs/ |
D | status.md | 14 https://android.googlesource.com/platform/bionic/+/master/tests/headers/posix/ 51 Current libc symbols: https://android.googlesource.com/platform/bionic/+/master/libc/libc.map.txt 249 Current libm symbols: https://android.googlesource.com/platform/bionic/+/master/libm/libm.map.txt
|
D | fdsan.md | 45 …[`<android/fdsan.h>`](https://android.googlesource.com/platform/bionic/+/master/libc/include/andro… 61 …[`<android/fdsan.h>`](https://android.googlesource.com/platform/bionic/+/master/libc/include/andro…
|
D | native_allocator.md | 326 … Debug documentation](https://android.googlesource.com/platform/bionic/+/master/libc/malloc_debug/… 327 the option [record\_allocs](https://android.googlesource.com/platform/bionic/+/master/libc/malloc_d…
|
D | elf-tls.md | 662 [go-hacking]: https://github.com/golang/go/blob/master/src/runtime/HACKING.md
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 740 struct i915_engine_class_instance master; member 747 …uct { struct i915_user_extension base; struct i915_engine_class_instance master; __u16 virtual_ind…
|
/bionic/benchmarks/ |
D | README.md | 188 …* see: https://android.googlesource.com/platform/platform_testing/+/refs/heads/master/scripts/perf…
|
/bionic/libc/malloc_debug/ |
D | README.md | 577 [native\_heapdump\_viewer.py](https://android.googlesource.com/platform/development/+/master/script… 699 …dump\_viewer.py](https://android.googlesource.com/platform/development/+/master/scripts/native_hea…
|