Lines Matching refs:rbuf

117     door_desc_t *desc_ptr, uint_t desc_num, void *rbuf, size_t rsize)  in post_req()  argument
128 dargp->rbuf = rbuf; in post_req()
135 ret = (picl_service_t *)dargp->rbuf; in post_req()
143 if (dargp->rbuf != rbuf) in post_req()
144 (void) munmap(dargp->rbuf, dargp->rsize); in post_req()
167 if (darg.rbuf != (char *)&outargs) in handshake()
168 (void) munmap(darg.rbuf, darg.rsize); in handshake()
178 door_desc_t *desc_ptr, uint_t desc_num, void *rbuf, size_t rsize, in trysend_req() argument
192 rbuf, rsize)) == PICL_NORESPONSE) { in trysend_req()
292 if (darg.rbuf != (char *)&outargs) in picl_shutdown()
293 (void) munmap(darg.rbuf, darg.rsize); in picl_shutdown()
318 ret = (picl_service_t *)darg.rbuf; in picl_wait()
320 if (darg.rbuf != (char *)&outargs) in picl_wait()
321 (void) munmap(darg.rbuf, darg.rsize); in picl_wait()
344 ret = (picl_service_t *)darg.rbuf; in picl_get_root()
346 if (darg.rbuf != (char *)&outargs) in picl_get_root()
347 (void) munmap(darg.rbuf, darg.rsize); in picl_get_root()
378 ret = (picl_service_t *)darg.rbuf; in picl_get_propval()
384 if (darg.rbuf != (char *)outargs) in picl_get_propval()
385 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propval()
418 ret = (picl_service_t *)darg.rbuf; in picl_get_propval_by_name()
424 if (darg.rbuf != (char *)outargs) in picl_get_propval_by_name()
425 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propval_by_name()
458 if (darg.rbuf != (char *)&ret_setattrval) in picl_set_propval()
459 (void) munmap(darg.rbuf, darg.rsize); in picl_set_propval()
495 if (darg.rbuf != (char *)&ret_setattrvalbyname) in picl_set_propval_by_name()
496 (void) munmap(darg.rbuf, darg.rsize); in picl_set_propval_by_name()
523 ret = (picl_service_t *)darg.rbuf; in picl_get_propinfo()
528 if (darg.rbuf != (char *)&outargs) in picl_get_propinfo()
529 (void) munmap(darg.rbuf, darg.rsize); in picl_get_propinfo()
556 ret = (picl_service_t *)darg.rbuf; in picl_get_first_prop()
558 if (darg.rbuf != (char *)&outargs) in picl_get_first_prop()
559 (void) munmap(darg.rbuf, darg.rsize); in picl_get_first_prop()
587 ret = (picl_service_t *)darg.rbuf; in picl_get_next_prop()
589 if (darg.rbuf != (char *)&outargs) in picl_get_next_prop()
590 (void) munmap(darg.rbuf, darg.rsize); in picl_get_next_prop()
619 ret = (picl_service_t *)darg.rbuf; in picl_get_prop_by_name()
621 if (darg.rbuf != (char *)&outargs) in picl_get_prop_by_name()
622 (void) munmap(darg.rbuf, darg.rsize); in picl_get_prop_by_name()
651 ret = (picl_service_t *)darg.rbuf; in picl_get_next_by_row()
653 if (darg.rbuf != (char *)&outargs) in picl_get_next_by_row()
654 (void) munmap(darg.rbuf, darg.rsize); in picl_get_next_by_row()
683 ret = (picl_service_t *)darg.rbuf; in picl_get_next_by_col()
685 if (darg.rbuf != (char *)&outargs) in picl_get_next_by_col()
686 (void) munmap(darg.rbuf, darg.rsize); in picl_get_next_by_col()
804 ret = (picl_service_t *)darg.rbuf; in picl_get_node_by_path()
806 if (darg.rbuf != (char *)&out) in picl_get_node_by_path()
807 (void) munmap(darg.rbuf, darg.rsize); in picl_get_node_by_path()
839 ret = (picl_service_t *)darg.rbuf; in picl_find_node()
841 if (darg.rbuf != (char *)&out) in picl_find_node()
842 (void) munmap(darg.rbuf, darg.rsize); in picl_find_node()
864 ret = (picl_service_t *)darg.rbuf; in picl_get_frutree_parent()
866 if (darg.rbuf != (char *)&out) in picl_get_frutree_parent()
867 (void) munmap(darg.rbuf, darg.rsize); in picl_get_frutree_parent()