Home
last modified time | relevance | path

Searched refs:fbase (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh74 fbase=$TMPDIR/file
75 log_must create_vdevs $fbase.0 $fbase.1 $fbase.2
76 set -A poolconf "mirror $fbase.0 $fbase.1 $fbase.2" \
77 "raidz1 $fbase.0 $fbase.1 $fbase.2" \
78 "raidz2 $fbase.0 $fbase.1 $fbase.2"
86 [ "$type" = "device" ] && vdev_arg="${fbase}.0"
H A Dzpool_clear_003_neg.ksh74 fbase=$TMPDIR/file
75 log_must create_vdevs $fbase.1 $fbase.2 $fbase.3 $fbase.4
76 log_must create_pool $TESTPOOL1 raidz $fbase.1 $fbase.2 $fbase.3 spare $fbase.4
77 log_mustnot $ZPOOL clear $TESTPOOL1 $fbase.4
H A Dzpool_clear_004_pos.ksh83 fbase=$TMPDIR/file
84 log_must create_vdevs $fbase.0 $fbase.1 $fbase.2
85 VDEV1=$fbase.0
86 VDEV2=$fbase.1
87 SDEV=$fbase.2
/freebsd-12.1/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c112 uint64_t fbase, fsize; in tools_char_llseek() local
122 fbase = mlx5_fpga_ddr_base_get(context->tdev->fdev); in tools_char_llseek()
124 if (uio->uio_offset > fbase) in tools_char_llseek()
126 else if (uio->uio_offset + *len > fbase + fsize) in tools_char_llseek()
127 *len = fbase + fsize - uio->uio_offset; in tools_char_llseek()
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c701 tree fbase = TYPE_PTRMEM_CLASS_TYPE (from); in standard_conversion() local
704 if (DERIVED_FROM_P (fbase, tbase) in standard_conversion()
713 else if (!same_type_p (fbase, tbase)) in standard_conversion()
788 tree fbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fromfn))); in standard_conversion() local
791 if (!DERIVED_FROM_P (fbase, tbase) in standard_conversion()
795 || cp_type_quals (fbase) != cp_type_quals (tbase)) in standard_conversion()
798 from = cp_build_qualified_type (tbase, cp_type_quals (fbase)); in standard_conversion()