Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/test/
H A Dtest_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/contrib/ofed/libibcm/
H A Dcm.c806 struct ibv_sa_path_rec *path_b = NULL; in ib_cm_get_event() local
882 path_b = malloc(sizeof(*path_b)); in ib_cm_get_event()
883 if (!path_b) { in ib_cm_get_event()
901 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event()
903 path_b = NULL; in ib_cm_get_event()
918 evt->param.lap_rcvd.alternate_path = path_b; in ib_cm_get_event()
919 path_b = NULL; in ib_cm_get_event()
967 if (path_b) in ib_cm_get_event()
968 free(path_b); in ib_cm_get_event()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.h77 (((sim) == ahc->platform_data->sim_b) ? ahc->platform_data->path_b \
118 struct cam_path *path_b; member
H A Daic7xxx_osm.c268 ahc->platform_data->path_b = path; in ahc_attach()
275 ahc->platform_data->path_b = path2; in ahc_attach()
1360 xpt_async(AC_LOST_DEVICE, pdata->path_b, NULL); in ahc_platform_free()
1361 xpt_free_path(pdata->path_b); in ahc_platform_free()