Lines Matching defs:outargs

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