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()
1358 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1378 return (ctf_set_open_errno (errp, ECTF_CTFVERS)); in ctf_bufopen_internal()
1382 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1387 return (ctf_set_open_errno (errp, ECTF_CTFVERS)); in ctf_bufopen_internal()
1398 return (ctf_set_open_errno (errp, ECTF_NOTSUP)); in ctf_bufopen_internal()
1409 return (ctf_set_open_errno (errp, ECTF_FLAGS)); in ctf_bufopen_internal()
1413 return (ctf_set_open_errno (errp, ECTF_NOCTFBUF)); in ctf_bufopen_internal()
1416 return (ctf_set_open_errno (errp, ENOMEM)); in ctf_bufopen_internal()
1426 return (ctf_set_open_errno (errp, ENOMEM)); in ctf_bufopen_internal()
1447 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1459 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1469 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1483 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1496 return (ctf_set_open_errno (errp, ECTF_CORRUPT)); in ctf_bufopen_internal()
1707 ctf_set_open_errno (errp, err); in ctf_bufopen_internal()