Home
last modified time | relevance | path

Searched refs:CALL (Results 1 – 25 of 47) sorted by relevance

12

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c98 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 Dsnoop_rpcsec.c161 "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 Dsnoop_nfs_acl.c209 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 Dsnoop_rquota.c84 if (type == CALL) {
117 if (type == CALL) {
H A Dsnoop_pmap.c114 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 Dsnoop_nlm.c165 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 Dsnoop_nis.c145 if (type == CALL) {
200 if (type == CALL) {
271 if (type == CALL) {
414 if (type == CALL)
H A Dsnoop_bparam.c84 if (type == CALL) {
140 if (type == CALL) {
H A Dsnoop_solarnet.c101 if (type == CALL) { in interpret_solarnet_fw()
200 if (type == CALL) { in interpret_solarnet_fw()
H A Dsnoop_rpcprint.c95 type == CALL ? 'C' : 'R');
H A Dsnoop_mount.c114 if (type == CALL) {
194 if (type == CALL)
H A Dsnoop_nfs.c144 if (type == CALL) {
278 if (type == CALL)
/titanic_50/usr/src/head/
H A Ddial.h77 } CALL; typedef
79 extern int dial(CALL);
/titanic_50/usr/src/cmd/bnu/
H A Ddial.h75 } CALL; typedef
79 extern int dial(CALL);
H A Ddial.c168 CALL call; in dial()
/titanic_50/usr/src/uts/common/rpc/
H A Drpc_calmsg.c73 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 Drpc_msg.h59 CALL = 0, enumerator
/titanic_50/usr/src/cmd/awk/
H A Dawk.g.y73 %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 Dmaketab.c100 { CALL, "call", "call" },
/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpc_callmsg.c68 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 Ddriver.c46 #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 Drpc_msg.h43 CALL=0, enumerator
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h61 #define CALL 0x1 macro
H A Dcalls.c93 case CALL: in findcalls()
/titanic_50/usr/src/lib/libnsl/dial/
H A Ddial.c158 dial(CALL call) in dial()

12