MAKEIPLCOOKIE(9) Kernel Developer's Manual MAKEIPLCOOKIE(9)
NAME
makeiplcookiecompose 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