Lines Matching refs:uerror
952 int uerror; local
966 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
971 if (uerror != EBUSY) {
1006 int uerror; local
1014 p->errbuf, &uerror);
1019 (uerror == EPERM) ? "EPERM" : "EACCES");
1177 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1189 if (uerror != NULL)
1190 *uerror = 0;
1219 if (uerror != NULL)
1220 *uerror = dlp->error_ack.dl_unix_errno;
1482 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
1485 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1489 dlokack(int fd, const char *what, char *bufp, char *ebuf, int *uerror) argument
1492 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, uerror));