Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c440 smi_acquire(struct rtl8366rb_softc *sc, int sleep) in smi_acquire()
461 smi_release(struct rtl8366rb_softc *sc, int sleep) in smi_release()
476 smi_select(device_t dev, int op, int sleep) in smi_select()
515 smi_read_locked(struct rtl8366rb_softc *sc, uint16_t addr, uint16_t *data, int sleep) in smi_read_locked()
544 smi_write_locked(struct rtl8366rb_softc *sc, uint16_t addr, uint16_t data, int sleep) in smi_write_locked()
568 smi_read(device_t dev, uint16_t addr, uint16_t *data, int sleep) in smi_read()
585 smi_write(device_t dev, uint16_t addr, uint16_t data, int sleep) in smi_write()
602 smi_rmw(device_t dev, uint16_t addr, uint16_t mask, uint16_t data, int sleep) in smi_rmw()
832 int err, i, sleep; in rtl_readphy() local
867 int err, i, sleep; in rtl_writephy() local
/freebsd/contrib/ncurses/include/
H A Dnc_mingw.h51 #define sleep(n) Sleep((n) * 1000) macro
H A Dwin32_curses.h69 #define sleep(n) Sleep((n) * 1000) macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h73 std::atomic<bool> KMP_FOURLINE_ALIGN_CACHE sleep; member
92 sleep_s *sleep; variable
/freebsd/sys/dev/ice/
H A Dice_osdep.c286 ice_usec_delay(uint32_t time, bool sleep) in ice_usec_delay()
304 ice_msec_delay(uint32_t time, bool sleep) in ice_msec_delay()
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in705 #define sleep(x) Sleep((x)*1000) macro
H A Dconfig.h706 #define sleep(x) Sleep((x)*1000) macro
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c237 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 Dsht.c21 #define sleep(x) Sleep(x*1000) macro
/freebsd/contrib/sendmail/libsm/
H A Dclock.c509 sleep(intvl) in sleep() function
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c250 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 Dlistener_wakeup.c65 } sleep; member
/freebsd/contrib/unbound/
H A Dconfig.h.in1277 #define sleep(x) Sleep((x)*1000) /* on win32 */ macro
/freebsd/contrib/ntp/libntp/
H A Dmachines.c97 void sleep(int seconds) in sleep() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h111 ReportStack *sleep; variable
/freebsd/crypto/openssl/
H A De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c468 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 Dbsddialog.h90 unsigned int sleep; member
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc148 void setup_interruptor(pthread_t target, bool sleep = false) in setup_interruptor()
/freebsd/sys/dev/vnic/
H A Dnicvf_main.c849 int sleep = 2; in nicvf_send_msg_to_pf() local
/freebsd/sys/kern/
H A Dkern_thread.c1522 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c881 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 Dconfig.h1366 #define sleep(x) Sleep((x)*1000) /* on win32 */ macro
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h294 bool sleep; member
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h703 # define sleep sleepX macro
802 # define sleep sleepX macro

12