Searched refs:uerror (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c935 int uerror; local
949 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
954 if (uerror != EBUSY) {
1152 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1161 * Clear out "*uerror", so it's only set for DL_ERROR_ACK/DL_SYSERR,
1164 if (uerror != NULL)
1165 *uerror = 0;
1194 if (uerror != NULL)
1195 *uerror = dlp->error_ack.dl_unix_errno;
1454 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
[all...]
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vnops.c83 int error , uerror, lerror; local
94 error = uerror = lerror = ENOENT;
175 uerror = VOP_LOOKUP(udvp, &uvp, cnp);
177 if (uerror == 0) {
183 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror);
185 return (uerror);
193 if (uerror == ENOENT || uerror == EJUSTRETURN)
217 if (udvp != NULLVP && (uerror == 0 || uerror
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c898 usb_error_t uerror; local
905 uerror = rum_do_mcu_request(sc,
907 if (uerror != USB_ERR_NORMAL_COMPLETION) {
910 __func__, usbd_errstr(uerror));
929 usb_error_t uerror; local
1005 uerror = rum_setbits(sc, RT2573_MAC_CSR11, RT2573_AUTO_WAKEUP);
1006 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1011 uerror = rum_setbits(sc, RT2573_TXRX_CSR4, RT2573_ACKCTS_PWRMGT);
1012 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1021 __func__, usbd_errstr(uerror));
2650 usb_error_t uerror; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c622 int uerror; member in struct:tests
680 const int experr = atf_user_is_root() ? t->rerror : t->uerror;

Completed in 219 milliseconds