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

  /src/sys/arch/vax/include/
macros.h 404 #define ILCK_FAILED -1 /* Interlock failed */
  /src/sys/arch/vax/boot/boot/
if_ni.c 131 while ((ret = insqti(e, h)) == ILCK_FAILED)
141 while ((ret = remqhi(h)) == (void *)ILCK_FAILED)
  /src/sys/dev/bi/
if_ni.c 97 if ((ret = insqti(e, h)) != ILCK_FAILED) \
107 if ((ret = remqhi(h)) != (void *)ILCK_FAILED) \

Completed in 15 milliseconds