Lines Matching refs:uerror
1031 int uerror;
1045 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
1050 if (uerror != EBUSY) {
1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1148 * Clear out "*uerror", so it's only set for DL_ERROR_ACK/DL_SYSERR,
1151 if (uerror != NULL)
1152 *uerror = 0;
1181 if (uerror != NULL)
1182 *uerror = dlp->error_ack.dl_unix_errno;
1447 dlbindack(int fd, char *bufp, char *ebuf, int *uerror)
1450 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));