Home
last modified time | relevance | path

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

12

/src/sys/contrib/openzfs/config/
H A Dkernel-inode-getattr.m45 dnl # The first arg of getattr I/O operations handler type
19 .getattr = test_getattr,
25 dnl # The getattr I/O operations handler type was extended to require
40 .getattr = test_getattr,
58 .getattr = test_getattr,
67 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap])
71 [iops->getattr() takes struct mnt_idmap*])
77 AC_MSG_CHECKING([whether iops->getattr() takes user_namespace])
81 [iops->getattr() takes struct user_namespace*])
88 AC_MSG_CHECKING([whether iops->getattr() takes a path])
[all …]
/src/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(_lldb,self.__class__.__name__+"___ne__")(self, rhs)
[all …]
H A Dpython.swig105 size = getattr(obj, getsize)
106 elem = getattr(obj, getelem)
/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py220 cfunc = getattr(_lib, "nvlist_add_%s_array" % (suffix,))
225 cfunc = getattr(_lib, "nvlist_add_%s_array" % (suffix,))
240 cfunc = getattr(_lib, "nvpair_value_%s" % (typeinfo.suffix,), None)
284 cfunc = getattr(_lib, "nvlist_add_%s" % (suffix,))
288 cfunc = getattr(_lib, "nvlist_add_%s" % (suffix,))
H A D_libzfs_core.py1150 header[field] = getattr(drr_begin, field)
1152 header[field] = getattr(drr_begin, field)
1154 header[field] = _ffi.string(getattr(drr_begin, field))
1624 check_func = getattr(func, "_check_func", None)
1627 return getattr(_lib, fname, None) is not None
1728 return getattr(self._lib, name)
/src/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py58 submod = getattr(zfs, subcmd)
59 subfunc = getattr(submod, "do_" + subcmd)
/src/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)
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d46 nfsv3:::op-getattr-start
59 nfsv3:::op-getattr-done
/src/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):
/src/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))
/src/contrib/lib9p/backend/
H A Dbackend.h52 int (*getattr)(void *, struct l9p_request *); member
/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py46 return getattr(self._lib, name)
/src/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py397 if getattr(self, "val", None) is not None:
402 if getattr(self, "val", None) is not None:
554 if getattr(self, "mtu", None) is not None:
560 if getattr(self, "mtu", None) is not None:
594 if getattr(self, "val", None) is not None:
/src/tests/atf_python/sys/netlink/
H A Dutils.py54 ret[getattr(cls, prop).value] = prop
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c165 .getattr = zpl_root_getattr,
514 .getattr = zpl_snapdir_getattr,
666 .getattr = zpl_shares_getattr,
H A Dzpl_inode.c843 .getattr = zpl_getattr,
873 .getattr = zpl_getattr,
888 .getattr = zpl_getattr,
894 .getattr = zpl_getattr,
/src/tests/sys/fs/fusefs/
H A DMakefile29 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
/src/sys/geom/part/
H A Dg_part_if.m269 # getattr() - get the specified attribute, if any
270 METHOD int getattr {
/src/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c192 PUFFSOP_SET(pops, puffs_genfs, node, getattr); in main()
/src/tools/tools/shlib-compat/
H A Dshlib-compat.py615 builder = getattr(self, builder_name)
1128 opt = getattr(opts, a + k)
1130 getattr(v, a).extend(opt)
1137 v = getattr(opts, w)
/src/tests/atf_python/sys/net/
H A Drtsock.py96 if getattr(RtConst, prop) == value:
103 propmap = {getattr(RtConst, prop): prop for prop in props}
H A Dvnet.py357 return getattr(self, handler_name, None)
575 if not getattr(self, "TOPOLOGY", None):

12