Home
last modified time | relevance | path

Searched refs:ret_attrval (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c377 if (ret->ret_attrval.nbytes > (uint32_t)nbytes) in picl_get_propval()
380 (void) memcpy(valbuf, ret->ret_attrval.ret_buf, in picl_get_propval()
381 (size_t)ret->ret_attrval.nbytes); in picl_get_propval()
H A Dpicl2door.h377 picl_retattrval_t ret_attrval; /* ret attr value */ member