/src/sbin/devpubd/ |
Makefile | 10 CPPFLAGS+= -DDEVPUBD_RUN_HOOKS=\"/libexec/devpubd-run-hooks\" 12 SCRIPTS= devpubd-run-hooks 13 SCRIPTSDIR_devpubd-run-hooks= /libexec 15 .PATH: ${.CURDIR}/hooks 16 HOOKS= 01-makedev 02-wedgenames 17 SCRIPTS+= ${HOOKS:C,^,hooks/,} 18 .for f in ${HOOKS} 19 SCRIPTSDIR_hooks/${f}= /libexec/devpubd-hooks 25 CLEANFILES= devpubd-run-hooks [all...] |
Makefile | 10 CPPFLAGS+= -DDEVPUBD_RUN_HOOKS=\"/libexec/devpubd-run-hooks\" 12 SCRIPTS= devpubd-run-hooks 13 SCRIPTSDIR_devpubd-run-hooks= /libexec 15 .PATH: ${.CURDIR}/hooks 16 HOOKS= 01-makedev 02-wedgenames 17 SCRIPTS+= ${HOOKS:C,^,hooks/,} 18 .for f in ${HOOKS} 19 SCRIPTSDIR_hooks/${f}= /libexec/devpubd-hooks 25 CLEANFILES= devpubd-run-hooks [all...] |
/src/sys/external/bsd/drm2/drm/ |
drm_agp_hook.c | 49 const struct drm_agp_hooks *hooks; member in struct:__anon9caea3e60108 59 agp_hooks.hooks = NULL; 66 KASSERT(agp_hooks.hooks == NULL); 73 drm_agp_register(const struct drm_agp_hooks *hooks) 79 KASSERT(agp_hooks.hooks); 83 agp_hooks.hooks = hooks; 91 drm_agp_deregister(const struct drm_agp_hooks *hooks) 96 KASSERT(agp_hooks.hooks == hooks); 111 const struct drm_agp_hooks *hooks; local in function:drm_agp_hooks_acquire 141 const struct drm_agp_hooks *hooks; local in function:drm_agp_init 270 const struct drm_agp_hooks *hooks; local in function:DEFINE_AGP_HOOK_IOCTL [all...] |
drm_agp_hook.c | 49 const struct drm_agp_hooks *hooks; member in struct:__anon9caea3e60108 59 agp_hooks.hooks = NULL; 66 KASSERT(agp_hooks.hooks == NULL); 73 drm_agp_register(const struct drm_agp_hooks *hooks) 79 KASSERT(agp_hooks.hooks); 83 agp_hooks.hooks = hooks; 91 drm_agp_deregister(const struct drm_agp_hooks *hooks) 96 KASSERT(agp_hooks.hooks == hooks); 111 const struct drm_agp_hooks *hooks; local in function:drm_agp_hooks_acquire 141 const struct drm_agp_hooks *hooks; local in function:drm_agp_init 270 const struct drm_agp_hooks *hooks; local in function:DEFINE_AGP_HOOK_IOCTL [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_agpsupport.h | 56 const struct drm_agp_hooks *hooks; member in struct:drm_agp_head
|
drm_agpsupport.h | 56 const struct drm_agp_hooks *hooks; member in struct:drm_agp_head
|
/src/sys/net/ |
pfil.c | 58 pfil_hook_t hooks[MAX_HOOKS]; member in struct:__anonea41f28d0208 210 pfh = &oldlist->hooks[i]; 222 * Finally, add the hook. Note: for PFIL_IN we insert the hooks in 229 pfh = &newlist->hooks[0]; 230 memmove(&newlist->hooks[1], pfh, len); 232 pfh = &newlist->hooks[nhooks]; 336 pfil_hook_t *last, *pfh = &newlist->hooks[i]; 341 if ((last = &newlist->hooks[nhooks - 1]) != pfh) { 402 * pfil_run_hooks: run the specified packet filter hooks. 436 pfil_hook_t *pfh = &phlist->hooks[i] [all...] |
pfil.c | 58 pfil_hook_t hooks[MAX_HOOKS]; member in struct:__anonea41f28d0208 210 pfh = &oldlist->hooks[i]; 222 * Finally, add the hook. Note: for PFIL_IN we insert the hooks in 229 pfh = &newlist->hooks[0]; 230 memmove(&newlist->hooks[1], pfh, len); 232 pfh = &newlist->hooks[nhooks]; 336 pfil_hook_t *last, *pfh = &newlist->hooks[i]; 341 if ((last = &newlist->hooks[nhooks - 1]) != pfh) { 402 * pfil_run_hooks: run the specified packet filter hooks. 436 pfil_hook_t *pfh = &phlist->hooks[i] [all...] |
/src/sys/rump/kern/lib/libsimplehook_tester/ |
simplehook_tester.c | 109 "tester hooks"); 551 "dohooks", SYSCTL_DESCR("do hooks"), 672 khook_list_t *hooks; local in function:simplehook_tester_fini 681 hooks = ctx->ctx_hooks; 696 if (hooks != NULL) 697 simplehook_destroy(hooks);
|
simplehook_tester.c | 109 "tester hooks"); 551 "dohooks", SYSCTL_DESCR("do hooks"), 672 khook_list_t *hooks; local in function:simplehook_tester_fini 681 hooks = ctx->ctx_hooks; 696 if (hooks != NULL) 697 simplehook_destroy(hooks);
|