/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.c | 502 toa->MGMT_flags = T_SUCCESS; in svr4_optcom_req() 587 worst_status = T_SUCCESS; /* initial value */ in tpi_optcom_req() 720 opt->status = T_SUCCESS; in process_topthdrs_first_pass() 762 opt->status = T_SUCCESS; in process_topthdrs_first_pass() 837 opt->status = T_SUCCESS; in process_topthdrs_first_pass() 934 ASSERT(opt->status == T_SUCCESS || opt->status == T_READONLY); in do_options_second_pass() 1000 case T_SUCCESS: in get_worst_status() 1152 topth->status = T_SUCCESS; in do_opt_default() 1289 topth->status = T_SUCCESS; in do_opt_current() 1335 ASSERT(reqopt->status == T_SUCCESS); in do_opt_check_or_negotiate() [all …]
|
H A D | snmpcom.c | 255 toa->MGMT_flags = T_SUCCESS; in snmpcom_req() 293 toa->MGMT_flags = T_SUCCESS; in snmpcom_req()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tpicommon.h | 130 #define T_SUCCESS 0x020 /* successful result */ macro
|
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 82 #define T_SUCCESS 0x020 /* successful */ macro
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 131 (toa->MGMT_flags == T_SUCCESS) && in mibget() 153 toa->MGMT_flags != T_SUCCESS) { in mibget()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 110 if (ores.flags != T_SUCCESS) { in smb_setopt_int()
|
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 994 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in bindresvport() 1022 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in bindresvport()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 438 resp.flags != T_SUCCESS) { in nfslib_bindit() 472 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in get_opt() 502 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setopt()
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 917 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setopt_int() 968 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in setup_callit()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 522 ores.flags != T_SUCCESS) { in __rpc_tli_set_options()
|
H A D | clnt_vc.c | 413 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in _set_tcp_conntime() 447 if (t_optmgmt(fd, &req, &res) < 0 || res.flags != T_SUCCESS) { in _get_tcp_conntime()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 614 toa->MGMT_flags == T_SUCCESS && in mibget() 637 toa->MGMT_flags != T_SUCCESS) { in mibget()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 285 (reply.flags != T_SUCCESS)) { in tlx_setsockopt()
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 501 (toa->MGMT_flags == T_SUCCESS) && in mibget() 526 (toa->MGMT_flags != T_SUCCESS)) { in mibget()
|
/titanic_44/usr/src/cmd/avs/rdc/ |
H A D | sndrd.c | 706 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in reuseaddr() 1785 resp.flags != T_SUCCESS) { in rdcd_bindit()
|
/titanic_44/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 735 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) { in main()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 3117 toa->MGMT_flags == T_SUCCESS && in mibget() 3140 toa->MGMT_flags != T_SUCCESS) { in mibget()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2936 if (toa->MGMT_flags != T_SUCCESS) { in mibwalk()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 3001 ack.ack.MGMT_flags != T_SUCCESS ||
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1399 ack.ack.MGMT_flags != T_SUCCESS || in sync_kern()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 788 toa->MGMT_flags == T_SUCCESS && in mibget() 812 toa->MGMT_flags != T_SUCCESS) { in mibget()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 3818 while (t_optmgmt(fd, &req, &resp) == -1 || resp.flags != T_SUCCESS) { in set_udp_buffer()
|