/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 98 if (direction == CALL) { in interpret_rpc() 106 protoprint(flags, CALL, xid, prog, vers, proc, in interpret_rpc() 115 case CALL: in interpret_rpc() 131 protoprint(flags, CALL, xid, prog, vers, proc, in interpret_rpc() 224 direction == CALL ? "Call":"Reply"); in interpret_rpc() 227 case CALL: in interpret_rpc() 254 print_verif(CALL); in rpc_detail_call() 256 protoprint(flags, CALL, xid, prog, vers, proc, data, len); in rpc_detail_call() 394 if (direction == CALL) in print_verif() 703 case CALL: in valid_rpc()
|
H A D | snoop_rpcsec.c | 161 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R', in rpcsec_gss_pre_proto() 182 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R', in rpcsec_gss_pre_proto() 193 type == CALL ? "CALL" : "REPLY", args_len); in rpcsec_gss_pre_proto() 266 if (type == CALL) { in rpcsec_gss_control_proc() 269 type == CALL ? 'C' : 'R', in rpcsec_gss_control_proc() 276 if (type == CALL) { in rpcsec_gss_control_proc()
|
H A D | snoop_nfs_acl.c | 209 if (type == CALL) { in interpret_nfs_acl2() 279 if (type == CALL) in interpret_nfs_acl2() 303 if (type == CALL) { in interpret_nfs_acl3() 354 if (type == CALL) in interpret_nfs_acl3() 378 if (type == CALL) { in interpret_nfs_acl4() 418 if (type == CALL) in interpret_nfs_acl4()
|
H A D | snoop_rquota.c | 84 if (type == CALL) { 117 if (type == CALL) {
|
H A D | snoop_pmap.c | 114 if (type == CALL) { 131 if (type == CALL) { 206 if (type == CALL) { 401 if (type == CALL) { 419 if (type == CALL) { 521 if (type == CALL) {
|
H A D | snoop_nlm.c | 165 if (type == CALL) { 256 if (type == CALL) { 538 if (type == CALL) { 596 if (type == CALL) { 820 if (type == CALL) { 940 if (type == CALL) {
|
H A D | snoop_nis.c | 145 if (type == CALL) { 200 if (type == CALL) { 271 if (type == CALL) { 414 if (type == CALL)
|
H A D | snoop_bparam.c | 84 if (type == CALL) { 140 if (type == CALL) {
|
H A D | snoop_solarnet.c | 101 if (type == CALL) { in interpret_solarnet_fw() 200 if (type == CALL) { in interpret_solarnet_fw()
|
H A D | snoop_rpcprint.c | 95 type == CALL ? 'C' : 'R');
|
H A D | snoop_mount.c | 114 if (type == CALL) { 194 if (type == CALL)
|
H A D | snoop_nfs.c | 144 if (type == CALL) { 278 if (type == CALL)
|
/titanic_50/usr/src/head/ |
H A D | dial.h | 77 } CALL; typedef 79 extern int dial(CALL);
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | dial.h | 75 } CALL; typedef 79 extern int dial(CALL);
|
H A D | dial.c | 168 CALL call; in dial()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 73 if (cmsg->rm_direction != CALL) in xdr_callmsg() 101 if (cmsg->rm_direction != CALL) in xdr_callmsg() 158 cmsg->rm_direction == CALL && in xdr_callmsg()
|
H A D | rpc_msg.h | 59 CALL = 0, enumerator
|
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.g.y | 73 %token <cp> VAR IVAR VARNF CALL NUMBER STRING FIELD 92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC 144 | CALL { setfname($1); } 357 | CALL '(' ')' { $$ = op2(CALL, valtonode($1,CVAR), NIL); } 358 | CALL '(' patlist ')' { $$ = op2(CALL, valtonode($1,CVAR), $3); }
|
H A D | maketab.c | 100 { CALL, "call", "call" },
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 68 if (cmsg->rm_direction != CALL) in xdr_callmsg() 102 if (cmsg->rm_direction != CALL) in xdr_callmsg() 182 (cmsg->rm_direction == CALL) && in xdr_callmsg()
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | driver.c | 46 #define CALL(x, f) (x.class ? (*x.class) (x.act, f) : E_SYSTEM_ERROR) macro 194 v = CALL(x, f); in form_driver()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | rpc_msg.h | 43 CALL=0, enumerator
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 61 #define CALL 0x1 macro
|
H A D | calls.c | 93 case CALL: in findcalls()
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 158 dial(CALL call) in dial()
|