Home
last modified time | relevance | path

Searched refs:turn_on (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/linux/
Dioperm.c6 int ioperm(unsigned long from, unsigned long num, int turn_on) in ioperm() argument
8 return syscall(SYS_ioperm, from, num, turn_on); in ioperm()
/third_party/ltp/testcases/kernel/syscalls/ioperm/
Dioperm02.c38 int turn_on; member
74 TEST(ioperm(tcases[i].from, tcases[i].num, tcases[i].turn_on)); in verify_ioperm()
/third_party/boost/libs/msm/test/
DTestConstructorMovableOnlyTypes.cpp75 void turn_on(ev_toggle const&) { bulp_->current = 11; } in turn_on() function
84 a_row < Off , ev_toggle , On , &bs_::turn_on >,
/third_party/openssl/include/openssl/
Dbio.h684 int BIO_set_tcp_ndelay(int sock, int turn_on);