Lines Matching refs:outargs
158 picl_retinit_t outargs; in handshake() local
164 0, &outargs, sizeof (picl_retinit_t))) != PICL_SUCCESS) in handshake()
167 if (darg.rbuf != (char *)&outargs) in handshake()
276 picl_retfini_t outargs; in picl_shutdown() local
285 NULL, 0, &outargs, sizeof (picl_retfini_t)); in picl_shutdown()
292 if (darg.rbuf != (char *)&outargs) in picl_shutdown()
306 picl_retwait_t outargs; in picl_wait() local
313 NULL, 0, &outargs, sizeof (picl_retwait_t), SEND_REQ_TRYCOUNT); in picl_wait()
320 if (darg.rbuf != (char *)&outargs) in picl_wait()
334 picl_retroot_t outargs; in picl_get_root() local
340 0, &outargs, sizeof (picl_retroot_t), SEND_REQ_TRYCOUNT); in picl_get_root()
346 if (darg.rbuf != (char *)&outargs) in picl_get_root()
361 picl_retattrval_t *outargs; in picl_get_propval() local
369 outargs = alloca(sizeof (picl_retattrval_t) + nbytes); in picl_get_propval()
372 NULL, 0, outargs, sizeof (picl_retattrval_t) + nbytes, in picl_get_propval()
384 if (darg.rbuf != (char *)outargs) in picl_get_propval()
400 picl_retattrvalbyname_t *outargs; in picl_get_propval_by_name() local
409 outargs = alloca(sizeof (picl_retattrvalbyname_t) + nbytes); in picl_get_propval_by_name()
412 sizeof (picl_reqattrvalbyname_t), NULL, 0, outargs, in picl_get_propval_by_name()
424 if (darg.rbuf != (char *)outargs) in picl_get_propval_by_name()
510 picl_retattrinfo_t outargs; in picl_get_propinfo() local
517 sizeof (picl_reqattrinfo_t), NULL, 0, &outargs, in picl_get_propinfo()
528 if (darg.rbuf != (char *)&outargs) in picl_get_propinfo()
543 picl_retfirstattr_t outargs; in picl_get_first_prop() local
550 sizeof (picl_reqfirstattr_t), NULL, 0, &outargs, in picl_get_first_prop()
558 if (darg.rbuf != (char *)&outargs) in picl_get_first_prop()
573 picl_retnextattr_t outargs; in picl_get_next_prop() local
581 sizeof (picl_reqnextattr_t), NULL, 0, &outargs, in picl_get_next_prop()
589 if (darg.rbuf != (char *)&outargs) in picl_get_next_prop()
605 picl_retattrbyname_t outargs; in picl_get_prop_by_name() local
613 sizeof (picl_reqattrbyname_t), NULL, 0, &outargs, in picl_get_prop_by_name()
621 if (darg.rbuf != (char *)&outargs) in picl_get_prop_by_name()
638 picl_retattrbyrow_t outargs; in picl_get_next_by_row() local
645 sizeof (picl_reqattrbyrow_t), NULL, 0, &outargs, in picl_get_next_by_row()
653 if (darg.rbuf != (char *)&outargs) in picl_get_next_by_row()
670 picl_retattrbycol_t outargs; in picl_get_next_by_col() local
677 sizeof (picl_reqattrbycol_t), NULL, 0, (char *)&outargs, in picl_get_next_by_col()
685 if (darg.rbuf != (char *)&outargs) in picl_get_next_by_col()