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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 504 int error_mask;
515 error_mask = POLLHUP | POLLERR | POLLNVAL;
516 mask = ready_mask & (file_ptr->mask | error_mask);
503 int error_mask; local
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 504 int error_mask;
515 error_mask = POLLHUP | POLLERR | POLLNVAL;
516 mask = ready_mask & (file_ptr->mask | error_mask);
503 int error_mask; local
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.h 442 int error_mask; /* error classes */ member in struct:SMTP_SESSION
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.h 96 int error_mask; /* client errors */ member in struct:__anon69
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 3774 u32 error_mask; local
3781 error_mask = ~(GM45_ERROR_PAGE_TABLE |
3786 error_mask = ~(I915_ERROR_PAGE_TABLE |
3789 I915_WRITE(EMR, error_mask);

Completed in 27 milliseconds