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

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-dlpi.c896 int uerror; local
910 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
915 if (uerror != EBUSY) {
1027 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1034 * Clear out "*uerror", so it's only set for DL_ERROR_ACK/DL_SYSERR,
1037 if (uerror != NULL)
1038 *uerror = 0;
1067 if (uerror != NULL)
1068 *uerror = dlp->error_ack.dl_unix_errno;
1329 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
[all...]
/freebsd-11.0-release/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.0-release/sys/dev/usb/wlan/
H A Dif_rum.c905 usb_error_t uerror; local
912 uerror = rum_do_mcu_request(sc,
914 if (uerror != USB_ERR_NORMAL_COMPLETION) {
917 __func__, usbd_errstr(uerror));
936 usb_error_t uerror; local
1012 uerror = rum_setbits(sc, RT2573_MAC_CSR11, RT2573_AUTO_WAKEUP);
1013 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1018 uerror = rum_setbits(sc, RT2573_TXRX_CSR4, RT2573_ACKCTS_PWRMGT);
1019 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1028 __func__, usbd_errstr(uerror));
2658 usb_error_t uerror; local
[all...]
/freebsd-11.0-release/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 84 milliseconds