Searched refs:sysh (Results 1 – 2 of 2) sorted by relevance
306 struct sys_handler *sysh; in install_sys_handler() local308 sysh = malloc(sizeof(*sysh), M_UNDEF, M_WAITOK); in install_sys_handler()309 sysh->sys_handler = func; in install_sys_handler()310 LIST_INSERT_HEAD(&sys_handlers, sysh, sys_link); in install_sys_handler()316 struct sys_handler *sysh; in undef_sys() local318 LIST_FOREACH(sysh, &sys_handlers, sys_link) { in undef_sys()319 if (sysh->sys_handler(esr, frame)) in undef_sys()
2069 if {$sysh && [cc-check-functions realpath]} {2073 } elseif {$sysh && [cc-check-functions _fullpath]} {