Searched refs:getattr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py58 submod = getattr(zfs, subcmd)
59 subfunc = getattr(submod, "do_" + subcmd)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d46 nfsv3:::op-getattr-start
59 nfsv3:::op-getattr-done
/freebsd-11-stable/tests/sys/opencrypto/
H A Ddpkt.py68 l = [ '%s=%r' % (k, getattr(self, k))
70 if getattr(self, k) != self.__hdr_defaults__[k] ]
82 *[ getattr(self, k) for k in self.__hdr_fields__ ])
86 v = getattr(self, k)
/freebsd-11-stable/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-11-stable/contrib/subversion/
H A Dgen-make.py94 n = getattr(o, 'name', '-')
95 f = getattr(o, 'filename', '-')
H A Dwin-tests.py276 log_level = getattr(logging, val, None) or int(val)
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c192 PUFFSOP_SET(pops, puffs_genfs, node, getattr);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1711 struct nfsreferral *refp, int getattr, int *reterrp)
1720 if (getattr)
1736 if (nonrefbit && !fslocationsbit && (getattr || !rderrbit)) {
1710 nfsrv_putreferralattr(struct nfsrv_descript *nd, nfsattrbit_t *retbitp, struct nfsreferral *refp, int getattr, int *reterrp) argument
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py616 builder = getattr(self, builder_name)
1129 opt = getattr(opts, a + k)
1131 getattr(v, a).extend(opt)
1138 v = getattr(opts, w)
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c160 cbb_getattr_t getattr; member in struct:ctl_be_block_lun
1826 be_lun->getattr = ctl_be_block_getattr_file;
1938 be_lun->getattr = ctl_be_block_getattr_dev;
2775 if (lun->getattr == NULL)
2777 return (lun->getattr(lun, attrname));

Completed in 125 milliseconds