Searched defs:wait (Results 51 - 75 of 125) sorted by relevance

12345

/freebsd-10-stable/sys/dev/ahb/
H A Dahb.c441 int wait = 1000; /* 1 sec enough? */ local
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c242 apr_interval_time_t wait; local
/freebsd-10-stable/contrib/libbegemot/
H A Drpoll.c502 poll_dispatch(int wait) argument
/freebsd-10-stable/sys/arm/samsung/exynos/
H A Dchrome_kb.c300 ckb_read(keyboard_t *kbd, int wait) argument
327 ckb_read_char_locked(keyboard_t *kbd, int wait) argument
396 ckb_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/arm/versatile/
H A Dpl050.c267 kmi_read(keyboard_t *kbd, int wait) argument
281 kmi_read_char_locked(keyboard_t *kbd, int wait) argument
303 kmi_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/dev/adb/
H A Dadb_kbd.c558 akbd_read(keyboard_t *kbd, int wait) argument
591 akbd_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c592 u_int wait; local
/freebsd-10-stable/sys/dev/atkbdc/
H A Datkbdc.c824 empty_kbd_buffer(KBDC p, int wait) argument
863 empty_aux_buffer(KBDC p, int wait) argument
902 empty_both_buffers(KBDC p, int wait) argument
[all...]
H A Datkbd.c553 atkbd_read(keyboard_t *kbd, int wait) argument
577 atkbd_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_mv88e1xxx.c137 static int mv88e1xxx_reset(struct cphy *cphy, int wait) argument
H A Dcxgb_vsc8211.c97 static int vsc8211_reset(struct cphy *cphy, int wait) argument
/freebsd-10-stable/sys/dev/uart/
H A Duart_kbd_sun.c375 sunkbd_read(keyboard_t *kbd, int wait) argument
411 sunkbd_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/netgraph/
H A Dng_ksocket.c1018 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; local
/freebsd-10-stable/sys/pc98/cbus/
H A Dpckbd.c548 pckbd_read(keyboard_t *kbd, int wait) argument
572 pckbd_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dtimed.c456 static struct timeval wait; local
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_vnops.c221 int error, wait, passes; local
/freebsd-10-stable/sys/dev/kbdmux/
H A Dkbdmux.c603 kbdmux_read(keyboard_t *kbd, int wait) argument
641 kbdmux_read_char(keyboard_t *kbd, int wait) argument
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Ducma.c1230 static unsigned int ucma_poll(struct file *filp, struct poll_table_struct *wait) argument
/freebsd-10-stable/lib/libc/rpc/
H A Drpc_soc.c161 clntudp_bufcreate(struct sockaddr_in *raddr, u_long prog, u_long vers, struct timeval wait, int *sockp, u_int sendsz, u_int recvsz) argument
176 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, struct timeval wait, int *sockp) argument
/freebsd-10-stable/sys/dev/esp/
H A Dncr53c9x.c2332 struct timeval cur, wait; local
[all...]
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_ha.c719 ctl_ha_msg_recv(ctl_ha_channel channel, void *addr, size_t len, int wait) argument
758 ctl_ha_msg_send2(ctl_ha_channel channel, const void *addr, size_t len, const void *addr2, size_t len2, int wait) argument
824 ctl_ha_msg_send(ctl_ha_channel channel, const void *addr, size_t len, int wait) argument
/freebsd-10-stable/sys/geom/sched/
H A Dgs_rr.c376 int wait = get_bounded(&me.wait_ms, 2); local
489 int delta = ticks - qp->q_lastsub, wait = get_bounded(&me.wait_ms, 2); local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dstandalone.c532 /* Store into the structure such as `wait' would return function
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-dos.c591 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) argument
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c625 hostapd_drv_send_action(struct hostapd_data *hapd, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *data, size_t len) argument

Completed in 339 milliseconds

12345