Home
last modified time | relevance | path

Searched refs:err_mask (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_api.c206 state->err_mask = CLEANUP_STAT_MASK_INCOMPLETE; in cleanup_control()
208 state->err_mask = ~0; in cleanup_control()
H A Dcleanup.h72 int err_mask; /* allowed badness */ member
240 (!((s)->errs & (s)->err_mask) && !((s)->flags & CLEANUP_FLAG_DISCARD))
H A Dcleanup_state.c94 state->err_mask = 0; in cleanup_state_alloc()
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_i2c.c338 const uint32_t err_mask = in tegra_i2c_wait() local
343 if (stat & err_mask) { in tegra_i2c_wait()