Searched refs:ret_attrinfo (Results 1 – 2 of 2) sorted by relevance
524 pinfo->type = ret->ret_attrinfo.type; in picl_get_propinfo()525 pinfo->accessmode = ret->ret_attrinfo.accessmode; in picl_get_propinfo()526 pinfo->size = (size_t)ret->ret_attrinfo.size; in picl_get_propinfo()527 (void) strcpy(pinfo->name, ret->ret_attrinfo.name); in picl_get_propinfo()
387 picl_retattrinfo_t ret_attrinfo; /* ret attr info */ member