Home
last modified time | relevance | path

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

/freebsd/lib/geom/mountver/
H A Dgeom_mountver.c37 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/union/
H A Dgeom_union.c35 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/nop/
H A Dgeom_nop.c38 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/raid/
H A Dgeom_raid.c43 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h58 kmp_int32 lib_version; member
/freebsd/lib/geom/cache/
H A Dgeom_cache.c42 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/concat/
H A Dgeom_concat.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/label/
H A Dgeom_label.c48 uint32_t PUBSYM(lib_version) = G_LIB_VERSION;
/freebsd/sbin/geom/core/
H A Dgeom.c535 uint32_t *lib_version; in load_library() local
573 lib_version = dlsym(dlh, "lib_version"); in load_library()
574 if (lib_version == NULL) { in load_library()
579 if (*lib_version != G_LIB_VERSION) { in load_library()
/freebsd/lib/geom/multipath/
H A Dgeom_multipath.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/shsec/
H A Dgeom_shsec.c45 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/stripe/
H A Dgeom_stripe.c45 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/journal/
H A Dgeom_journal.c46 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/raid3/
H A Dgeom_raid3.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/mirror/
H A Dgeom_mirror.c44 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c48 uint32_t lib_version = G_LIB_VERSION; variable
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1096 unsigned int lib_version = (unsigned int)arg; in vchiq_ioctl() local
1098 if (lib_version < VCHIQ_VERSION_MIN) in vchiq_ioctl()
1100 else if (lib_version >= VCHIQ_VERSION_CLOSE_DELIVERED) in vchiq_ioctl()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1393 int lib_version = __itt_lib_version(_N_(_ittapi_global).lib); in _N_() local
1395 switch (lib_version) { in _N_()
/freebsd/lib/geom/part/
H A Dgeom_part.c59 uint32_t PUBSYM(lib_version) = G_LIB_VERSION;
/freebsd/lib/geom/eli/
H A Dgeom_eli.c57 uint32_t lib_version = G_LIB_VERSION; variable