Searched refs:errp (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c189 ctf_zopen(int *errp) argument
197 return (ctf_set_open_errno(errp, ECTF_ZMISSING));
200 return (ctf_set_open_errno(errp, ECTF_ZINIT));
208 return (ctf_set_open_errno(errp, ECTF_ZINIT));
310 ctf_fdopen(int fd, int *errp) argument
330 return (ctf_set_open_errno(errp, errno));
333 return (ctf_set_open_errno(errp, nbytes < 0? errno : ECTF_FMT));
342 return (ctf_set_open_errno(errp, ECTF_CTFVERS));
348 return (ctf_set_open_errno(errp, errno));
357 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp))
536 ctf_open(const char *filename, int *errp) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_util.c134 * Store the specified error code into errp if it is non-NULL, and then
138 ctf_set_open_errno(int *errp, int error) argument
140 if (errp != NULL)
141 *errp = error;
H A Dctf_open.c555 const ctf_sect_t *strsect, int *errp)
565 return (ctf_set_open_errno(errp, EINVAL));
569 return (ctf_set_open_errno(errp, ECTF_SYMTAB));
572 return (ctf_set_open_errno(errp, ECTF_SYMBAD));
575 return (ctf_set_open_errno(errp, ECTF_STRBAD));
578 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
592 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
596 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
606 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
618 return (ctf_set_open_errno(errp, ECTF_CTFVER
554 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, const ctf_sect_t *strsect, int *errp) argument
[all...]
H A Dctf_create.c54 ctf_create(int *errp) argument
64 return (ctf_set_open_errno(errp, EAGAIN));
74 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c717 set_open_errno(dtrace_hdl_t *dtp, int *errp, int err) argument
721 if (errp != NULL)
722 *errp = err;
815 dt_vopen(int version, int flags, int *errp, argument
852 return (set_open_errno(dtp, errp, EINVAL));
855 return (set_open_errno(dtp, errp, EDT_VERSION));
869 return (set_open_errno(dtp, errp, EDT_OVERSION));
873 return (set_open_errno(dtp, errp, EINVAL));
876 return (set_open_errno(dtp, errp, EINVAL));
879 return (set_open_errno(dtp, errp, EINVA
1387 dtrace_open(int version, int flags, int *errp) argument
1393 dtrace_vopen(int version, int flags, int *errp, const dtrace_vector_t *vector, void *arg) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser.h554 uint32_t ns_datetosecs(const char *cp, int *errp);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11479 dtrace_dof_copyin(uintptr_t uarg, int *errp) argument
11490 *errp = EFAULT;
11500 *errp = E2BIG;
11506 *errp = EINVAL;
11515 *errp = EFAULT;

Completed in 1801 milliseconds