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

12

/illumos-gate/usr/src/head/
H A Ddial.h77 } CALL; typedef in typeref:struct:__anon2247
79 extern int dial(CALL);
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h75 } CALL; typedef in typeref:struct:__anon46
79 extern int dial(CALL);
H A Ddial.c47 * CALL call;
54 * The CALL structure as (defined in dial.h):
70 * } CALL;
90 * the `attr' field of the CALL structure before passing the
168 CALL call;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rquota.c84 if (type == CALL) {
117 if (type == CALL) {
H A Dsnoop_rpcsec.c161 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R',
182 "RPC RPCSEC_GSS", type == CALL ? 'C' : 'R',
193 type == CALL ? "CALL" : "REPLY", args_len);
266 if (type == CALL) {
269 type == CALL ? 'C' : 'R',
276 if (type == CALL) {
H A Dsnoop_rpc.c98 if (direction == CALL) {
106 protoprint(flags, CALL, xid, prog, vers, proc,
115 case CALL:
131 protoprint(flags, CALL, xid, prog, vers, proc,
224 direction == CALL ? "Call":"Reply");
227 case CALL:
254 print_verif(CALL);
256 protoprint(flags, CALL, xid, prog, vers, proc, data, len);
394 if (direction == CALL)
703 case CALL
[all...]
H A Dsnoop_nfs_acl.c209 if (type == CALL) {
279 if (type == CALL)
303 if (type == CALL) {
354 if (type == CALL)
378 if (type == CALL) {
418 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_bparam.c84 if (type == CALL) {
140 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_rpcprint.c95 type == CALL ? 'C' : 'R');
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_solarnet.c101 if (type == CALL) {
200 if (type == CALL) {
H A Dsnoop_rstat.c81 if (type == CALL) {
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h43 CALL=0, enumerator in enum:msg_type
/illumos-gate/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);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c93 case CALL:
H A Dsparc.h61 #define CALL 0x1 macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_callmsg.c68 if (cmsg->rm_direction != CALL)
102 if (cmsg->rm_direction != CALL)
182 (cmsg->rm_direction == CALL) &&
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c73 if (cmsg->rm_direction != CALL)
101 if (cmsg->rm_direction != CALL)
158 cmsg->rm_direction == CALL &&
H A Drpc_msg.h59 CALL = 0, enumerator in enum:msg_type
/illumos-gate/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" },
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c49 * CALL call;
56 * The CALL structure as (defined in dial.h):
72 * } CALL;
92 * the `attr' field of the CALL structure before passing the
158 dial(CALL call)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c81 CALL call;

Completed in 107 milliseconds

12