Searched defs:qst (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c46 static void qst(char *, char *);
50 * First, set up some global parameters for qst to share. Then, quicksort
51 * with qst(), and then a cleanup insertion sort ourselves. Sound simple?
69 qst(base, max);
113 * qst:
128 qst(char *base, char *max) function
214 qst(base, j);
219 qst(i, max);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h111 * The usage of enable, reset, and qst is as follows. Software
113 * set DMA.enable to 0, wait for DMA.qst=1 and then, set DMA.reset to
114 * 1. After DMA.reset is cleared by hardware and the DMA.qst is set
119 * indicated by the value of the DMA.qst. An example of DMA.enable
138 * EOP, it is possible that the qst bit will not be set even
154 uint32_t qst:1; member in struct:__anon5853::__anon5854
166 uint32_t qst:1;
H A Dhxge_rdc_hw.h115 * The usage of enable, reset, and qst is as follows. Software
117 * set DMA.enable to 0, wait for DMA.qst=1 and then, set DMA.reset to
118 * 1. After DMA.reset is cleared by hardware and the DMA.qst is set
123 * indicated by the value of the DMA.qst. An example of DMA.enable
147 uint32_t qst:1; member in struct:__anon5763::__anon5764
153 uint32_t qst:1;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h378 uint32_t qst:1; member in struct:_rxdma_cfig1_t::__anon8526::__anon8527
384 uint32_t qst:1;

Completed in 78 milliseconds