Home
last modified time | relevance | path

Searched refs:ut_session (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/ndk_musl_include/
Dutmpx.h30 int ut_session, __ut_pad2; member
32 int __ut_pad2, ut_session; member
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h30 int ut_session, __ut_pad2; member
32 int __ut_pad2, ut_session; member
/third_party/musl/include/
Dutmpx.h30 int ut_session, __ut_pad2; member
32 int __ut_pad2, ut_session; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h30 int ut_session, __ut_pad2; member
32 int __ut_pad2, ut_session; member
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h30 int ut_session, __ut_pad2; member
32 int __ut_pad2, ut_session; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs306 pub ut_session: ::c_long,
310 pub ut_session: ::c_int,
320 pub ut_session: ::c_int,
409 && self.ut_session == other.ut_session
430 .field("ut_session", &self.ut_session)
449 self.ut_session.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs471 pub ut_session: ::c_long,
484 pub ut_session: i32,
512 && self.ut_session == other.ut_session
531 .field("ut_session", &self.ut_session)
548 self.ut_session.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs425 pub ut_session: u16,
547 && self.ut_session == other.ut_session
565 .field("ut_session", &self.ut_session)
582 self.ut_session.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs721 pub ut_session: u16,
848 && self.ut_session == other.ut_session
873 .field("ut_session", &self.ut_session)
893 self.ut_session.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs540 pub ut_session: ::c_long,
783 && self.ut_session == other.ut_session
802 .field("ut_session", &self.ut_session)
819 self.ut_session.hash(state);
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs500 pub ut_session: ::c_int,
588 && self.ut_session == other.ut_session
612 .field("ut_session", &self.ut_session)
629 self.ut_session.hash(state);