svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
hook_free(9f)
hook_free(9F) Kernel Functions hook_free(9F)
NAME
hook_free - free a hook_t data structure
SYNOPSIS
#include <sys/hook.h>
void hook_free(hook_t * hook);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
PARAMETERS
hook pointer returned by hook_alloc(9F).
DESCRIPTION
The hook_free() function frees a hook_t structure that was originally
allocated by hook_alloc(9F).
CONTEXT
The hook_free() function may be called from user, kernel, or interrupt
context.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ Interface StabilityCommit‐
ted
SEE ALSO
hook_alloc(9F), hook_t(9S)
Oracle Solaris 11.4 1 May 2008 hook_free(9F)