HomeSort by: relevance | last modified time | path
    Searched defs:hr_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/hpc/
config_hook.c 50 void *hr_ctx; member in struct:hook_rec
122 hr->hr_ctx = ctx;
140 cr->hr_ctx = ctx;
187 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg);
192 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg);
226 cr->hr_ctx = hr->hr_ctx;
256 res = (*cr->hr_func)(cr->hr_ctx, cr->hr_type, cr->hr_id, msg);
config_hook.c 50 void *hr_ctx; member in struct:hook_rec
122 hr->hr_ctx = ctx;
140 cr->hr_ctx = ctx;
187 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg);
192 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg);
226 cr->hr_ctx = hr->hr_ctx;
256 res = (*cr->hr_func)(cr->hr_ctx, cr->hr_type, cr->hr_id, msg);

Completed in 90 milliseconds