Searched defs:fifo (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh293 fifo() function
[all...]
H A Dtests_test.sh671 fifo() function
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_fifo.c53 ATF_TC(fifo); variable
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c53 ATF_TC(fifo); variable
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dfifo.c83 int fifo(int argc, char *argv[]) function
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c43 struct fifo { struct
/freebsd-11-stable/sys/modules/nxge/
H A DMakefile
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_hp_fifo.h60 ck_hp_fifo_init(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *stub) argument
69 ck_hp_fifo_deinit(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry **stub) argument
78 ck_hp_fifo_enqueue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *entry, void *value) argument
109 ck_hp_fifo_tryenqueue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *entry, void *value) argument
138 ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, void *value) argument
172 ck_hp_fifo_trydequeue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, void *value) argument
[all...]
H A Dck_fifo.h57 ck_fifo_spsc_enqueue_trylock(struct ck_fifo_spsc *fifo) argument
64 ck_fifo_spsc_enqueue_lock(struct ck_fifo_spsc *fifo) argument
72 ck_fifo_spsc_enqueue_unlock(struct ck_fifo_spsc *fifo) argument
80 ck_fifo_spsc_dequeue_trylock(struct ck_fifo_spsc *fifo) argument
87 ck_fifo_spsc_dequeue_lock(struct ck_fifo_spsc *fifo) argument
95 ck_fifo_spsc_dequeue_unlock(struct ck_fifo_spsc *fifo) argument
103 ck_fifo_spsc_init(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *stub) argument
115 ck_fifo_spsc_deinit(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry **garbage) argument
124 ck_fifo_spsc_enqueue(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *entry, void *value) argument
140 ck_fifo_spsc_dequeue(struct ck_fifo_spsc *fifo, void *value) argument
165 ck_fifo_spsc_recycle(struct ck_fifo_spsc *fifo) argument
181 ck_fifo_spsc_isempty(struct ck_fifo_spsc *fifo) argument
225 ck_fifo_mpmc_init(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *stub) argument
236 ck_fifo_mpmc_deinit(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry **garbage) argument
245 ck_fifo_mpmc_enqueue(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *entry, void *value) argument
302 ck_fifo_mpmc_tryenqueue(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *entry, void *value) argument
355 ck_fifo_mpmc_dequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
410 ck_fifo_mpmc_trydequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
[all...]
/freebsd-11-stable/sys/dev/usb/misc/
H A Duled.c210 uled_open(struct usb_fifo *fifo, int fflags) argument
226 uled_close(struct usb_fifo *fifo, int fflags) argument
237 uled_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, int fflags) argument
H A Dufm.c307 ufm_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, argument
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_resource.c86 static int __cxio_init_resource_fifo(struct buf_ring **fifo, argument
134 static int cxio_init_resource_fifo(struct buf_ring **fifo, struc argument
141 cxio_init_resource_fifo_random(struct buf_ring **fifo, struct mtx * fifo_lock, u32 nr, u32 skip_low, u32 skip_high) argument
222 cxio_hal_get_resource(struct buf_ring *fifo, struct mtx *lock) argument
232 cxio_hal_put_resource(struct buf_ring *fifo, u32 entry, struct mtx *lock) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c307 struct usb_fifo *fifo = sc->sc_fifo.fp[USB_FIFO_RX]; local
342 ubtbcmfw_start_read(struct usb_fifo *fifo) argument
354 ubtbcmfw_stop_read(struct usb_fifo *fifo) argument
367 ubtbcmfw_start_write(struct usb_fifo *fifo) argument
379 ubtbcmfw_stop_write(struct usb_fifo *fifo) argument
391 ubtbcmfw_open(struct usb_fifo *fifo, int fflags) argument
420 ubtbcmfw_close(struct usb_fifo *fifo, int fflags) argument
431 ubtbcmfw_ioctl(struct usb_fifo *fifo, u_long cmd, void *data, int fflags) argument
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.h120 u_int32_t fifo; member in struct:ng_pipe_hookcfg
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo.c45 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; local
115 xge_hal_fifo_t *fifo local
159 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
320 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
497 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
528 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
[all...]
H A Dxgehal-mgmtaux.c1632 xge_hal_fifo_queue_t *fifo = &dev_config->fifo.queue[i]; local
[all...]
H A Dxgehal-fifo-fp.c56 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
269 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
507 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
561 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
656 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
842 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
933 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
974 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
1045 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
[all...]
/freebsd-11-stable/tools/regression/doat/
H A Ddoat.c84 const char *fifo = "fifo"; variable
/freebsd-11-stable/sys/dev/usb/storage/
H A Durio.c360 urio_start_read(struct usb_fifo *fifo) argument
368 urio_stop_read(struct usb_fifo *fifo) argument
377 urio_start_write(struct usb_fifo *fifo) argument
385 urio_stop_write(struct usb_fifo *fifo) argument
394 urio_open(struct usb_fifo *fifo, int fflags) argument
424 urio_close(struct usb_fifo *fifo, int fflags) argument
432 urio_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, int fflags) argument
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dps2kbd.c61 struct fifo { struct
74 struct fifo fifo; member in struct:ps2kbd_softc
183 struct fifo *fifo; local
192 struct fifo *fifo; local
202 struct fifo *fifo; local
215 struct fifo *fifo; local
[all...]
/freebsd-11-stable/sys/dev/usb/input/
H A Duep.c90 struct usb_fifo_sc fifo; member in struct:uep_softc
364 uep_start_read(struct usb_fifo *fifo) argument
382 uep_stop_read(struct usb_fifo *fifo) argument
397 uep_open(struct usb_fifo *fifo, in argument
415 uep_close(struct usb_fifo *fifo, int fflags) argument
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Drecvbuff.c365 check_gen_fifo_consistency(void *fifo) argument
/freebsd-11-stable/sys/dev/usb/serial/
H A Dulpt.c382 ulpt_start_read(struct usb_fifo *fifo) argument
390 ulpt_stop_read(struct usb_fifo *fifo) argument
398 ulpt_start_write(struct usb_fifo *fifo) argument
406 ulpt_stop_write(struct usb_fifo *fifo) argument
414 ulpt_open(struct usb_fifo *fifo, int fflags) argument
430 unlpt_open(struct usb_fifo *fifo, int fflags) argument
468 ulpt_close(struct usb_fifo *fifo, int fflags) argument
480 ulpt_ioctl(struct usb_fifo *fifo, u_long cmd, void *data, int fflags) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-fifo.c64 __hal_fifo_t *fifo = (__hal_fifo_t *) userdata; local
221 __hal_fifo_t *fifo = (__hal_fifo_t *) userdata; local
243 __hal_fifo_t *fifo = (__hal_fifo_t *) userdata; local
262 __hal_fifo_t *fifo = (__hal_fifo_t *) userdata; local
290 __hal_fifo_t *fifo; local
477 __hal_fifo_t *fifo = (__hal_fifo_t *) fifoh; local
540 __hal_fifo_t *fifo = (__hal_fifo_t *) fifoh; local
582 __hal_fifo_t *fifo; local
641 __hal_fifo_t *fifo; local
688 __hal_fifo_txdl_align_free_unmap( __hal_fifo_t *fifo, vxge_hal_fifo_txd_t *txdp) argument
732 __hal_fifo_txdl_align_alloc_map( __hal_fifo_t *fifo, vxge_hal_fifo_txd_t *txdp) argument
832 __hal_fifo_t *fifo; local
929 __hal_fifo_t *fifo; local
1025 __hal_fifo_t *fifo; local
1143 __hal_fifo_t *fifo; local
1208 __hal_fifo_t *fifo; local
1280 __hal_fifo_t *fifo; local
1345 __hal_fifo_t *fifo; local
1459 __hal_fifo_t *fifo; local
1552 __hal_fifo_t *fifo; local
1726 __hal_fifo_txdl_free_many( __hal_fifo_t *fifo, vxge_hal_fifo_txd_t * txdp, u32 list_size, u32 frags) argument
1817 __hal_fifo_t *fifo; local
[all...]
H A Dvxgehal-mgmtaux.c2933 __hal_fifo_t *fifo; local
[all...]

Completed in 152 milliseconds

123