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

  /src/sys/arch/acorn32/podulebus/
sfasvar.h 139 #define SFAS_NF_HAS_MSG 0x0010 /* We have received a complete msg */
sfas.c 1183 nexus->flags |= SFAS_NF_HAS_MSG;
1335 while(!(nexus->flags & SFAS_NF_HAS_MSG)) {
1348 nexus->flags |= SFAS_NF_HAS_MSG;
1353 nexus->flags |= SFAS_NF_HAS_MSG;
1367 if (nexus->flags & SFAS_NF_HAS_MSG) {
1497 nexus->flags &= ~SFAS_NF_HAS_MSG;

Completed in 36 milliseconds