MAKEIPLCOOKIE(9) NetBSD Kernel Developer's Manual MAKEIPLCOOKIE(9)
NAME
makeiplcookie -- compose an ipl cookie
SYNOPSIS
#include <sys/param.h> ipl_cookie_t makeiplcookie(ipl_t ipl);
DESCRIPTION
makeiplcookie() composes a cookie which can be fed into splraiseipl. ipl should be one of IPL_ constants.
RETURN VALUES
makeiplcookie() returns a composed cookie.
SEE ALSO
spl(9), splraiseipl(9) NetBSD 7.1 December 22, 2006 NetBSD 7.1
Powered by man-cgi (2024-08-26). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.