Home
last modified time | relevance | path

Searched defs:sequential (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py38 def enum_with_offset(offset, sequential, named): argument
43 def enum(*sequential, **named):
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c141 int sequential = 0; in main() local