Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib169 typeset part1 part2
172 part1="$(random_string VALID_NAME_CHAR $len)"
173 if [[ "$part1" == "-"* ]]; then
182 if [[ -z $part1 && -z $part2 ]]; then
188 echo "${part1}:${part2}"
203 typeset part1 part2
205 part1="$(random_string VALID_NAME_CHAR $len)"
210 if [[ "$part1" == *":"* && "$part2" == "="* ]]; then
216 echo "${part1}${part2}"
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dspe-pmu.txt19 interrupts = <GIC_PPI 05 IRQ_TYPE_LEVEL_HIGH &part1>;
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt86 label = "test-part1";
111 label = "test-part1";
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml265 part1: interrupt-partition-1 {
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c657 unsigned int part1; in write_sgl() local
661 part1 = RTE_PTR_DIFF((u8 *)end, (u8 *)q->stat); in write_sgl()
662 rte_memcpy(q->desc, RTE_PTR_ADD((u8 *)buf, part0), part1); in write_sgl()
663 end = RTE_PTR_ADD((void *)q->desc, part1); in write_sgl()