Searched refs:is_active (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/dev/drm/
H A Dvia_dmablit.h72 int is_active; member in struct:_drm_via_blitq
H A Dvia_dmablit.c327 done_transfer = blitq->is_active &&
349 blitq->is_active = 0;
354 } else if (blitq->is_active && (ticks >= blitq->end)) {
365 if (!blitq->is_active) {
368 blitq->is_active = 1;
542 blitq->is_active = 0;
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp68 int is_active() { return out != 0; } function in class:column
554 if (!the_column->is_active())
586 if (the_column->is_active())
595 if (!the_column->is_active())
604 if (!the_column->is_active())
613 if (!the_column->is_active())
647 return the_column->is_active() ? "1" : "0";
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1165 SetIsActive (bool is_active) argument
1167 m_active = is_active;
/freebsd-10.2-release/sys/dev/vxge/
H A Dvxge.h403 bool is_active; member in struct:vxge_dev_t
H A Dvxge.c229 vdev->is_active = TRUE;
250 if (vdev->is_active) {
251 vdev->is_active = FALSE;
3575 if (!vdev->is_active)
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dregex.c1814 unsigned is_active : 1;
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5655 /* The is_active field of reg_info helps us keep track of which (possibly
1803 unsigned is_active : 1; member in struct:__anon1295::__anon1296
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dregex.c1814 unsigned is_active : 1;
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5655 /* The is_active field of reg_info helps us keep track of which (possibly
1803 unsigned is_active : 1; member in struct:__anon666::__anon667

Completed in 141 milliseconds