| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-inode-getattr.m4 | 5 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 D | python-extensions.swig | 7 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 D | python.swig | 105 size = getattr(obj, getsize) 106 elem = getattr(obj, getelem)
|
| /src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 220 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.py | 1150 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 D | pyzfs.py | 58 submod = getattr(zfs, subcmd) 59 subfunc = getattr(submod, "do_" + subcmd)
|
| /src/contrib/lib9p/pytest/ |
| H A D | p9err.py | 101 _native_to_dotl[getattr(_errno, _i)] = getattr(_lerrno, _i)
|
| H A D | protocol.py | 657 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 D | tst.call3.d | 46 nfsv3:::op-getattr-start 59 nfsv3:::op-getattr-done
|
| /src/tests/atf_python/ |
| H A D | atf_pytest.py | 22 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 D | util.py | 51 str += " %s: %r" % (v, getattr(self, v)) 140 getattr(parser.values, option.dest).append((opt, value))
|
| /src/contrib/lib9p/backend/ |
| H A D | backend.h | 52 int (*getattr)(void *, struct l9p_request *); member
|
| /src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/ |
| H A D | __init__.py | 46 return getattr(self._lib, name)
|
| /src/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insns.py | 397 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 D | utils.py | 54 ret[getattr(cls, prop).value] = prop
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_ctldir.c | 165 .getattr = zpl_root_getattr, 514 .getattr = zpl_snapdir_getattr, 666 .getattr = zpl_shares_getattr,
|
| H A D | zpl_inode.c | 843 .getattr = zpl_getattr, 873 .getattr = zpl_getattr, 888 .getattr = zpl_getattr, 894 .getattr = zpl_getattr,
|
| /src/tests/sys/fs/fusefs/ |
| H A D | Makefile | 29 GTESTS+= getattr
|
| H A D | getattr.cc | 209 in.body.getattr.getattr_flags == 0 && in TEST_F() 290 in.body.getattr.getattr_flags == 0 && in TEST_F()
|
| H A D | mockfs.hh | 167 fuse_getattr_in getattr; member
|
| /src/sys/geom/part/ |
| H A D | g_part_if.m | 269 # getattr() - get the specified attribute, if any 270 METHOD int getattr {
|
| /src/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs.c | 192 PUFFSOP_SET(pops, puffs_genfs, node, getattr); in main()
|
| /src/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 615 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 D | rtsock.py | 96 if getattr(RtConst, prop) == value: 103 propmap = {getattr(RtConst, prop): prop for prop in props}
|
| H A D | vnet.py | 357 return getattr(self, handler_name, None) 575 if not getattr(self, "TOPOLOGY", None):
|