Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c99 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 Dsnoop_rpcsec.c162 "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 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_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_rquota.c84 if (type == CALL) {
117 if (type == CALL) {
H A Dsnoop_nis.c141 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 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_bparam.c84 if (type == CALL) {
140 if (type == CALL) {
H A Dsnoop_solarnet.c99 if (type == CALL) { in interpret_solarnet_fw()
198 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.c142 if (type == CALL) {
276 if (type == CALL)
H A Dsnoop_rstat.c81 if (type == CALL) {
/illumos-gate/usr/src/head/
H A Ddial.h77 } CALL; typedef
79 extern int dial(CALL);
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h75 } CALL; typedef
79 extern int dial(CALL);
H A Ddial.c166 CALL call; in dial()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y95 %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 Dmaketab.c132 { CALL, "call", "call" },
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c74 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 Drpc_msg.h57 CALL = 0, enumerator
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_callmsg.c69 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 Ddriver.c44 #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 Dsparc.h55 #define CALL 0x1 macro
H A Dcalls.c91 case CALL: in findcalls()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c156 dial(CALL call) in dial()

12