HomeSort by: relevance | last modified time | path
    Searched defs:ISEMPTY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
qduser.h 200 * if the event queue is non-empty ( ISEMPTY(eq) == FALSE ), and that the
212 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
322 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */
  /src/sys/arch/vax/include/
qduser.h 207 * if the event queue is non-empty ( ISEMPTY(eq) == FALSE ), and that the
219 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
329 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */

Completed in 13 milliseconds