/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 99 if (direction == CALL) { in interpret_rpc() 107 protoprint(flags, CALL, xid, prog, vers, proc, in interpret_rpc() 116 case CALL: in interpret_rpc() 132 protoprint(flags, CALL, xid, prog, vers, proc, in interpret_rpc() 225 direction == CALL ? "Call":"Reply"); in interpret_rpc() 228 case CALL: in interpret_rpc() 255 print_verif(CALL); in rpc_detail_call() 257 protoprint(flags, CALL, xid, prog, vers, proc, data, len); in rpc_detail_call() 394 if (direction == CALL) in print_verif() 699 case CALL: in valid_rpc()
|
H A D | snoop_rpcsec.c | 162 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R', in rpcsec_gss_pre_proto() 183 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R', in rpcsec_gss_pre_proto() 194 type == CALL ? "CALL" : "REPLY", args_len); in rpcsec_gss_pre_proto() 267 if (type == CALL) { in rpcsec_gss_control_proc() 270 type == CALL ? 'C' : 'R', in rpcsec_gss_control_proc() 277 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_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_rquota.c | 84 if (type == CALL) { 117 if (type == CALL) {
|
H A D | snoop_nis.c | 141 if (type == CALL) { in interpret_nisbind() 194 if (type == CALL) { in interpret_nisbind() 260 if (type == CALL) { in interpret_nis() 391 if (type == CALL) in interpret_nis()
|
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_bparam.c | 84 if (type == CALL) { 140 if (type == CALL) {
|
H A D | snoop_solarnet.c | 99 if (type == CALL) { in interpret_solarnet_fw() 198 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 | 142 if (type == CALL) { 276 if (type == CALL)
|
H A D | snoop_rstat.c | 81 if (type == CALL) {
|
/illumos-gate/usr/src/head/ |
H A D | dial.h | 77 } CALL; typedef 79 extern int dial(CALL);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | dial.h | 75 } CALL; typedef 79 extern int dial(CALL);
|
H A D | dial.c | 166 CALL call; in dial()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 95 %token <cp> VAR IVAR VARNF CALL NUMBER STRING 115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 167 | CALL { setfname($1); } 398 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); } 399 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
|
H A D | maketab.c | 132 { CALL, "call", "call" },
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 74 if (cmsg->rm_direction != CALL) in xdr_callmsg() 110 if (cmsg->rm_direction != CALL) in xdr_callmsg() 167 cmsg->rm_direction == CALL && in xdr_callmsg()
|
H A D | rpc_msg.h | 57 CALL = 0, enumerator
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 69 if (cmsg->rm_direction != CALL) in xdr_callmsg() 105 if (cmsg->rm_direction != CALL) in xdr_callmsg() 183 (cmsg->rm_direction == CALL) && in xdr_callmsg()
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | driver.c | 44 #define CALL(x, f) (x.class ? (*x.class) (x.act, f) : E_SYSTEM_ERROR) macro 192 v = CALL(x, f); in form_driver()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 55 #define CALL 0x1 macro
|
H A D | calls.c | 91 case CALL: in findcalls()
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 156 dial(CALL call) in dial()
|