| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_003_pos.ksh | 52 for obj in $ctr2 $ctr1 $ctr; do 75 ctr=$TESTPOOL/$TESTCTR 77 ctr2=$ctr/$TESTCTR2 79 child_fs=$ctr/$TESTFS1 83 child_vol=$ctr/$TESTVOL 87 child_fs_snap_clone=$ctr/$TESTCLONE 91 child_fs1_snap_clone1=$ctr/${TESTCLONE1}_across_ctr 96 log_must zfs create $ctr 134 for obj in $child_fs $child_fs1 $ctr $ctr1; do 152 log_must zfs destroy -r $ctr [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_009_pos.ksh | 54 for ds in $ctr/$TESTVOL1 $ctr/$TESTCLONE; do 58 for snap in $ctr/$TESTFS1@$TESTSNAP1 \ 69 ctr=$TESTPOOL/$TESTCTR 70 ctrfs=$ctr/$TESTFS1 71 ctrclone=$ctr/$TESTCLONE 72 ctrvol=$ctr/$TESTVOL1 75 snapctr=$ctr@$TESTSNAP
|
| H A D | snapshot_010_pos.ksh | 66 ctr=$TESTPOOL/$TESTCTR 67 ctrfs=$ctr/$TESTFS1 68 ctrvol=$ctr/$TESTVOL1 71 snapctr=$ctr@$TESTSNAP 73 snapctrvol=$ctr/$TESTVOL1@$TESTSNAP 74 snapctrclone=$ctr/$TESTCLONE@$TESTSNAP
|
| H A D | snapshot_012_pos.ksh | 73 ctr=$TESTPOOL/$TESTCTR 74 ctrfs=$ctr/$TESTFS1 75 clone=$ctr/$TESTCLONE 76 clone1=$ctr/$TESTCLONE1 79 snapctr=$ctr@$TESTSNAP 92 log_fail "'snapshot -r' fails to create $snapctrclone for $ctr/$TESTCLONE."
|
| H A D | snapshot_013_pos.ksh | 64 ctr=$TESTPOOL/$TESTCTR 65 ctrfs=$ctr/$TESTFS 68 snapctr=$ctr@$TESTSNAP
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/ |
| H A D | zfs_send_002_pos.ksh | 54 datasetexists $ctr && \ 55 log_must zfs destroy -r $ctr 75 zfs receive -d $ctr <$stream 106 ctr=$TESTPOOL/$TESTCTR 108 rstfs=$ctr/$TESTFS 110 ds_path=$ctr/${ZONE_CTR}0 126 log_must zfs create $ctr
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 58 for ds in $fs1 $fs $ctr; do 78 ctr=$TESTPOOL/$TESTCTR 79 log_must zfs create $ctr 81 fs=$ctr/$TESTFS 82 fs1=$ctr/$TESTFS1 84 clone=$ctr/$TESTCLONE
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_all_001_pos.ksh | 50 set -A ctr "" "$TESTCTR" "$TESTCTR/$TESTCTR1" "$TESTCTR1" 62 if [[ -n ${ctr[i]} ]]; then 63 path=$path/${ctr[i]} 120 [[ -n ${ctr[i]} ]] && \ 151 [[ -n ${ctr[i]} ]] && \ 152 path=$path/${ctr[i]}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_all_001_pos.ksh | 51 set -A ctr "" "$TESTCTR" "$TESTCTR1" "$TESTCTR/$TESTCTR1" 63 if [[ -n ${ctr[i]} ]]; then 64 path=$path/${ctr[i]} 119 [[ -n ${ctr[i]} ]] && \ 138 [[ -n ${ctr[i]} ]] && \ 139 path=$path/${ctr[i]}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_006_pos.ksh | 76 typeset ctr=$2 81 log_must zfs set sharenfs=on $ctr 90 log_must zfs create $ctr/$TESTFS2 91 log_must zfs set mountpoint=$mntp2 $ctr/$TESTFS2
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | crypto.h | 55 aes_ctr_cnt_blk_fill(struct aesctr_cnt_blk *ctr, uint64_t iv, uint32_t nonce) in aes_ctr_cnt_blk_fill() argument 57 ctr->nonce = nonce; in aes_ctr_cnt_blk_fill() 58 ctr->iv = iv; in aes_ctr_cnt_blk_fill() 59 ctr->cnt = rte_cpu_to_be_32(1); in aes_ctr_cnt_blk_fill()
|
| H A D | esp_inb.c | 66 struct aesctr_cnt_blk *ctr; in inb_cop_prepare() local 98 ctr = rte_crypto_op_ctod_offset(cop, struct aesctr_cnt_blk *, in inb_cop_prepare() 100 aes_ctr_cnt_blk_fill(ctr, ivp[0], sa->salt); in inb_cop_prepare() 113 struct aesctr_cnt_blk *ctr; in inb_cpu_crypto_prepare() local 131 ctr = (struct aesctr_cnt_blk *)iv; in inb_cpu_crypto_prepare() 132 aes_ctr_cnt_blk_fill(ctr, ivp[0], sa->salt); in inb_cpu_crypto_prepare()
|
| H A D | esp_outb.c | 66 struct aesctr_cnt_blk *ctr; in outb_cop_prepare() local 97 ctr = rte_crypto_op_ctod_offset(cop, struct aesctr_cnt_blk *, in outb_cop_prepare() 99 aes_ctr_cnt_blk_fill(ctr, ivp[0], sa->salt); in outb_cop_prepare() 421 struct aesctr_cnt_blk *ctr; in outb_cpu_crypto_prepare() local 430 ctr = iv; in outb_cpu_crypto_prepare() 431 aes_ctr_cnt_blk_fill(ctr, ivp[0], sa->salt); in outb_cpu_crypto_prepare()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | cpuinfo.c | 127 cpuinfo.ctr = cp15_ctr_get(); in cpuinfo_init() 154 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) { in cpuinfo_init() 182 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) { in cpuinfo_init() 184 1 << (CPU_CT_DMINLINE(cpuinfo.ctr) + 2); in cpuinfo_init() 186 1 << (CPU_CT_IMINLINE(cpuinfo.ctr) + 2); in cpuinfo_init() 189 1 << (CPU_CT_xSIZE_LEN(CPU_CT_DSIZE(cpuinfo.ctr)) + 3); in cpuinfo_init() 191 1 << (CPU_CT_xSIZE_LEN(CPU_CT_ISIZE(cpuinfo.ctr)) + 3); in cpuinfo_init()
|
| H A D | identcpu-v6.c | 132 if ((cpuinfo.ctr & CPU_CT_S) == 0) in print_v5_cache() 138 pcache_type = CPU_CT_CTYPE(cpuinfo.ctr); in print_v5_cache() 141 isize = CPU_CT_ISIZE(cpuinfo.ctr); in print_v5_cache() 156 dsize = CPU_CT_DSIZE(cpuinfo.ctr); in print_v5_cache() 377 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) in identify_arm_cpu()
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | tun_aesctr_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-ctr \ 37 sa in 9 cipher_algo aes-128-ctr \ 44 sa out 7 cipher_algo aes-128-ctr \ 50 sa out 9 cipher_algo aes-128-ctr \ 95 sa in 8 cipher_algo aes-128-ctr \ 101 sa in 6 cipher_algo aes-128-ctr \ 108 sa out 8 cipher_algo aes-128-ctr \ 114 sa out 6 cipher_algo aes-128-ctr \
|
| H A D | trs_aesctr_sha1_common_defs.sh | 31 sa in 7 cipher_algo aes-128-ctr \ 37 sa in 9 cipher_algo aes-128-ctr \ 44 sa out 7 cipher_algo aes-128-ctr \ 51 sa out 9 cipher_algo aes-128-ctr \
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_dperf.c | 54 struct feature_fme_dfpmon_fab_ctr ctr; in read_fabric_counter() local 70 ctr.event_code = fab_event; in read_fabric_counter() 72 if (fpga_wait_register_field(event_code, ctr, in read_fabric_counter() 79 ctr.csr = readq(&dperf->fab_ctr); in read_fabric_counter() 80 counter = ctr.fab_cnt; in read_fabric_counter()
|
| H A D | ifpga_fme_iperf.c | 213 struct feature_fme_ifpmon_vtd_ctr ctr; in read_iommu_counter() local 225 ctr.event_code = event; in read_iommu_counter() 227 if (fpga_wait_register_field(event_code, ctr, in read_iommu_counter() 234 ctr.csr = readq(&iperf->vtd_ctr); in read_iommu_counter() 235 counter = ctr.vtd_counter; in read_iommu_counter() 273 struct feature_fme_ifpmon_fab_ctr ctr; in read_fabric_counter() local 289 ctr.event_code = fab_event; in read_fabric_counter() 291 if (fpga_wait_register_field(event_code, ctr, in read_fabric_counter() 298 ctr.csr = readq(&iperf->fab_ctr); in read_fabric_counter() 299 counter = ctr.fab_cnt; in read_fabric_counter()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_009_neg.ksh | 80 for ctr in $ctr1 $ctr2; do 81 log_must zfs create $ctr
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | identcpu.c | 137 uint64_t ctr; member 1206 if (CTR_DIC_VAL(cpu_desc[cpu].ctr) == 0) in identify_cpu_sysinit() 1208 if (CTR_IDC_VAL(cpu_desc[cpu].ctr) == 0) in identify_cpu_sysinit() 1645 identify_cache(uint64_t ctr) in identify_cache() argument 1649 switch (CTR_L1IP_VAL(ctr)) { in identify_cache() 1666 dcache_line_size = CTR_DLINE_SIZE(ctr); in identify_cache() 1668 icache_line_size = CTR_ILINE_SIZE(ctr); in identify_cache() 1675 dcache_line_size, CTR_DLINE_SIZE(ctr)); in identify_cache() 1680 icache_line_size, CTR_ILINE_SIZE(ctr)); in identify_cache() 1794 if (cpu_desc[cpu].ctr != cpu_desc[0].ctr) { in check_cpu_regs() [all …]
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha.h | 37 const u_char *ctr);
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_utils.c | 9 flow_mcam_alloc_counter(struct otx2_mbox *mbox, uint16_t *ctr) in flow_mcam_alloc_counter() argument 20 *ctr = rsp->cntr_list[0]; in flow_mcam_alloc_counter() 895 uint16_t ctr = ~(0); in otx2_flow_mcam_alloc_and_write() local 900 rc = flow_mcam_alloc_counter(mbox, &ctr); in otx2_flow_mcam_alloc_and_write() 908 otx2_flow_mcam_free_counter(mbox, ctr); in otx2_flow_mcam_alloc_and_write() 928 req->cntr = ctr; in otx2_flow_mcam_alloc_and_write() 961 flow->ctr_id = ctr; in otx2_flow_mcam_alloc_and_write()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | ipsec.h | 347 struct ipsec_encap_ctr ctr; member 377 rta_copy_data(program, (uint8_t *)&pdb->ctr.ctr_nonce, 4); in __rta_copy_ipsec_encap_pdb() 378 __rta_out32(program, pdb->ctr.ctr_initial); in __rta_copy_ipsec_encap_pdb() 379 rta_copy_data(program, pdb->ctr.iv, sizeof(pdb->ctr.iv)); in __rta_copy_ipsec_encap_pdb() 464 struct ipsec_decap_ctr ctr; member 495 rta_copy_data(program, (uint8_t *)&pdb->ctr.ctr_nonce, 4); in __rta_copy_ipsec_decap_pdb() 496 __rta_out32(program, pdb->ctr.ctr_initial); in __rta_copy_ipsec_decap_pdb()
|
| /f-stack/freebsd/arm/include/ |
| H A D | cpuinfo.h | 64 uint32_t ctr; member
|