Searched refs:hook_alloc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h91 (x) = hook_alloc(HOOK_VERSION); \
141 extern hook_t *hook_alloc(const int version);
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c371 ins->ipdn_v4in = hook_alloc(HOOK_VERSION);
387 ins->ipdn_v4out = hook_alloc(HOOK_VERSION);
402 ins->ipdn_v6in = hook_alloc(HOOK_VERSION);
417 ins->ipdn_v6out = hook_alloc(HOOK_VERSION);
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2433 * Function: hook_alloc
2444 hook_alloc(const int h_version) function
2458 * This function only free's memory allocated with hook_alloc(), so that if
/illumos-gate/usr/src/man/man9f/
H A DMakefile283 hook_alloc.9f \

Completed in 78 milliseconds