Lines Matching defs:error

181 	int *perr,	/* pointer to error return code */
441 int *perr, /* pointer to error return code */
449 * Return a printable string corresponding to a Pcreate() error return.
452 Pcreate_error(int error)
456 switch (error) {
473 str = "unanticipated system error";
479 str = "unknown error";
512 * perr: pointer to error return code.
855 * Return a printable string corresponding to a Pgrab() error return.
858 Pgrab_error(int error)
862 switch (error) {
900 str = "libelf error";
906 str = "unanticipated system error";
918 str = "unknown error";
1688 default: /* programming error */
1960 /* If it is not in a jobcontrol stop, issue an error message */
2169 int error = 0;
2229 error = (ssize == -1)? errno : EINTR;
2231 return (error);
2243 int rv, error;
2252 error = execute_bkpt(ctlfd,
2257 if (error != 0) {
2259 error == EBUSY) { /* jobcontrol stop -- back off */
2263 if (error == ENOENT)
2265 errno = error;
2348 int error = 0;
2425 error = (ssize == -1)? errno : EINTR;
2427 return (error);
2438 int rv, error;
2446 error = execute_wapt(ctlfd,
2450 if (error != 0) {
2452 error == EBUSY) { /* jobcontrol stop -- back off */
2456 if (error == ENOENT)
2458 errno = error;
2513 * to the caller; -1 is returned if an error occurred.
2957 * perr: pointer to error return code.
3078 * Return a printable string corresponding to an Lgrab() error return.
3081 Lgrab_error(int error)
3085 switch (error) {
3093 str = "unanticipated system error";
3096 str = "unknown error";
3279 default: /* programming error */
3516 int rv, error;
3524 error = execute_bkpt(L->lwp_ctlfd,
3529 if (error != 0) {
3531 error == EBUSY) { /* jobcontrol stop -- back off */
3535 if (error == ENOENT)
3537 errno = error;
3552 int rv, error;
3560 error = execute_wapt(L->lwp_ctlfd,
3564 if (error != 0) {
3566 error == EBUSY) { /* jobcontrol stop -- back off */
3570 if (error == ENOENT)
3572 errno = error;