Lines Matching refs:oldspl
672 int oldspl; in si_Sioctl() local
684 oldspl = spltty(); /* better safe than sorry */ in si_Sioctl()
792 splx(oldspl); in si_Sioctl()
807 int oldspl, cflag, iflag, oflag, lflag; in siparam() local
835 oldspl = spltty(); in siparam()
964 splx(oldspl); in siparam()
1053 int lost, oldspl, port; in si_poll() local
1056 oldspl = spltty(); in si_poll()
1094 splx(oldspl); in si_poll()
1373 int oldspl, n, amount; in si_start() local
1375 oldspl = spltty(); in si_start()
1442 splx(oldspl); in si_start()
1457 int oldspl;
1462 oldspl = spltty();
1469 splx(oldspl);
1523 int oldspl; in si_command() local
1532 oldspl = spltty(); /* Keep others out */ in si_command()
1551 splx(oldspl); in si_command()
1594 splx(oldspl); in si_command()