Home
last modified time | relevance | path

Searched refs:master (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/bionic/
Dpty.cpp115 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/
Dpty_test.cpp31 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/
Dxt_quota.h31 struct xt_quota_priv * master; member
Dxt_limit.h30 struct xt_limit_priv * master; member
Dxt_statistic.h46 struct xt_statistic_priv * master __attribute__((aligned(8))); member
Dxt_hashlimit.h52 struct xt_hashlimit_info * master; member
/bionic/libc/kernel/uapi/linux/
Dstm.h26 __u16 master; member
/bionic/libc/kernel/uapi/linux/hdlc/
Dioctl.h76 char master[IFNAMSIZ]; member
/bionic/
DREADME.md188 …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/
Dstatus.md14 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
Dfdsan.md45 …[`<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…
Dnative_allocator.md326 … 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…
Delf-tls.md662 [go-hacking]: https://github.com/golang/go/blob/master/src/runtime/HACKING.md
/bionic/libc/kernel/uapi/drm/
Di915_drm.h740 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/
DREADME.md188 …* see: https://android.googlesource.com/platform/platform_testing/+/refs/heads/master/scripts/perf…
/bionic/libc/malloc_debug/
DREADME.md577 [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…