Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/bluez/compat/
Dbnep.c228 errno = EPROTO; in bnep_accept_connection()
309 errno = EPROTO; in bnep_create_connection()
330 errno = EPROTO; in bnep_create_connection()
Dmsdun.c134 errno = EPROTO; in ms_dun()
/external/openssl/crypto/bio/
Dbss_sock.c275 #ifdef EPROTO in BIO_sock_non_fatal_error()
276 case EPROTO: in BIO_sock_non_fatal_error()
Dbss_fd.c301 #ifdef EPROTO in BIO_fd_non_fatal_error()
302 case EPROTO: in BIO_fd_non_fatal_error()
Dbss_dgram.c1795 #ifdef EPROTO in BIO_dgram_non_fatal_error()
1796 case EPROTO: in BIO_dgram_non_fatal_error()
/external/llvm/include/llvm/Support/
Dsystem_error.h421 # ifndef EPROTO
422 # define EPROTO 134 macro
578 #ifdef EPROTO
579 protocol_error = EPROTO,
/external/kernel-headers/original/asm-generic/
Derrno.h44 #define EPROTO 71 /* Protocol error */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h48 #define EPROTO 71 /* Protocol error */ macro
/external/bluetooth/bluez/lib/
Dbluetooth.c258 return EPROTO; in bt_error()
Dsdp.c1739 errno = EPROTO; in sdp_send_req_w4_rsp()
2865 errno = EPROTO; in sdp_device_record_register_binary()
2878 errno = EPROTO; in sdp_device_record_register_binary()
2883 errno = EPROTO; in sdp_device_record_register_binary()
2981 errno = EPROTO; in sdp_device_record_unregister_binary()
2995 errno = EPROTO; in sdp_device_record_unregister_binary()
3084 errno = EPROTO; in sdp_device_record_update()
3100 errno = EPROTO; in sdp_device_record_update()
4107 t->err = EPROTO; in sdp_process()
4128 t->err = EPROTO; in sdp_process()
[all …]
/external/libusb/libusb/os/
Dlinux_usbfs.c1870 case -EPROTO: in handle_bulk_completion()
1986 case -EPROTO: in handle_iso_completion()
2042 case -EPROTO: in handle_control_completion()
/external/bluetooth/bluez/src/
Dglib-helper.c145 err = -EPROTO; in search_completed_cb()
/external/bluetooth/bluez/network/
Dconnection.c221 errno = EPROTO; in bnep_setup_cb()
/external/bluetooth/glib/glib/
Dgstrfuncs.c1279 #ifdef EPROTO in g_strerror()
1280 case EPROTO: return "protocol error"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h622 #define VKI_EPROTO EPROTO