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

  /src/sys/dev/qbus/
qduser.h 202 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
229 /* ISFULL yields TRUE if queue is full */
231 #define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
322 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */
  /src/sys/arch/vax/include/
qduser.h 209 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
236 /* ISFULL yields TRUE if queue is full */
238 #define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
329 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */

Completed in 16 milliseconds