Home
last modified time | relevance | path

Searched refs:getattr (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-inode-getattr.m44 dnl # The first arg of getattr I/O operations handler type
18 .getattr = test_getattr,
24 dnl # The getattr I/O operations handler type was extended to require
39 .getattr = test_getattr,
57 .getattr = test_getattr,
66 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap])
70 [iops->getattr() takes struct mnt_idmap*])
76 AC_MSG_CHECKING([whether iops->getattr() takes user_namespace])
80 [iops->getattr() takes struct user_namespace*])
87 AC_MSG_CHECKING([whether iops->getattr() takes a path])
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig7 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs)
13 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs)
23 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs)
29 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs)
54 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs)
60 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs)
70 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs)
76 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs)
86 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs)
92 return getattr(_lld
[all...]
H A Dpython.swig105 size = getattr(obj, getsize)
106 elem = getattr(obj, getelem)
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py219 cfunc = getattr(_lib, "nvlist_add_%s_array" % (suffix,))
224 cfunc = getattr(_lib, "nvlist_add_%s_array" % (suffix,))
239 cfunc = getattr(_lib, "nvpair_value_%s" % (typeinfo.suffix,), None)
283 cfunc = getattr(_lib, "nvlist_add_%s" % (suffix,))
287 cfunc = getattr(_lib, "nvlist_add_%s" % (suffix,))
H A D_libzfs_core.py1191 header[field] = getattr(drr_begin, field)
1193 header[field] = getattr(drr_begin, field)
1195 header[field] = _ffi.string(getattr(drr_begin, field))
1670 check_func = getattr(func, "_check_func", None)
1673 return getattr(_lib, fname, None) is not None
2075 return getattr(self._lib, name)
/freebsd/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py58 submod = getattr(zfs, subcmd)
59 subfunc = getattr(submod, "do_" + subcmd)
/freebsd/contrib/lib9p/pytest/
H A Dp9err.py101 _native_to_dotl[getattr(_errno, _i)] = getattr(_lerrno, _i)
H A Dprotocol.py657 cls = getattr(rrd, name)
692 fcall_code = getattr(td, fcall)
741 cls = getattr(rrd, fcall)
820 cls = getattr(rrd, fcall)
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d46 nfsv3:::op-getattr-start
59 nfsv3:::op-getattr-done
/freebsd/tests/atf_python/
H A Datf_pytest.py22 cleanup = getattr(instance, cleanup_name)
46 if getattr(obj, "descr", None) is not None:
47 return getattr(obj, "descr")
68 if test_cls and getattr(test_cls, "NEED_ROOT", False):
H A Dktest.py112 if getattr(obj, "KTEST_MODULE_NAME", None) is not None:
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py51 str += " %s: %r" % (v, getattr(self, v))
140 getattr(parser.values, option.dest).append((opt, value))
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py374 if getattr(self, "val", None) is not None:
379 if getattr(self, "val", None) is not None:
409 if getattr(self, "mtu", None) is not None:
415 if getattr(self, "mtu", None) is not None:
449 if getattr(self, "val", None) is not None:
/freebsd/contrib/lib9p/backend/
H A Dbackend.h52 int (*getattr)(void *, struct l9p_request *); member
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py45 return getattr(self._lib, name)
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c164 .getattr = zpl_root_getattr,
462 .getattr = zpl_snapdir_getattr,
614 .getattr = zpl_shares_getattr,
H A Dzpl_inode.c790 .getattr = zpl_getattr,
820 .getattr = zpl_getattr,
835 .getattr = zpl_getattr,
841 .getattr = zpl_getattr,
/freebsd/tests/atf_python/sys/netlink/
H A Dutils.py54 ret[getattr(cls, prop).value] = prop
/freebsd/tests/sys/fs/fusefs/
H A DMakefile27 GTESTS+= getattr
H A Dgetattr.cc209 in.body.getattr.getattr_flags == 0 && in TEST_F()
290 in.body.getattr.getattr_flags == 0 && in TEST_F()
H A Dmockfs.hh167 fuse_getattr_in getattr; member
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in695 setattr(test, prop, getattr(options, prop))
709 setattr(testgroup, prop, getattr(options, prop))
833 defaults = dict([(prop, getattr(options, prop)) for prop, _ in
842 getattr(self.tests[test], prop))
850 getattr(self.testgroups[testgroup], prop))
/freebsd/sys/geom/part/
H A Dg_part_if.m269 # getattr() - get the specified attribute, if any
270 METHOD int getattr {
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c192 PUFFSOP_SET(pops, puffs_genfs, node, getattr); in main()
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py343 return getattr(self, handler_name, None)
545 if not getattr(self, "TOPOLOGY", None):

12