Lines Matching defs:ret

120 	picl_service_t	*ret;
135 ret = (picl_service_t *)dargp->rbuf;
136 if (ret->in.cnum == req_cnum)
138 else if ((ret->in.cnum == PICL_CNUM_ERROR) &&
139 (ret->ret_error.in_cnum == req_cnum))
140 err = ret->ret_error.errnum;
307 picl_service_t *ret;
318 ret = (picl_service_t *)darg.rbuf;
319 err = ret->ret_wait.retcode;
335 picl_service_t *ret;
344 ret = (picl_service_t *)darg.rbuf;
345 *rooth = ret->ret_root.rnode;
360 picl_service_t *ret;
378 ret = (picl_service_t *)darg.rbuf;
379 if (ret->ret_attrval.nbytes > (uint32_t)nbytes)
382 (void) memcpy(valbuf, ret->ret_attrval.ret_buf,
383 (size_t)ret->ret_attrval.nbytes);
399 picl_service_t *ret;
418 ret = (picl_service_t *)darg.rbuf;
419 if (ret->ret_attrvalbyname.nbytes > (uint32_t)nbytes)
422 (void) memcpy(valbuf, ret->ret_attrvalbyname.ret_buf,
423 (size_t)ret->ret_attrvalbyname.nbytes);
509 picl_service_t *ret;
523 ret = (picl_service_t *)darg.rbuf;
524 pinfo->type = ret->ret_attrinfo.type;
525 pinfo->accessmode = ret->ret_attrinfo.accessmode;
526 pinfo->size = (size_t)ret->ret_attrinfo.size;
527 (void) strcpy(pinfo->name, ret->ret_attrinfo.name);
542 picl_service_t *ret;
556 ret = (picl_service_t *)darg.rbuf;
557 *proph = ret->ret_firstattr.attr;
572 picl_service_t *ret;
587 ret = (picl_service_t *)darg.rbuf;
588 *nextprop = ret->ret_nextattr.nextattr;
604 picl_service_t *ret;
619 ret = (picl_service_t *)darg.rbuf;
620 *proph = ret->ret_attrbyname.attr;
637 picl_service_t *ret;
651 ret = (picl_service_t *)darg.rbuf;
652 *rowproph = ret->ret_attrbyrow.rowattr;
669 picl_service_t *ret;
683 ret = (picl_service_t *)darg.rbuf;
684 *colproph = ret->ret_attrbycol.colattr;
789 picl_service_t *ret;
804 ret = (picl_service_t *)darg.rbuf;
805 *nodeh = ret->ret_nodebypath.nodeh;
817 picl_service_t *ret;
839 ret = (picl_service_t *)darg.rbuf;
840 *retnodeh = ret->ret_findnode.rnodeh;
852 picl_service_t *ret;
864 ret = (picl_service_t *)darg.rbuf;
865 *fruh = ret->ret_fruparent.fruh;