Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c60 off_t start_off = 0; in main() local
71 start_off = atoll(optarg); in main()
111 start_off, off_len) < 0) { in main()
/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c512 uint8_t start_off; in copy_inner_common() local
515 start_off = *inner_ofst; in copy_inner_common()
516 if ((start_off + val_size) > FILTER_GENERIC_1_KEY_LEN) in copy_inner_common()
522 memcpy(l5_mask + start_off, mask, val_size); in copy_inner_common()
523 memcpy(l5_val + start_off, val, val_size); in copy_inner_common()