Symbol: CALL
crypto/krb5/src/lib/rpc/clnt_raw.c
109
call_msg.rm_direction = CALL;
crypto/krb5/src/lib/rpc/clnt_tcp.c
207
call_msg.rm_direction = CALL;
crypto/krb5/src/lib/rpc/clnt_udp.c
170
call_msg.rm_direction = CALL;
crypto/krb5/src/lib/rpc/pmap_rmt.c
304
msg.rm_direction = CALL;
crypto/krb5/src/lib/rpc/rpc_callmsg.c
106
if (cmsg->rm_direction != CALL) {
crypto/krb5/src/lib/rpc/rpc_callmsg.c
185
(cmsg->rm_direction == CALL) &&
crypto/krb5/src/lib/rpc/rpc_callmsg.c
70
if (cmsg->rm_direction != CALL) {
crypto/krb5/src/lib/rpc/rpc_prot.c
164
cmsg->rm_direction = CALL;
lib/libc/rpc/clnt_bcast.c
375
msg.rm_direction = CALL;
lib/libc/rpc/clnt_raw.c
111
call_msg.rm_direction = CALL;
lib/libc/rpc/clnt_vc.c
268
call_msg.rm_direction = CALL;
lib/libc/rpc/rpc_callmsg.c
109
if (cmsg->rm_direction != CALL) {
lib/libc/rpc/rpc_callmsg.c
190
(cmsg->rm_direction == CALL) &&
lib/libc/rpc/rpc_callmsg.c
75
if (cmsg->rm_direction != CALL) {
lib/libc/rpc/rpc_prot.c
209
cmsg->rm_direction = CALL;
sys/dev/sound/pci/maestro3.c
1002
CALL,
sys/dev/sound/pci/maestro3.c
1069
M3_DEBUG(CALL, ("m3_rchan_getptr(adc=%d) result=%d\n",
sys/dev/sound/pci/maestro3.c
1094
M3_DEBUG(CALL, ("m3_rchan_getcaps(adc=%d)\n", ch->adc_idx));
sys/dev/sound/pci/maestro3.c
1303
M3_DEBUG(CALL, ("m3_pci_probe(0x%x)\n", pci_get_devid(dev)));
sys/dev/sound/pci/maestro3.c
1323
M3_DEBUG(CALL, ("m3_pci_attach\n"));
sys/dev/sound/pci/maestro3.c
1479
M3_DEBUG(CALL, ("m3_pci_detach\n"));
sys/dev/sound/pci/maestro3.c
1608
M3_DEBUG(CALL, ("m3_pci_shutdown\n"));
sys/dev/sound/pci/maestro3.c
325
M3_DEBUG(CALL, ("m3_initcd\n"));
sys/dev/sound/pci/maestro3.c
645
CALL,
sys/dev/sound/pci/maestro3.c
717
M3_DEBUG(CALL, ("m3_pchan_getptr(dac=%d) result=%d\n",
sys/dev/sound/pci/maestro3.c
742
M3_DEBUG(CALL, ("m3_pchan_getcaps(dac=%d)\n", ch->dac_idx));
sys/rpc/clnt_bck.c
151
call_msg.rm_direction = CALL;
sys/rpc/clnt_nl.c
214
.rm_direction = CALL,
sys/rpc/clnt_vc.c
1144
if (xid_plus_direction[1] == CALL) {
sys/rpc/clnt_vc.c
230
call_msg.rm_direction = CALL;
sys/rpc/rpc_callmsg.c
105
if (cmsg->rm_direction != CALL) {
sys/rpc/rpc_callmsg.c
186
(cmsg->rm_direction == CALL) &&
sys/rpc/rpc_callmsg.c
71
if (cmsg->rm_direction != CALL) {
sys/rpc/rpc_prot.c
228
cmsg->rm_direction = CALL;
usr.bin/ar/ar.h
53
#define AC(CALL) do { \
usr.bin/ar/ar.h
54
if ((CALL)) \
usr.bin/genl/parser_rpc.c
93
msg.rm_direction == CALL ? "CALL" : "REPLY", msg.rm_xid,
usr.sbin/rpcbind/rpcb_svc_com.c
788
call_msg.rm_direction = CALL;