Home
last modified time | relevance | path

Searched refs:sysh (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dundefined.c306 struct sys_handler *sysh; in install_sys_handler() local
308 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() local
318 LIST_FOREACH(sysh, &sys_handlers, sys_link) { in undef_sys()
319 if (sysh->sys_handler(esr, frame)) in undef_sys()
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl2069 if {$sysh && [cc-check-functions realpath]} {
2073 } elseif {$sysh && [cc-check-functions _fullpath]} {