Home
last modified time | relevance | path

Searched refs:req_firstattr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c539 picl_reqfirstattr_t req_firstattr; in picl_get_first_prop() local
544 req_firstattr.cnum = PICL_CNUM_GETFIRSTATTR; in picl_get_first_prop()
545 req_firstattr.nodeh = nodeh; in picl_get_first_prop()
547 err = trysend_req(&darg, &req_firstattr, in picl_get_first_prop()
H A Dpicl2door.h387 picl_reqfirstattr_t req_firstattr; /* req first attr */ member
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c561 err = cvt_picl2ptree(in->req_firstattr.nodeh, &ptreeh); in picld_get_first_attr()
566 ret.nodeh = in->req_firstattr.nodeh; in picld_get_first_attr()