Lines Matching defs:sz_out
970 size_t *sz_out, /* receives result size. */
980 *sz_out = strlen(fmri);
982 *sz_out = 0;
1045 *sz_out = actual;
1051 * success sz_out will be set to the size of the fmri in buf. If
1052 * REP_PROTOCOL_FAIL_TRUNCATED is returned, sz_out will be set to the size
1060 size_t *sz_out)
1067 *sz_out = 0;
1088 *sz_out = fmri_len;
1146 * sz_out receives the size of the generated string. If the result is
1147 * truncated, sz_out will receive the size of the buffer that would be
1154 rc_get_fmri_and_concat(rc_node_t *np, char *fmri, size_t size, size_t *sz_out,
1159 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, size, sz_out)) !=
1163 if ((rc = rc_concat_fmri_element(fmri, size, sz_out, element, type)) !=
2977 size_t *sz_out)
2982 assert(sz == *sz_out);
3050 *sz_out = actual;
3771 size_t sz_out;
3812 rc = rc_concat_fmri_element(fmri, sizeof (fmri), &sz_out,
3892 size_t sz_out;
3955 if ((rc = rc_get_fmri_and_concat(np, fmri, sizeof (fmri), &sz_out,
4007 size_t sz_out;
4047 if ((rc = rc_get_fmri_and_concat(np, fmri, sizeof (fmri), &sz_out,
4707 size_t sz_out;
4864 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {
5143 size_t sz_out;
5190 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {
5202 audit_data.ed_fmri, REP_PROTOCOL_FMRI_LEN, &sz_out)) !=
5405 size_t sz_out;
5470 &sz_out)) != REP_PROTOCOL_SUCCESS) {
5535 size_t sz_out;
5545 &sz_out);
5795 size_t sz_out;
5879 REP_PROTOCOL_FMRI_LEN, &sz_out);
6134 * We shorten *sz_out to not include anything after the final '\0'.
6138 struct rep_protocol_value_response *out, size_t *sz_out)
6144 assert(*sz_out == sizeof (*out));
6171 *sz_out = offsetof(struct rep_protocol_value_response,
6182 struct rep_protocol_value_response *out, size_t *sz_out, int repeat)
6194 assert(*sz_out == sizeof (*out));
6196 (void) memset(out, '\0', *sz_out);
6218 *sz_out -= sizeof (out->rpr_value);
6226 *sz_out = offsetof(struct rep_protocol_value_response,
6987 size_t sz_out;
7146 REP_PROTOCOL_FMRI_LEN, &sz_out)) != REP_PROTOCOL_SUCCESS) {