Searched defs:get_attr (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | fstyp.c | 58 static int get_attr(fstyp_udfs_t *h); 121 if ((error = get_attr(h)) != 0) { 177 get_attr(fstyp_udfs_t *h) function
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 75 static int get_attr(fstyp_hsfs_t *h); 132 if ((error = get_attr(h)) != 0) { 388 get_attr(fstyp_hsfs_t *h) function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 91 static int get_attr(fstyp_ufs_t *h); 152 if ((error = get_attr(h)) != 0) { 211 get_attr(fstyp_ufs_t *h) function
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects_class.h | 60 int32_t (*get_attr)(); member in struct:__anon1168
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | fstyp.c | 137 static int get_attr(fstyp_pcfs_t *h); 190 if ((error = get_attr(h)) != 0) { 579 get_attr(fstyp_pcfs_t *h) function
|
/illumos-gate/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg_spi.h | 356 int (*get_attr)(uint32_t, uint32_t, uint32_t, raid_obj_type_id_t, member in struct:raid_lib_type
|
H A D | raidcfg.c | 104 int (*get_attr)(raid_obj_tab_t *, raid_obj_id_t); member in struct:__anon3826 1901 if (raid_obj_op_sys[type].get_attr == NULL) 1905 ret = raid_obj_op_sys[type].get_attr(raid_tab, obj_id); 2440 ret = raid_lib->get_attr(attr->controller_id, OBJ_ATTR_NONE, 2733 ret = raid_lib->get_attr(ctl_attrp->controller_id, 2982 ret = raid_lib->get_attr(ctl_attrp->controller_id, 3058 ret = raid_lib->get_attr(ctl_attrp->controller_id, 3112 ret = raid_lib->get_attr(ctl_attrp->controller_id, 3153 ret = raid_lib->get_attr(ctl_attrp->controller_id, 3203 ret = raid_lib->get_attr(ctl_attr [all...] |
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 207 static int get_attr(char *, pwu_repository_t *, attrlist **); 324 (void) get_attr(namelist[i], &repository, 334 if (get_attr(usrname, &repository, &attributes) == 1206 * get_attr() 1209 get_attr(char *username, pwu_repository_t *repository, attrlist **attributes) function
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 358 get_attr(KMF_HANDLE *kmfh, CK_OBJECT_HANDLE obj, function 407 rv = get_attr(kmfh, obj, &certattr); 428 rv = get_attr(kmfh, obj, &certattr);
|
Completed in 111 milliseconds