Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
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.c87 struct fifo { struct
91 int num; /* number of bytes in the fifo */ argument
92 int size; /* size of the fifo */ argument
103 struct fifo fifo; member
114 struct fifo *fifo; in fifo_init() local
123 struct fifo *fifo; in fifo_reset() local
133 struct fifo *fifo; in fifo_put() local
146 struct fifo *fifo; in fifo_get() 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; xge_hal_channel_msi_set() local
6673 int fifo = channel->post_qid; xge_hal_channel_msix_set() local
[all...]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Duart_backend.c77 struct fifo { struct
81 int num; /* number of characters in the fifo */ argument
82 int size; /* size of the fifo */ argument
155 struct fifo *fifo; in uart_rxfifo_getchar() local
192 struct fifo *fifo; in rxfifo_putchar() local
300 struct fifo *fifo; in uart_rxfifo_reset() 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/test/util-tests/tests/cpmvln/
H A Dmkobj.c46 const char *fifo = NULL; in main() local
/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