Searched refs:turn_on (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/src/linux/ |
D | ioperm.c | 6 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/ |
D | ioperm02.c | 38 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/ |
D | TestConstructorMovableOnlyTypes.cpp | 75 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/ |
D | bio.h | 684 int BIO_set_tcp_ndelay(int sock, int turn_on);
|