mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Avoid side-effect assignments in if statements when possible. - Don't use ! to check for NULL pointers, explicitly check against NULL. - Explicitly check error return values against 0. - Don't use INTR_MPSAFE for interrupt handlers with only filters as it is meaningless. - Remove unneeded function casts. |
||
|---|---|---|
| .. | ||
| atpic.c | ||
| atrtc.c | ||
| clock.c | ||
| elcr.c | ||
| icu.h | ||
| isa.c | ||
| isa.h | ||
| isa_dma.c | ||
| nmi.c | ||
| orm.c | ||