Lines Matching defs:sz_out

969 	size_t *sz_out,			/* receives result size. */
979 *sz_out = strlen(fmri);
981 *sz_out = 0;
1044 *sz_out = actual;
1050 * success sz_out will be set to the size of the fmri in buf. If
1051 * REP_PROTOCOL_FAIL_TRUNCATED is returned, sz_out will be set to the size
1059 size_t *sz_out)
1066 *sz_out = 0;
1087 *sz_out = fmri_len;
1145 * sz_out receives the size of the generated string. If the result is
1146 * truncated, sz_out will receive the size of the buffer that would be
1153 rc_get_fmri_and_concat(rc_node_t *np, char *fmri, size_t size, size_t *sz_out,
1158 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, size, sz_out)) !=
1162 if ((rc = rc_concat_fmri_element(fmri, size, sz_out, element, type)) !=
2976 size_t *sz_out)
2981 assert(sz == *sz_out);
3049 *sz_out = actual;
3770 size_t sz_out;
3811 rc = rc_concat_fmri_element(fmri, sizeof (fmri), &sz_out,
3891 size_t sz_out;
3954 if ((rc = rc_get_fmri_and_concat(np, fmri, sizeof (fmri), &sz_out,
4006 size_t sz_out;
4046 if ((rc = rc_get_fmri_and_concat(np, fmri, sizeof (fmri), &sz_out,
4706 size_t sz_out;
4863 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {
5142 size_t sz_out;
5189 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {
5201 audit_data.ed_fmri, REP_PROTOCOL_FMRI_LEN, &sz_out)) !=
5404 size_t sz_out;
5469 &sz_out)) != REP_PROTOCOL_SUCCESS) {
5534 size_t sz_out;
5544 &sz_out);
5794 size_t sz_out;
5878 REP_PROTOCOL_FMRI_LEN, &sz_out);
6133 * We shorten *sz_out to not include anything after the final '\0'.
6137 struct rep_protocol_value_response *out, size_t *sz_out)
6143 assert(*sz_out == sizeof (*out));
6170 *sz_out = offsetof(struct rep_protocol_value_response,
6181 struct rep_protocol_value_response *out, size_t *sz_out, int repeat)
6193 assert(*sz_out == sizeof (*out));
6195 (void) memset(out, '\0', *sz_out);
6217 *sz_out -= sizeof (out->rpr_value);
6225 *sz_out = offsetof(struct rep_protocol_value_response,
6966 size_t sz_out;
7125 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {