Home
last modified time | relevance | path

Searched defs:wait (Results 26 – 50 of 166) sorted by relevance

1234567

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c46 ATF_TC_HEAD(wait, tc) in ATF_TC_HEAD() argument
52 ATF_TC_BODY(wait, tc) in ATF_TC_BODY() argument
/freebsd/sys/contrib/ck/include/spinlock/
H A Dhclh.h39 unsigned int wait; member
/freebsd/crypto/krb5/src/ccapi/server/win/
H A DWorkItem.cpp117 void WorkList::wait() { in wait() function in WorkList
/freebsd/crypto/krb5/src/lib/rpc/
H A Dclnt_udp.c123 struct timeval wait, in clntudp_bufcreate()
219 struct timeval wait, in clntudp_create()
/freebsd/contrib/atf/atf-c++/
H A Dutils.cpp103 atf::utils::wait(const pid_t pid, const int exitstatus, in wait() function in atf::utils
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c166 sdp_post_sends(struct sdp_sock *ssk, int wait) in sdp_post_sends()
/freebsd/contrib/tcsh/
H A Dtc.wait.h76 union wait { union
/freebsd/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c69 int32_t n, s, count, wait, flood, echo_size, numeric; in main() local
/freebsd/contrib/kyua/utils/process/
H A Doperations.cpp248 process::wait(const int pid) in wait() function in process
/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c152 busdma_bufalloc_alloc_uncacheable(uma_zone_t zone,vm_size_t size,int domain,uint8_t * pflag,int wait) busdma_bufalloc_alloc_uncacheable() argument
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { in wait() function
/freebsd/sys/dev/hid/
H A Dhkbd.c408 hkbd_do_poll(struct hkbd_softc *sc, uint8_t wait) in hkbd_do_poll()
457 hkbd_get_key(struct hkbd_softc *sc, uint8_t wait) in hkbd_get_key()
1253 hkbd_read(keyboard_t *kbd, int wait) in hkbd_read()
1302 hkbd_read_char_locked(keyboard_t *kbd, int wait) in hkbd_read_char_locked()
1481 hkbd_read_char(keyboard_t *kbd, int wait) in hkbd_read_char()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp141 __assoc_sub_state::wait() wait() function in __assoc_sub_state
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h281 void wait() { Pool.wait(*this); } in wait() function
/freebsd/sys/dev/usb/input/
H A Dukbd.c461 ukbd_do_poll(struct ukbd_softc *sc, uint8_t wait) in ukbd_do_poll()
509 ukbd_get_key(struct ukbd_softc *sc, uint8_t wait) in ukbd_get_key()
1550 ukbd_read(keyboard_t *kbd, int wait) in ukbd_read()
1599 ukbd_read_char_locked(keyboard_t *kbd, int wait) in ukbd_read_char_locked()
1778 ukbd_read_char(keyboard_t *kbd, int wait) in ukbd_read_char()
/freebsd/contrib/unbound/util/
H A Dlocks.c184 LONG wait = 1; /* wait 1 msec at first */ in lock_basic_lock() local
/freebsd/sys/powerpc/powermac/
H A Ddbdmavar.h42 uint8_t wait:2; member
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c352 bool wait) in irdma_alloc_and_get_cqp_request()
1140 struct irdma_modify_qp_info *info, bool wait) in irdma_hw_modify_qp()
1587 struct irdma_vsi_pestat *pestat, bool wait) in irdma_cqp_gather_stats_cmd()
1633 bool wait = false; in irdma_cqp_stats_inst_cmd() local
1788 bool wait, in irdma_ah_cqp_op()
1884 struct irdma_ah_info *ah_info, bool wait, in irdma_puda_create_ah()
/freebsd/lib/libc/rpc/
H A Drpc_soc.c156 struct timeval wait, int *sockp, u_int sendsz, u_int recvsz) in clntudp_bufcreate() argument
171 struct timeval wait, int *sockp) in clntudp_create() argument
/freebsd/sys/dev/syscons/
H A Dschistory.c86 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4966 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_del_pkt_offload() local
5005 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_add_pkt_offload() local
5056 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_list_offload() local
5129 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_list_offload_be() local
5238 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_offload_ax() local
5345 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_offload_be() local
7660 struct rtw89_wait_info *wait = &rtwdev->mac.ps_wait; in rtw89_fw_h2c_fwips() local
7687 struct rtw89_wait_info *wait = &rtwdev->wow.wait; in rtw89_fw_h2c_wow_request_aoac() local
7718 struct rtw89_wait_info *wait, unsigned int cond) in rtw89_h2c_tx_and_wait()
7739 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; in rtw89_fw_h2c_add_mcc() local
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c289 struct poll_table_struct *wait) in ib_uverbs_event_poll()
304 struct poll_table_struct *wait) in ib_uverbs_async_event_poll()
312 struct poll_table_struct *wait) in ib_uverbs_comp_event_poll()
/freebsd/sys/dev/atkbdc/
H A Datkbdc.c844 empty_kbd_buffer(KBDC p, int wait) in empty_kbd_buffer()
883 empty_aux_buffer(KBDC p, int wait) in empty_aux_buffer()
922 empty_both_buffers(KBDC p, int wait) in empty_both_buffers()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mcu.c92 bool wait = false; in mt76x02_mcu_function_select() local
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c63 int wait = 0; in agtiapi_typhAlloc() local

1234567