Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libarchive/tar/test/
HDtest_option_acls.c250 compare_acls(const char *path_a, const char *path_b) in compare_acls() argument
288 acl_b = sunacl_get(ACE_GETACL, &aclcnt_b, 0, path_b); in compare_acls()
291 acl_b = sunacl_get(GETACL, &aclcnt_b, 0, path_b); in compare_acls()
344 richacl_b = richacl_get_file(path_b); in compare_acls()
350 failure("richacl_get_file() error: %s (%s)", path_b, in compare_acls()
378 acl_b = acl_get_file(path_b, ACL_TYPE_EXTENDED); in compare_acls()
380 acl_b = acl_get_file(path_b, ACL_TYPE_NFS4); in compare_acls()
390 acl_b = acl_get_file(path_b, ACL_TYPE_ACCESS); in compare_acls()
392 failure("acl_get_file() error: %s (%s)", path_b, strerror(errno)); in compare_acls()
/freebsd-14-stable/contrib/ofed/libibcm/
HDcm.c805 struct ibv_sa_path_rec *path_b = NULL; in ib_cm_get_event() local
881 path_b = malloc(sizeof(*path_b)); in ib_cm_get_event()
882 if (!path_b) { in ib_cm_get_event()
900 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event()
902 path_b = NULL; in ib_cm_get_event()
917 evt->param.lap_rcvd.alternate_path = path_b; in ib_cm_get_event()
918 path_b = NULL; in ib_cm_get_event()
966 if (path_b) in ib_cm_get_event()
967 free(path_b); in ib_cm_get_event()
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx_osm.h77 (((sim) == ahc->platform_data->sim_b) ? ahc->platform_data->path_b \
118 struct cam_path *path_b; member
HDaic7xxx_osm.c269 ahc->platform_data->path_b = path; in ahc_attach()
276 ahc->platform_data->path_b = path2; in ahc_attach()
1361 xpt_async(AC_LOST_DEVICE, pdata->path_b, NULL); in ahc_platform_free()
1362 xpt_free_path(pdata->path_b); in ahc_platform_free()