Home
last modified time | relevance | path

Searched defs:fifo (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dps2kbd.c71 struct fifo { struct
75 int num; /* number of bytes in the fifo */ argument
76 int size; /* size of the fifo */ argument
84 struct fifo fifo; member
213 struct fifo *fifo; in fifo_init() local
222 struct fifo *fifo; in fifo_reset() local
232 struct fifo *fifo; in fifo_put() local
245 struct fifo *fifo; in fifo_get() local
H A Dps2mouse.c88 struct fifo { struct
92 int num; /* number of bytes in the fifo */ argument
93 int size; /* size of the fifo */ argument
104 struct fifo fifo; member
115 struct fifo *fifo; in fifo_init() local
124 struct fifo *fifo; in fifo_reset() local
134 struct fifo *fifo; in fifo_put() local
147 struct fifo *fifo; in fifo_get() local
H A Duart_emul.c114 struct fifo { struct
118 int num; /* number of characters in the fifo */ argument
119 int size; /* size of the fifo */ argument
218 struct fifo *fifo; in rxfifo_reset() local
261 struct fifo *fifo; in rxfifo_available() local
270 struct fifo *fifo; in rxfifo_putchar() local
305 struct fifo *fifo; in rxfifo_getchar() local
336 struct fifo *fifo = &sc->rxfifo; in rxfifo_numchars() local
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo.c40 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; in __hal_fifo_mempool_item_alloc() local
110 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; in __hal_fifo_mempool_item_free() local
154 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_open() local
315 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_close() local
494 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_align_free_unmap() local
525 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_align_alloc_map() local
H A Dxgehal-fifo-fp.c51 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in __hal_fifo_dtr_post_single() local
264 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_reserve_many() local
502 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_post() local
556 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_post_many() local
651 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_next_completed() local
837 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_set_aligned() local
928 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_append() local
969 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_finalize() local
1040 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_fifo_dtr_buffer_set() local
H A Dxgehal-mgmtaux.c1562 xge_hal_fifo_queue_t *fifo; in xge_hal_aux_device_config_read() local
H A Dxgehal-device-fp.c110 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; in xge_hal_device_bar1_set() local
H A Dxgehal-device.c6526 int fifo = channel->post_qid; in xge_hal_channel_msi_set() local
6673 int fifo = channel->post_qid; in xge_hal_channel_msix_set() local
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c126 read_fifo (fifo, buf, size) in read_fifo() argument
249 peek3_2 (fifo) in peek3_2() argument
299 _buffer(int fifo) in _buffer()
H A Dwrite_fifo.c49 int write_fifo ( int fifo, char * buf, unsigned int size ) in write_fifo()
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c382 char fifo[PATH_MAX + 1]; in send_cron_msg() local
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c89 *fifo, local
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dtail.c143 int fifo; member
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h743 xge_hal_fifo_config_t fifo; member
H A Dxgehal-regs.h300 #define XGE_HAL_SET_TX_MAT(fifo, msi) vBIT(msi, (8 * fifo), 8) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1544 unsigned samples, fifo; in sndctl_dsp_current_optr() local