Lines Matching refs:ctf_set_open_errno
1345 return (ctf_set_open_errno (errp, EINVAL)); in ctf_bufopen_internal()
1349 return (ctf_set_open_errno (errp, ECTF_SYMTAB)); in ctf_bufopen_internal()
1352 return (ctf_set_open_errno (errp, ECTF_SYMBAD)); in ctf_bufopen_internal()
1355 return (ctf_set_open_errno (errp, ECTF_STRBAD)); in ctf_bufopen_internal()
1359 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1379 return (ctf_set_open_errno (errp, ECTF_CTFVERS)); in ctf_bufopen_internal()
1383 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1388 return (ctf_set_open_errno (errp, ECTF_CTFVERS)); in ctf_bufopen_internal()
1399 return (ctf_set_open_errno (errp, ECTF_NOTSUP)); in ctf_bufopen_internal()
1410 return (ctf_set_open_errno (errp, ECTF_FLAGS)); in ctf_bufopen_internal()
1414 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1417 return (ctf_set_open_errno (errp, ENOMEM)); in ctf_bufopen_internal()
1427 return (ctf_set_open_errno (errp, ENOMEM)); in ctf_bufopen_internal()
1448 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1460 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1470 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1484 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1497 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1708 ctf_set_open_errno (errp, err); in ctf_bufopen_internal()