Searched refs:ready (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c316 * Notify if possible receive data ready. Must be called
629 /* If buffer is empty, load a new event if it is ready */
1097 int ready; local
1102 ready = fifo_ready(sc, &sc->rfifo) || sc->data_signal;
1105 return (ready);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs400.c190 rdev->gart.ready = true;
H A Dradeon_pm.c258 if (!ring->ready) {
834 if (ring->ready) {
H A Dr600.c942 rdev->gart.ready = true;
1964 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
2283 ring->ready = true;
2286 ring->ready = false;
2347 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
2421 ring->ready = true;
2425 ring->ready = false;
H A Drv770.c177 rdev->gart.ready = true;
322 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
H A Dradeon.h485 bool ready; member in struct:radeon_gart
665 bool ready; member in struct:radeon_ring
H A Dr100.c686 rdev->gart.ready = true;
1204 ring->ready = true;
1234 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
3856 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
H A Drs600.c555 rdev->gart.ready = true;
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile104 netcat pidfile putty.rsa2 ready regress.log remote_pid \
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c313 * @brief Wait for the bootstrap mailbox to report "ready".
318 * @return Returns 0 if BMBX is ready, or non-zero otherwise (i.e. time out occurred).
358 /* wait for SLI Port to set ready bit */
1428 ocs_log_crit(sli4->os, "port failed to become ready after initialization\n");
3246 * @brief check to see if the FW is ready.
3252 * @param timeout_ms Time, in milliseconds, to wait for the port to be ready
3255 * @return Returns TRUE for ready, or FALSE otherwise.
3261 uint32_t ready = FALSE; local
3267 ready = TRUE;
3269 } while (!ready
3287 uint32_t ready; local
4175 uint32_t ready; local
5592 uint32_t ready; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c190 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe7
255 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe8
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk132 # this works best if share/mk is ready for it.
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h193 mpt_ready_handler_t *ready; /* final open for business */ member in struct:mpt_personality
542 ready : 1, member in struct:mpt_softc
H A Dmpt_user.c73 .ready = mpt_user_ready,
/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h84 * We wait this many seconds for the adapter to come ready if it is still
589 AACQ_COMMAND_QUEUE(ready, AACQ_READY);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h537 MFIQ_COMMAND_QUEUE(ready, MFIQ_READY);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h519 zio_done_func_t *ready, zio_done_func_t *children_ready,
/freebsd-11-stable/sys/net/
H A Dbpf.c2059 int ready; local
2062 ready = bpf_ready(d);
2063 if (ready) {
2076 return (ready);
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h111 * We wait this many seconds for the adapter to come ready if it is still
117 * We wait this many seconds for the adapter to come ready
650 AACQ_COMMAND_QUEUE(ready, AACQ_READY);
/freebsd-11-stable/sys/conf/
H A Dkern.mk54 # not yet ready for this compiler.
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js83 // The deferred used on DOM ready
86 // The ready event handler
199 // Shortcut for document ready
201 return rootjQuery.ready( selector );
277 ready: function( fn ) {
403 // Is the DOM ready to be used? Set to true once it occurs.
407 // the ready event fires. See #6781
410 // Hold (or release) the ready event
415 jQuery.ready( true );
419 // Handle when the DOM is ready
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c170 if (mbox_db.bits.ready)
197 mbox_db.bits.ready = 0;
206 mbox_db.bits.ready = 0;
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h266 #define HA_SREADY 0x40 /* drive ready */
389 ready :1, /* drive ready */ member in struct:reg_bit
1040 u_int32_t handle_interrupts :1, /* Are we ready for real work? */
1166 u_int32_t handle_interrupts :1, /* Are we ready for real work? */
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.h224 ready : 1; member in struct:isp_fc
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c184 requeue(rj, &ready);

Completed in 429 milliseconds

1234