Searched refs:oldspl (Results 1 – 4 of 4) sorted by relevance
22 #define disable(oldspl) save_flags (oldspl) argument23 #define restore(oldspl) restore_flags (oldspl) argument
41 #define UNLOCKB(lk, oldspl) unlockb(lk, oldspl); argument
192 #define splx(oldspl) if ((oldspl) == 0) spl0() argument
448 long oldspl; local450 disable(oldspl); /* strange but true! */484 restore(oldspl);