Searched refs:drain (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_output.c | 275 audio_client_t **drain) in auimpl_output_callback_impl() argument 413 if (drain && drained && (c->c_drain != NULL) && in auimpl_output_callback_impl() 416 c->c_next_drain = *drain; in auimpl_output_callback_impl() 417 *drain = c; in auimpl_output_callback_impl() 459 audio_client_t *drain = NULL; in auimpl_output_callback() local 508 auimpl_output_callback_impl(e, &output, &drain); in auimpl_output_callback() 524 while ((c = drain) != NULL) { in auimpl_output_callback() 526 drain = c->c_next_drain; in auimpl_output_callback()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | uart_backend.c | 70 void (*drain)(int, enum ev_type, void *); member 460 sc->usc_sock.drain, sc->usc_sock.drainarg); in uart_sock_accept() 512 void (*drain)(int, enum ev_type, void *), void *drainarg) in uart_sock_backend() 552 sc->usc_sock.drain = drain; in uart_sock_backend() 574 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tty_open() 580 return (uart_sock_backend(sc, path, drain, arg)); in uart_tty_open() 588 sc->mev = mevent_add(sc->tty.rfd, EVF_READ, drain, arg); in uart_tty_open()
|
H A D | uart_backend.h | 52 void (*drain)(int, enum ev_type, void *), void *arg);
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | Makefile | 36 drain.output 64 lp.set drain.output lp.cat := LDLIBS += $(LIBLP) -lcurses $(LDSTACKPROTECT)
|
H A D | standard | 158 if [ -x "${LOCALPATH}/drain.output" ] 160 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
|
H A D | tsol_standard | 157 if [ -x "${LOCALPATH}/drain.output" ] 159 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
|
H A D | tsol_standard_foomatic | 160 if [ -x "${LOCALPATH}/drain.output" ] 162 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 137 def read(self, drain=0): 142 if not drain: 241 fd.read(drain=1)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | print-lp.p5m | 78 file path=usr/lib/lp/bin/drain.output group=lp mode=0555
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 1310 Cause: after FW requested a NIG drain then the retransmitted 6059 2. Request: ecore_mcp_drain() now returns only after drain period is over. 6531 8. Request: Implement NIG drain.
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 9268 ql_abort_device(ql_adapter_state_t *ha, ql_tgt_t *tq, int drain) in ql_abort_device() argument 9307 if (drain && VALID_TARGET_ID(ha, tq->loop_id) && PD_PORT_LOGIN(tq)) { in ql_abort_device()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1099 …ng tasks on the connection by sending cleanup requests via SQ. Clear-SQ / drain may be needed in e…
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 7120 drain
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 7122 drain
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3780 drain the input buffer, since that was irritating.
|