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

/osnet-11/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c63 res = rops[i]->getattr(name, item, rep);
H A Dpasswdutil.h119 int (*getattr)(char *, attrlist *, pwu_repository_t *); member in struct:repops
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py52 str += " %s: %r" % (v, getattr(self, v))
143 getattr(parser.values, option.dest).append((opt, value))
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h20 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat25
79 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat22
130 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat2
178 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations_compat1
H A Dfuse_impl.h36 (fs->op.getattr ? fs->op.getattr(path, stat) : ENOSYS)
H A Dfuse.h82 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
94 int (*getattr) (const char *, struct stat *); member in struct:fuse_operations
371 * This method is called instead of the getattr() method if the
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A D__init__.py86 if bcfg and getattr(bcfg, 'EXCLUSIVE_LOADER', False):
H A Dgrub2.py843 bootloader = getattr(bootconfig, 'boot_loader', None)
1301 getattr(self._boot_config, 'boot_fstype', '') == 'zfs'):
1370 not getattr(self, 'preserve_defs', False)):
1437 fstype = getattr(self._boot_config, 'boot_fstype', None)
1645 if getattr(x, 'default', False) == True]
3246 inst_bootfs = getattr(inst, 'bootfs', None)
3249 getattr(inst, 'title', '<Title Unavailable>'))
3252 custom_entry = getattr(inst, '_menu_conf_entry', None)
3262 emitter = getattr(GRUB2MenuEntryEmitter,
3314 classtype = getattr(bootmgm
[all...]
H A Dsbb.py404 if (getattr(inst, 'bootfs', None) is None or
405 getattr(inst, 'title', None) is None):
H A Dlegacygrub.py305 bootloader = getattr(bootconfig, 'boot_loader', None)
1041 entry_generator = getattr(self.__class__, method_name, None)
1064 splash = getattr(inst, BootLoader.PROP_SPLASH, None)
1065 forecolor = getattr(inst, BootLoader.PROP_FORECOLOR, None)
1066 backcolor = getattr(inst, BootLoader.PROP_BACKCOLOR, None)
1409 # having to pepper lower-level code with getattr() calls.
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py551 fstype = getattr(self, 'boot_fstype', None)
553 getattr(self, 'zfsrp', None) is None):
578 if getattr(inst, 'bootfs', None) ==
582 if getattr(inst, 'rpool', None) == self.zfsrp]
611 default_bootfs = getattr(default_inst, 'bootfs', None)
868 value = getattr(self, key, None)
884 newval = getattr(other, key)
885 if newval != getattr(self, key):
902 if getattr(self, key) != getattr(othe
[all...]
H A Dbootloader.py236 props = getattr(self, 'SUPPORTED_PROPS', [])
525 newmeth = instmethtype(getattr(self, 'interposed_delete_boot_instance'),
539 passed by binding this method to the instance via getattr()), (b)
642 if (prim_inst.compare(sec_inst, False) and getattr(sec_inst,
823 elif getattr(inst, 'linked_boot_instance', None):
881 return getattr(self.__primary, 'pkg_names', [])
H A Dpysol.py66 _statvfs = getattr(_libc, _statvfs_syscall)
72 # A very important side-effect of calling getattr() here is
79 dictresult[x] = getattr(ctype_struct_instance, x)
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py111 default_bootfs = getattr(binst, "bootfs", None)
255 getattr(x, 'bootfs', None) == src_root_ds]
315 lambda x: getattr(x, "bootfs", None) == root_ds,
327 getattr(x, 'bootfs', None) ==
458 kernel = getattr(inst, "kernel",
466 bootfs = getattr(inst, "bootfs", None)
468 rpoolname = getattr(inst, "rpool", None)
527 if getattr(binst, "bootfs", None) == root_ds:
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h198 extern ns_ldap_attr_t *getattr(ns_ldap_result_t *result, int i);
H A Dldap_utils.c71 getattr(ns_ldap_result_t *result, int i) function
76 (void) fprintf(stdout, "\n[ldap_utils.c: getattr]\n");
H A Dgetprinter.c127 attr = getattr(result, i);
H A Dgetexecattr.c231 attrptr = getattr(result, 0);
/osnet-11/usr/src/lib/libldap4/
H A DMakefile.com43 getattr.o open.o \
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c1086 dlmgmt_door_getattr_t getattr; local
1093 getattr.ld_cmd = DLMGMT_CMD_GETATTR;
1094 getattr.ld_confid = conf.ds_confid;
1095 (void) strlcpy(getattr.ld_attr, attr, MAXLINKATTRLEN);
1097 if ((status = dladm_door_call(handle, &getattr,
1098 sizeof (getattr), &retval, &sz)) != DLADM_STATUS_OK) {
/osnet-11/usr/src/lib/libldap5/
H A DMakefile.com36 friendly.o getattr.o getdn.o getentry.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm58 $termios->getattr;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mount.c321 .getattr = fuse_getattr,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm596 $termios->getattr;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs634 getattr(termios_ref, fd = 0)

Completed in 76 milliseconds