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

  /src/sys/arch/hpc/hpc/
config_hook.c 48 struct hook_rec { struct
49 TAILQ_ENTRY(hook_rec) hr_link;
57 TAILQ_HEAD(hook_list, hook_rec);
76 struct hook_rec *hr, *cr, *prev_hr;
154 struct hook_rec *hr = (struct hook_rec*)hrx, *cr;
175 struct hook_rec *hr;
203 struct hook_rec *cr, *hr;
240 struct hook_rec *cr = (struct hook_rec*)crx
    [all...]

Completed in 12 milliseconds