Date: Fri, 24 May 1996 10:17:33 -0300 (GRNLNDST) From: ormonde@trem.cnt.org.br (Rodrigo Ormonde) To: freebsd-hackers@freebsd.org Subject: splnet() and splx() Message-ID: <9605241317.AA09726@trem.cnt.org.br>
next in thread | raw e-mail | index | archive | help
Hello. I'm working inside the FreeBSD kernel and sometimes I see the following construction: (it is present in many modules) int s; s = splnet(); /* There is code here */ splx(s); Does anybody know what are the functions splnet() and splx() ? Thanks in advance. -- Rodrigo de La Rocque Ormonde Confederacao Nacional do Transporte e-mail: ormonde@cnt.org.br
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9605241317.AA09726>