/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 132 return (EPROTO); in get_ok_ack() 139 error = EPROTO; in get_ok_ack() 144 error = EPROTO; in get_ok_ack() 155 error = EPROTO; in get_ok_ack() 172 EPROTO, /* TOUTSTATE */ 173 EPROTO, /* TBADSEQ */ 175 EPROTO, /* TLOOK - should never be sent by transport */ 178 EPROTO, /* TFLOW */ 180 EPROTO, /* TNODIS */ 181 EPROTO, /* TNOUDERR */ [all …]
|
H A D | t_kconnect.c | 139 return (EPROTO); in t_kconnect() 165 return (EPROTO); in t_kconnect() 182 error = EPROTO; in t_kconnect() 227 error = EPROTO; in t_kconnect()
|
H A D | t_krcvudat.c | 129 error = EPROTO; in t_krcvudata() 205 error = EPROTO; in t_krcvudata() 244 error = EPROTO; in t_krcvudata() 286 error = EPROTO; in t_krcvudata()
|
H A D | t_kgtstate.c | 106 return (EPROTO); in t_kgetstate() 138 error = EPROTO; in t_kgetstate()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | proto_set.c | 239 EPROTO, /* TOUTSTATE */ 242 EPROTO, /* TLOOK - should never be sent by transport */ 245 EPROTO, /* TFLOW */ 247 EPROTO, /* TNODIS */ 248 EPROTO, /* TNOUDERR */ 250 EPROTO, /* TNOREL */ 252 EPROTO, /* TSTATECHNG */ 254 EPROTO, /* TNOSTRUCTYPE - never sent by transport */ 255 EPROTO, /* TBADNAME - never sent by transport */ 256 EPROTO, /* TBADQLEN - never sent by transport */ [all …]
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_parse_hdrs.c | 270 return (EPROTO); in sip_parse_date_header() 274 return (EPROTO); in sip_parse_date_header() 279 return (EPROTO); in sip_parse_date_header() 284 return (EPROTO); in sip_parse_date_header() 288 return (EPROTO); in sip_parse_date_header() 296 return (EPROTO); in sip_parse_date_header() 302 return (EPROTO); in sip_parse_date_header() 306 return (EPROTO); in sip_parse_date_header() 314 return (EPROTO); in sip_parse_date_header() 517 return (EPROTO); in sip_parse_retryaft_header() [all …]
|
H A D | sip_parse_generic.c | 266 return (EPROTO); in sip_parse_params() 307 return (EPROTO); in sip_parse_params() 321 return (EPROTO); in sip_parse_params() 324 return (EPROTO); in sip_parse_params() 430 return (EPROTO); in sip_prim_parsers() 629 if (ret == EPROTO) { in sip_parse_hdr_parser1() 1030 return (EPROTO); in sip_parse_hdr_parser5() 1077 return (EPROTO); in sip_parse_hdr_parser5() 1101 return (EPROTO); in sip_parse_hdr_parser5() 1186 return (EPROTO); in sip_parse_first_line() [all …]
|
H A D | sip_hdrs_ui.c | 55 *error = EPROTO; in sip_get_val_from_hdr() 116 *error = EPROTO; in sip_get_val_from_msg() 143 *error = EPROTO; in sip_get_cftruri_from_val() 167 *error = EPROTO; in sip_get_cftrname_from_val() 238 *error = EPROTO; in sip_get_cftruri_from_msg() 245 *error = EPROTO; in sip_get_cftruri_from_msg() 275 *error = EPROTO; in sip_get_cftrname_from_msg() 282 *error = EPROTO; in sip_get_cftrname_from_msg() 330 *error = EPROTO; in sip_get_from_tag() 337 *error = EPROTO; in sip_get_from_tag() [all …]
|
/titanic_44/usr/src/lib/fm/libfmd_adm/common/ |
H A D | fmd_adm.c | 73 errno = EPROTO; in fmd_adm_open() 155 case EPROTO: in fmd_adm_errmsg() 161 case EPROTO: in fmd_adm_errmsg() 253 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_stats_read() 312 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_iter() 365 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_load() 386 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_unload() 407 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_reset() 428 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_gc() 450 return (fmd_adm_set_errno(ap, EPROTO)); in fmd_adm_module_stats() [all …]
|
/titanic_44/usr/src/lib/json_nvlist/ |
H A D | json_nvlist.c | 199 posterror(s, EPROTO, "EOF mid-escape sequence"); in collect_string_escape() 218 posterror(s, EPROTO, "EOF mid-escape " in collect_string_escape() 225 posterror(s, EPROTO, "unicode escape above 0x7f"); in collect_string_escape() 250 posterror(s, EPROTO, "unrecognised escape sequence"); in collect_string_escape() 270 posterror(s, EPROTO, "EOF mid-string"); in collect_string() 328 posterror(s, EPROTO, "expected 'true', 'false' or 'null'"); in hdlr_bareword() 353 posterror(s, EPROTO, "malformed number: expected digit (0-9)"); in collect_number() 416 posterror(s, EPROTO, "EOF before object or array"); in hdlr_rest() 518 posterror(s, EPROTO, "expected ',' or ']'"); in hdlr_array_comma() 572 posterror(s, EPROTO, "unexpected character at start " in hdlr_array_value() [all …]
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_rcv.c | 202 errno = EPROTO; in _tx_rcv() 229 errno = EPROTO; in _tx_rcv() 260 errno = EPROTO; in _tx_rcv() 325 errno = EPROTO; in _tx_rcv() 340 errno = EPROTO; in _tx_rcv()
|
H A D | t_rcvv.c | 217 errno = EPROTO; in _tx_rcvv() 244 errno = EPROTO; in _tx_rcvv() 278 errno = EPROTO; in _tx_rcvv() 343 errno = EPROTO; in _tx_rcvv() 358 errno = EPROTO; in _tx_rcvv()
|
H A D | t_sndudata.c | 93 errno = EPROTO; in _tx_sndudata() 132 errno = EPROTO; in _tx_sndudata() 146 errno = EPROTO; in _tx_sndudata()
|
H A D | t_rcvudata.c | 143 errno = EPROTO; in _tx_rcvudata() 160 errno = EPROTO; in _tx_rcvudata() 225 errno = EPROTO; in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 152 errno = EPROTO; in _tx_rcvvudata() 168 errno = EPROTO; in _tx_rcvvudata() 230 errno = EPROTO; in _tx_rcvvudata()
|
H A D | _conn_util.c | 222 errno = EPROTO; in _t_rcv_conn_con() 238 errno = EPROTO; in _t_rcv_conn_con() 315 errno = EPROTO; in _t_rcv_conn_con()
|
H A D | t_listen.c | 168 errno = EPROTO; in _tx_listen() 182 errno = EPROTO; in _tx_listen() 263 errno = EPROTO; in _tx_listen()
|
H A D | t_look.c | 215 errno = EPROTO; in _t_look_locked() 247 errno = EPROTO; in _t_look_locked()
|
H A D | t_rcvrel.c | 179 errno = EPROTO; in _tx_rcvrel() 202 errno = EPROTO; in _tx_rcvrel()
|
H A D | t_rcvreldata.c | 181 errno = EPROTO; in _tx_rcvreldata() 204 errno = EPROTO; in _tx_rcvreldata()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_doorclnt.c | 367 errno = EPROTO; in smb_door_encode() 375 errno = EPROTO; in smb_door_encode() 412 errno = EPROTO; in smb_door_decode() 418 errno = EPROTO; in smb_door_decode() 425 errno = EPROTO; in smb_door_decode()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 106 err = EPROTO; in nb_ssn_send() 171 return (EPROTO); in nb_ssn_recv() 237 return (EPROTO); in get_xti_err()
|
H A D | connect.c | 108 return (EPROTO); in smb_setopt_int() 113 return (EPROTO); in smb_setopt_int() 198 err = EPROTO; in conn_tcp6() 259 err = EPROTO; in conn_tcp4()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 552 eprintsoline(so, EPROTO); in check_tinfo() 553 return (EPROTO); in check_tinfo() 557 eprintsoline(so, EPROTO); in check_tinfo() 558 return (EPROTO); in check_tinfo() 562 eprintsoline(so, EPROTO); in check_tinfo() 563 return (EPROTO); in check_tinfo() 711 return ((error = do_tinfo(so)) == EPROTO ? in do_tcapability() 956 eprintsoline(so, EPROTO); in sowaitprim() 957 return (EPROTO); in sowaitprim() 974 eprintsoline(so, EPROTO); in sowaitprim() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ticlts.h | 44 #define TCL_PEERBADSTATE EPROTO /* peer in wrong state */
|