OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rjustfields
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/pyzfs/common/
table.py
28
__slots__ = "fields", "
rjustfields
", "maxfieldlen", "lines"
31
def __init__(self, fields,
rjustfields
=()):
34
self.
rjustfields
=
rjustfields
64
if self.fields[i] in self.
rjustfields
:
holds.py
61
rjustfields
= ()
64
t = zfs.table.Table(fields,
rjustfields
)
userspace.py
153
rjustfields
= ("used", "quota")
243
t = zfs.table.Table(options.fields,
rjustfields
)
Completed in 19 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026