Symbol: call
crypto/heimdal/appl/telnet/telnet/commands.c
1341
call(bye, "bye", "fromquit", 0);
crypto/heimdal/appl/telnet/telnet/commands.c
1968
call(status, "status", "notmuch", 0);
crypto/heimdal/appl/telnet/telnet/commands.c
2257
call(status, "status", "notmuch", 0);
crypto/heimdal/appl/telnet/telnet/commands.c
46
static int call(intrtn_t, ...);
crypto/krb5/src/windows/include/loadfuncs.h
18
#define TYPEDEF_FUNC(ret, call, name, args) typedef ret (call *FP_##name) args
crypto/openssl/include/crypto/sparc_arch.h
66
call .Lpic_thunk; \
crypto/openssl/include/crypto/sparc_arch.h
74
call .+8; \
crypto/openssl/ms/uplink.c
107
_asm push i _asm push OFFSET OPENSSL_UplinkTable _asm call OPENSSL_Uplink _asm add esp, 8 _asm jmp OPENSSL_UplinkTable + 4 * i \
include/ssp/ssp.h
78
#define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos, len) \
include/ssp/ssp.h
82
return __ssp_real_(fun) call; \
include/ssp/ssp.h
85
#define __ssp_redirect(rtype, fun, args, call) \
include/ssp/ssp.h
86
__ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos, __len)
include/ssp/ssp.h
87
#define __ssp_redirect0(rtype, fun, args, call) \
include/ssp/ssp.h
88
__ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0, __len)
lib/libsys/_libsys.h
704
int __sys_mac_syscall(const char * policy, int call, void * arg);
stand/libsa/rpc.c
111
struct rpc_call *call;
stand/libsa/rpc.c
152
send_head -= sizeof(*call);
stand/libsa/rpc.c
153
call = (struct rpc_call *)send_head;
stand/libsa/rpc.c
155
call->rp_xid = htonl(rpc_xid);
stand/libsa/rpc.c
156
call->rp_direction = htonl(RPC_CALL);
stand/libsa/rpc.c
157
call->rp_rpcvers = htonl(RPC_VER2);
stand/libsa/rpc.c
158
call->rp_prog = htonl(prog);
stand/libsa/rpc.c
159
call->rp_vers = htonl(vers);
stand/libsa/rpc.c
160
call->rp_proc = htonl(proc);
sys/amd64/include/asm.h
73
call PIC_PLT(HIDENAME(mcount)); \
sys/amd64/include/asm.h
83
call PIC_PLT(HIDENAME(mcount)); \
sys/amd64/include/asmacros.h
190
call handle_ibrs_entry
sys/amd64/include/xen/hypercall.h
154
"3" ((long)(a3)), [call] "a" (__call)
sys/compat/freebsd32/freebsd32_systrace_args.c
1826
iarg[a++] = p->call; /* int */
sys/compat/x86bios/x86bios.c
71
SYSCTL_INT(_debug_x86bios, OID_AUTO, call, CTLFLAG_RWTUN, &x86bios_trace_call, 0,
sys/dev/atkbdc/atkbdc.c
751
static int call = 0;
sys/dev/atkbdc/atkbdc.c
759
if (++call > 2000) {
sys/dev/atkbdc/atkbdc.c
760
call = 0;
sys/dev/atkbdc/atkbdc.c
784
if (++call > 2000) {
sys/dev/atkbdc/atkbdc.c
785
call = 0;
sys/dev/xen/efi/pvefi.c
133
struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call;
sys/dev/xen/efi/pvefi.c
136
CTASSERT(sizeof(*vendor) == sizeof(call->u.get_variable.vendor_guid));
sys/dev/xen/efi/pvefi.c
138
memcpy(&call->u.get_variable.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
140
set_xen_guest_handle(call->u.get_variable.name, name);
sys/dev/xen/efi/pvefi.c
141
set_xen_guest_handle(call->u.get_variable.data, data);
sys/dev/xen/efi/pvefi.c
147
*attrib = call->misc;
sys/dev/xen/efi/pvefi.c
148
*datasize = call->u.get_variable.size;
sys/dev/xen/efi/pvefi.c
150
return (efi_status_to_errno(call->status));
sys/dev/xen/efi/pvefi.c
161
struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call;
sys/dev/xen/efi/pvefi.c
164
memcpy(&call->u.get_next_variable_name.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
166
set_xen_guest_handle(call->u.get_next_variable_name.name, name);
sys/dev/xen/efi/pvefi.c
172
*namesize = call->u.get_next_variable_name.size;
sys/dev/xen/efi/pvefi.c
173
memcpy(vendor, &call->u.get_next_variable_name.vendor_guid,
sys/dev/xen/efi/pvefi.c
176
return (efi_status_to_errno(call->status));
sys/dev/xen/efi/pvefi.c
189
struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call;
sys/dev/xen/efi/pvefi.c
192
memcpy(&call->u.set_variable.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
194
set_xen_guest_handle(call->u.set_variable.name, name);
sys/dev/xen/efi/pvefi.c
195
set_xen_guest_handle(call->u.set_variable.data, data);
sys/dev/xen/efi/pvefi.c
200
efi_status_to_errno(call->status));
sys/dev/xen/efi/pvefi.c
59
struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call;
sys/dev/xen/efi/pvefi.c
66
tm->tm_year = call->u.get_time.time.year;
sys/dev/xen/efi/pvefi.c
67
tm->tm_mon = call->u.get_time.time.month;
sys/dev/xen/efi/pvefi.c
68
tm->tm_mday = call->u.get_time.time.day;
sys/dev/xen/efi/pvefi.c
69
tm->tm_hour = call->u.get_time.time.hour;
sys/dev/xen/efi/pvefi.c
70
tm->tm_min = call->u.get_time.time.min;
sys/dev/xen/efi/pvefi.c
71
tm->tm_sec = call->u.get_time.time.sec;
sys/dev/xen/efi/pvefi.c
72
tm->tm_nsec = call->u.get_time.time.ns;
sys/dev/xen/efi/pvefi.c
73
tm->tm_tz = call->u.get_time.time.tz;
sys/dev/xen/efi/pvefi.c
74
tm->tm_dst = call->u.get_time.time.daylight;
sys/dev/xen/efi/pvefi.c
76
return (efi_status_to_errno(call->status));
sys/dev/xen/efi/pvefi.c
86
struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call;
sys/dev/xen/efi/pvefi.c
93
tmcap->tc_res = call->u.get_time.resolution;
sys/dev/xen/efi/pvefi.c
94
tmcap->tc_prec = call->u.get_time.accuracy;
sys/dev/xen/efi/pvefi.c
95
tmcap->tc_stz = call->misc & XEN_EFI_GET_TIME_SET_CLEARS_NS;
sys/dev/xen/efi/pvefi.c
97
return (efi_status_to_errno(call->status));
sys/fs/nfsclient/nfs_clrpcops.c
1137
recon.call = nfsrpc_bindconnsess;
sys/i386/include/asm.h
43
call 1f; \
sys/i386/include/asm.h
83
call PIC_PLT(HIDENAME(mcount)); \
sys/i386/include/asm.h
93
call PIC_PLT(HIDENAME(mcount)); \
sys/i386/include/asmacros.h
123
call .L\@.1
sys/i386/include/asmacros.h
143
call *%edx
sys/i386/include/asmacros.h
149
call *%edx
sys/i386/include/xen/hypercall.h
135
"5" ((long)(a5)), [call] "a" (__call)
sys/kern/kern_time.c
114
#define CLOCK_CALL(clock, call, arglist) \
sys/kern/kern_time.c
115
((*posix_clocks[clock].call) arglist)
sys/kern/systrace_args.c
1925
iarg[a++] = p->call; /* int */
sys/nfs/bootp_subr.c
1175
bzero((caddr_t) &ifctx->call, sizeof(ifctx->call));
sys/nfs/bootp_subr.c
1178
ifctx->call.op = BOOTP_REQUEST; /* BOOTREQUEST */
sys/nfs/bootp_subr.c
1179
ifctx->call.htype = 1; /* 10mb ethernet */
sys/nfs/bootp_subr.c
1180
ifctx->call.hlen = ifctx->sdl->sdl_alen;/* Hardware address length */
sys/nfs/bootp_subr.c
1181
ifctx->call.hops = 0;
sys/nfs/bootp_subr.c
1184
ifctx->call.xid = txdr_unsigned(ifctx->xid);
sys/nfs/bootp_subr.c
1185
bcopy(LLADDR(ifctx->sdl), &ifctx->call.chaddr, ifctx->sdl->sdl_alen);
sys/nfs/bootp_subr.c
1187
vendp = ifctx->call.vend;
sys/nfs/bootp_subr.c
1239
ifctx->call.secs = 0;
sys/nfs/bootp_subr.c
1240
ifctx->call.flags = htons(0x8000); /* We need a broadcast answer */
sys/nfs/bootp_subr.c
128
struct bootp_packet call;
sys/nfs/bootp_subr.c
627
aio.iov_base = (caddr_t) &ifctx->call;
sys/nfs/bootp_subr.c
628
aio.iov_len = sizeof(ifctx->call);
sys/nfs/bootp_subr.c
635
auio.uio_resid = sizeof(ifctx->call);
sys/nfs/bootp_subr.c
702
ifctx->call.secs = htons(gctx->secs);
sys/nfs/bootp_subr.c
721
if (gctx->reply.xid != ifctx->call.xid)
sys/nfs/bootp_subr.c
725
if (gctx->reply.hlen != ifctx->call.hlen)
sys/nfs/bootp_subr.c
730
ifctx->call.chaddr,
sys/nfs/bootp_subr.c
731
ifctx->call.hlen) != 0)
sys/nfs/krpc_subr.c
196
struct krpc_call *call;
sys/nfs/krpc_subr.c
278
call = mtod(mhead, struct krpc_call *);
sys/nfs/krpc_subr.c
279
mhead->m_len = sizeof(*call);
sys/nfs/krpc_subr.c
280
bzero((caddr_t)call, sizeof(*call));
sys/nfs/krpc_subr.c
283
call->rp_xid = txdr_unsigned(xid);
sys/nfs/krpc_subr.c
285
call->rp_rpcvers = txdr_unsigned(2);
sys/nfs/krpc_subr.c
286
call->rp_prog = txdr_unsigned(prog);
sys/nfs/krpc_subr.c
287
call->rp_vers = txdr_unsigned(vers);
sys/nfs/krpc_subr.c
288
call->rp_proc = txdr_unsigned(func);
sys/nfs/krpc_subr.c
290
call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
sys/nfs/krpc_subr.c
291
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
sys/nfs/krpc_subr.c
293
call->rpc_verf.authtype = 0;
sys/nfs/krpc_subr.c
294
call->rpc_verf.authlen = 0;
sys/rpc/clnt.h
320
void (*call)(CLIENT *, void *, struct ucred *);
sys/rpc/clnt_rc.c
535
rc->rc_reconcall = upcp->call;
sys/security/mac/mac_policy.h
120
typedef int (*mpo_syscall_t)(struct thread *td, int call, void *arg);
sys/security/mac/mac_syscalls.c
837
uap->call, uap->arg);
sys/security/mac/mac_syscalls.c
848
uap->call, uap->arg);
sys/security/mac_grantbylabel/mac_grantbylabel.c
359
mac_grantbylabel_syscall(struct thread *td, int call, void *arg)
sys/security/mac_grantbylabel/mac_grantbylabel.c
368
switch (call) {
sys/security/mac_grantbylabel/mac_grantbylabel.c
381
switch (call) {
sys/security/mac_stub/mac_stub.c
116
stub_syscall(struct thread *td, int call, void *arg)
sys/security/mac_veriexec/mac_veriexec.c
840
mac_veriexec_syscall(struct thread *td, int call, void *arg)
sys/security/mac_veriexec/mac_veriexec.c
861
switch (call) {
sys/security/mac_veriexec/mac_veriexec.c
870
switch (call) {
sys/security/mac_veriexec/mac_veriexec.c
887
switch (call) {
sys/sys/sysproto.h
1032
char call_l_[PADL_(int)]; int call; char call_r_[PADR_(int)];
tests/sys/audit/utils.h
40
#define REQUIRE_EXTATTR_SUCCESS(call) \
tests/sys/audit/utils.h
43
ssize_t result = (call); \
tests/sys/audit/utils.h
46
"%s failed with errno %d (%s)", #call, errno, \