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

  /src/sys/arch/acorn32/podulebus/
escvar.h 140 #define ESC_NF_HAS_MSG 0x0010 /* We have received a complete msg */
esc.c 1256 nexus->flags |= ESC_NF_HAS_MSG;
1410 while(!(nexus->flags & ESC_NF_HAS_MSG)) {
1423 nexus->flags |= ESC_NF_HAS_MSG;
1428 nexus->flags |= ESC_NF_HAS_MSG;
1442 if (nexus->flags & ESC_NF_HAS_MSG) {
1572 nexus->flags &= ~ESC_NF_HAS_MSG;

Completed in 13 milliseconds