Searched refs:hhk (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_hhook.c | 95 struct hhook *hhk; in hhook_run_hooks() local 102 STAILQ_FOREACH(hhk, &hhh->hhh_hooks, hhk_next) { in hhook_run_hooks() 103 if (hhk->hhk_helper != NULL && in hhook_run_hooks() 104 hhk->hhk_helper->h_flags & HELPER_NEEDS_OSD) { in hhook_run_hooks() 105 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id); in hhook_run_hooks() 120 hhk->hhk_func(hhh->hhh_type, hhh->hhh_id, hhk->hhk_udata, in hhook_run_hooks() 132 struct hhook *hhk, *tmp; in hhook_add_hook() local 140 hhk = malloc(sizeof(struct hhook), M_HHOOK, in hhook_add_hook() 143 if (hhk == NULL) in hhook_add_hook() 146 hhk->hhk_helper = hki->hook_helper; in hhook_add_hook() [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 1250 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1289 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 1429 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1472 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 1366 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1405 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 1502 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1545 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
|