Home
last modified time | relevance | path

Searched refs:get_attr (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c725 status = mobjp->get_attr(hdlp, mobjp, in i_psvc_get_presence()
742 status = mobjp->get_attr(hdlp, mobjp, in i_psvc_get_presence()
4105 dp->ld.get_attr = i_psvc_get_attr_0_0; in i_psvc_constructor_0_0()
4174 dp->ld.get_attr = i_psvc_get_attr_0_1; in i_psvc_constructor_0_1()
4221 dp->ld.get_attr = i_psvc_get_attr_1_0; in i_psvc_constructor_1_0()
4255 dp->ld.get_attr = i_psvc_get_attr_2_0; in i_psvc_constructor_2_0()
4287 dp->ld.get_attr = i_psvc_get_attr_2_1; in i_psvc_constructor_2_1()
4333 dp->ld.get_attr = i_psvc_get_attr_2_2; in i_psvc_constructor_2_2()
4407 dp->ld.get_attr = i_psvc_get_attr_4_0; in i_psvc_constructor_4_0()
4434 dp->ld.get_attr = i_psvc_get_attr_5_0; in i_psvc_constructor_5_0()
[all …]
H A Dpsvc_objects_class.h58 int32_t (*get_attr)(); member
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c56 static int get_attr(fstyp_udfs_t *h);
119 if ((error = get_attr(h)) != 0) { in fstyp_mod_get_attr()
175 get_attr(fstyp_udfs_t *h) in get_attr() function
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c75 static int get_attr(fstyp_hsfs_t *h);
132 if ((error = get_attr(h)) != 0) { in fstyp_mod_get_attr()
388 get_attr(fstyp_hsfs_t *h) in get_attr() function
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c135 static int get_attr(fstyp_pcfs_t *h);
188 if ((error = get_attr(h)) != 0) { in fstyp_mod_get_attr()
577 get_attr(fstyp_pcfs_t *h) in get_attr() function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c81 goto get_attr; in get_master_attributes_by_object()
92 get_attr: in get_master_attributes_by_object()
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h356 int (*get_attr)(uint32_t, uint32_t, uint32_t, raid_obj_type_id_t, member
H A Draidcfg.c104 int (*get_attr)(raid_obj_tab_t *, raid_obj_id_t); member
1901 if (raid_obj_op_sys[type].get_attr == NULL) in obj_get_attr()
1905 ret = raid_obj_op_sys[type].get_attr(raid_tab, obj_id); in obj_get_attr()
2733 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_array_get_attr()
2982 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_disk_get_attr()
3058 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_arraypart_get_attr()
3112 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_diskseg_get_attr()
3153 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_task_get_attr()
3203 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_prop_get_attr()
3216 ret = raid_lib->get_attr(ctl_attrp->controller_id, in obj_prop_get_attr()
[all …]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c207 static int get_attr(char *, pwu_repository_t *, attrlist **);
324 (void) get_attr(namelist[i], &repository, in main()
334 if (get_attr(usrname, &repository, &attributes) == in main()
1209 get_attr(char *username, pwu_repository_t *repository, attrlist **attributes) in get_attr() function
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c89 static int get_attr(fstyp_ufs_t *h);
150 if ((error = get_attr(h)) != 0) { in fstyp_mod_get_attr()
209 get_attr(fstyp_ufs_t *h) in get_attr() function
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c358 get_attr(KMF_HANDLE *kmfh, CK_OBJECT_HANDLE obj, in get_attr() function
407 rv = get_attr(kmfh, obj, &certattr); in matchcert()
428 rv = get_attr(kmfh, obj, &certattr); in matchcert()