Searched refs:abi_version (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.h41 svn_ra_local__deprecated_init(int abi_version,
47 svn_ra_svn__deprecated_init(int abi_version,
53 svn_ra_serf__deprecated_init(int abi_version,
H A Ddeprecated.c502 svn_ra_local__deprecated_init(int abi_version,
506 return svn_error_trace(svn_ra_local_init(abi_version, pool, hash));
510 svn_ra_svn__deprecated_init(int abi_version,
514 return svn_error_trace(svn_ra_svn_init(abi_version, pool, hash));
518 svn_ra_serf__deprecated_init(int abi_version,
522 return svn_error_trace(svn_ra_serf_init(abi_version, pool, hash));
501 svn_ra_local__deprecated_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
509 svn_ra_svn__deprecated_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
517 svn_ra_serf__deprecated_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
H A Dwrapper_template.h490 COMPAT_INITFUNC(int abi_version, argument
497 if (abi_version < 1
498 || abi_version > SVN_RA_ABI_VERSION)
501 "for %s"), abi_version, NAME);
H A Dra_loader.c1570 svn_ra_dav_init(int abi_version,
1580 svn_ra_svn_init(int abi_version,
1590 svn_ra_local_init(int abi_version,
1600 svn_ra_serf_init(int abi_version,
1565 svn_ra_dav_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
1575 svn_ra_svn_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
1585 svn_ra_local_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
1595 svn_ra_serf_init(int abi_version, apr_pool_t *pool, apr_hash_t *hash) argument
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dmlx4.c162 if (dev->abi_version <= MLX4_UVERBS_NO_DEV_CAPS_ABI_VERSION) {
271 static struct verbs_device *mlx4_driver_init(const char *uverbs_sys_path, int abi_version) argument
296 if (abi_version < MLX4_UVERBS_MIN_ABI_VERSION ||
297 abi_version > MLX4_UVERBS_MAX_ABI_VERSION) {
300 abi_version, uverbs_sys_path,
314 dev->abi_version = abi_version;
H A Dmlx4.h118 int abi_version; member in struct:mlx4_device
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Ddev.c178 if (rhp->abi_version < 3) {
180 " than libcxgb4:: %d\n", rhp->abi_version);
190 if (rhp->abi_version < 3)
411 int abi_version)
470 c4iw_abi_version = abi_version;
525 dev->abi_version = abi_version;
410 cxgb4_driver_init(const char *uverbs_sys_path, int abi_version) argument
H A Dlibcxgb4.h64 int abi_version; member in struct:c4iw_dev
H A Dverbs.c562 if (dev->abi_version == 0)
/freebsd-13-stable/contrib/ncurses/misc/
H A Dgen-pkgconfig.in184 abi_version=@cf_cv_abi_version@
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h2552 * abi_version is the first parameter. The RA plugin must check that value
2559 typedef svn_error_t *(*svn_ra_init_func_t)(int abi_version,
2597 svn_ra_dav_init(int abi_version,
2606 svn_ra_local_init(int abi_version,
2615 svn_ra_svn_init(int abi_version,
2625 svn_ra_serf_init(int abi_version,
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.c98 static unsigned abi_version; variable
510 if (sys_read_uint(IB_UMAD_ABI_DIR, IB_UMAD_ABI_FILE, &abi_version) < 0) {
516 if (abi_version < IB_UMAD_ABI_VERSION) {
519 PATH_TO_SYS(IB_UMAD_ABI_DIR "/" IB_UMAD_ABI_FILE), abi_version,
645 if (abi_version > 5 || !ioctl(fd, IB_USER_MAD_ENABLE_PKEY, NULL))
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.c973 int abi_version)
998 if (abi_version < MLX5_UVERBS_MIN_ABI_VERSION ||
999 abi_version > MLX5_UVERBS_MAX_ABI_VERSION) {
1002 abi_version, uverbs_sys_path,
1016 dev->driver_abi_ver = abi_version;
972 mlx5_driver_init(const char *uverbs_sys_path, int abi_version) argument
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c1367 uint32_t abi_version; local
1389 abi_version = PMC_VERSION;
1390 if (PMC_CALL(GETMODULEVERSION, &abi_version) < 0)
1394 if ((abi_version & 0xFF000000) != (PMC_VERSION & 0xFF000000)) {
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Ddriver.h131 int abi_version);
H A Dcompat-1_0.c228 int abi_version);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c1090 static DEVICE_ATTR(abi_version, S_IRUGO, show_dev_abi_version, NULL);
1092 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
1396 pr_err("user_verbs: couldn't create abi_version attribute\n");
H A Dib_ucm.c1329 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
1345 pr_err("ucm: couldn't create abi_version attribute\n");
H A Dib_user_mad.c1134 static CLASS_ATTR_STRING(abi_version, S_IRUGO,
1377 pr_err("couldn't create abi_version attribute\n");
H A Dib_ucma.c1755 static DEVICE_ATTR(abi_version, S_IRUGO, show_abi_version, NULL);
1767 pr_err("rdma_ucm: couldn't create abi_version attr\n");
/freebsd-13-stable/sys/netgraph/
H A Dng_base.c3260 SYSCTL_INT(_net_graph, OID_AUTO, abi_version, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, NG_ABI_VERSION,"");

Completed in 463 milliseconds