/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 434 smi_acquire(struct rtl8366rb_softc *sc, int sleep) in smi_acquire() argument 455 smi_release(struct rtl8366rb_softc *sc, int sleep) in smi_release() argument 470 smi_select(device_t dev, int op, int sleep) in smi_select() argument 509 smi_read_locked(struct rtl8366rb_softc * sc,uint16_t addr,uint16_t * data,int sleep) smi_read_locked() argument 538 smi_write_locked(struct rtl8366rb_softc * sc,uint16_t addr,uint16_t data,int sleep) smi_write_locked() argument 562 smi_read(device_t dev,uint16_t addr,uint16_t * data,int sleep) smi_read() argument 579 smi_write(device_t dev,uint16_t addr,uint16_t data,int sleep) smi_write() argument 596 smi_rmw(device_t dev,uint16_t addr,uint16_t mask,uint16_t data,int sleep) smi_rmw() argument 826 int err, i, sleep; rtl_readphy() local 861 int err, i, sleep; rtl_writephy() local [all...] |
/freebsd/contrib/ncurses/include/ |
H A D | nc_mingw.h | 51 #define sleep(n) Sleep((n) * 1000) macro
|
H A D | win32_curses.h | 69 #define sleep(n) Sleep((n) * 1000) macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.h | 70 std::atomic<bool> KMP_FOURLINE_ALIGN_CACHE sleep; global() member 89 sleep_s *sleep; global() variable
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.c | 286 ice_usec_delay(uint32_t time, bool sleep) in ice_usec_delay() argument 304 ice_msec_delay(uint32_t time,bool sleep) ice_msec_delay() argument [all...] |
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 705 #define sleep(x) Sleep((x)*1000) macro
|
H A D | config.h | 706 #define sleep(x) Sleep((x)*1000) macro
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_sleep.c | 237 ATF_TC_HEAD(sleep, tc) in ATF_TC_HEAD() argument 244 ATF_TC_BODY(sleep, tc) in ATF_TC_BODY() argument
|
/freebsd/contrib/ntp/util/ |
H A D | sht.c | 21 #define sleep(x) Sleep(x*1000) macro
|
/freebsd/contrib/sendmail/libsm/ |
H A D | clock.c | 509 sleep(intvl) in sleep() function
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() 557 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response()
|
/freebsd/tests/sys/kern/ |
H A D | listener_wakeup.c | 65 } sleep; member
|
/freebsd/contrib/ntp/libntp/ |
H A D | machines.c | 97 void sleep(int seconds) sleep() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1435 #define sleep(x) Sleep((x)*1000) /* on win32 */ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.h | 110 ReportStack *sleep; global() variable
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 468 struct irdma_sc_ah *sc_ah, bool sleep) in irdma_create_ah_wait() 531 bool sleep = (flags & RDMA_CREATE_AH_SLEEPABLE) != 0; in irdma_create_ah() local
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog.h | 90 unsigned int sleep; member
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | interrupt.cc | 148 void setup_interruptor(pthread_t target, bool sleep = false) in setup_interruptor()
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_main.c | 838 int sleep = 2; in nicvf_send_msg_to_pf() local
|
/freebsd/sys/kern/ |
H A D | kern_thread.c | 1506 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 247 INTERCEPTOR(unsigned int, sleep, unsigned int s) { in INTERCEPTOR() argument
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rum.c | 881 int sleep; in rum_beacon_miss() local 934 rum_set_power_state(struct rum_softc *sc, int sleep) in rum_set_power_state()
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1369 #define sleep(x) Sleep((x)*1000) /* on win32 */ macro
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 294 bool sleep; member
|