Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.c213 const char component_revision[32] = {"///" COMPONENT_REVISION "///"};
2292 _Static_assert(sizeof(COMPONENT_REVISION) <= in oce_handle_passthrough()
2296 rc = copyout(COMPONENT_REVISION, in oce_handle_passthrough()
2298 sizeof(COMPONENT_REVISION)); in oce_handle_passthrough()
H A Doce_if.h98 #define COMPONENT_REVISION "11.0.50.0" macro