Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/fdt/
H A Dfdt_clock.c56 boolean_t anyerrors; in enable_disable_all() local
66 anyerrors = false; in enable_disable_all()
75 anyerrors = true; in enable_disable_all()
87 anyerrors = true; in enable_disable_all()
91 return (anyerrors ? ENXIO : 0); in enable_disable_all()