call              225 arch/i386/i386/kvm86.c 	static const unsigned char call[] = {
call              233 arch/i386/i386/kvm86.c 	memcpy(bioscallscratchpage, call, sizeof(call));
call               44 arch/i386/include/asm.h 	call	666f;	\
call               97 arch/i386/include/asm.h 	pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
call              142 compat/hpux/m68k/hpux_net.c 	code = SCARG(uap, call) - MINBSDIPCCODE;
call              306 compat/hpux/m68k/hpux_syscallargs.h 	syscallarg(int) call;
call               43 lib/libkern/arch/i386/SYS.h #define	CALL(x,y)	call PIC_PLT(_/**/y); addl $4*x,%esp
call              116 lib/libsa/rpc.c 	struct rpc_call *call;
call              165 lib/libsa/rpc.c 	send_head -= sizeof(*call);
call              166 lib/libsa/rpc.c 	call = (struct rpc_call *)send_head;
call              168 lib/libsa/rpc.c 	call->rp_xid       = htonl(rpc_xid);
call              169 lib/libsa/rpc.c 	call->rp_direction = htonl(RPC_CALL);
call              170 lib/libsa/rpc.c 	call->rp_rpcvers   = htonl(RPC_VER2);
call              171 lib/libsa/rpc.c 	call->rp_prog = htonl(prog);
call              172 lib/libsa/rpc.c 	call->rp_vers = htonl(vers);
call              173 lib/libsa/rpc.c 	call->rp_proc = htonl(proc);
call              199 nfs/krpc_subr.c 	struct rpc_call *call;
call              298 nfs/krpc_subr.c 	call = mtod(mhead, struct rpc_call *);
call              299 nfs/krpc_subr.c 	mhead->m_len = sizeof(*call);
call              300 nfs/krpc_subr.c 	bzero((caddr_t)call, sizeof(*call));
call              304 nfs/krpc_subr.c 	call->rp_xid = txdr_unsigned(xid);
call              306 nfs/krpc_subr.c 	call->rp_rpcvers = txdr_unsigned(2);
call              307 nfs/krpc_subr.c 	call->rp_prog = txdr_unsigned(prog);
call              308 nfs/krpc_subr.c 	call->rp_vers = txdr_unsigned(vers);
call              309 nfs/krpc_subr.c 	call->rp_proc = txdr_unsigned(func);
call              311 nfs/krpc_subr.c 	call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
call              312 nfs/krpc_subr.c 	call->rpc_auth.authlen  = txdr_unsigned(sizeof(struct auth_unix));
call              314 nfs/krpc_subr.c 	call->rpc_verf.authtype = 0;
call              315 nfs/krpc_subr.c 	call->rpc_verf.authlen  = 0;
call              343 nfs/nfs_boot.c 	} *call;
call              359 nfs/nfs_boot.c 	call = mtod(m, struct whoami_call *);
call              360 nfs/nfs_boot.c 	m->m_len = sizeof(*call);
call              361 nfs/nfs_boot.c 	call->call_prog = txdr_unsigned(BOOTPARAM_PROG);
call              362 nfs/nfs_boot.c 	call->call_vers = txdr_unsigned(BOOTPARAM_VERS);
call              363 nfs/nfs_boot.c 	call->call_proc = txdr_unsigned(BOOTPARAM_WHOAMI);
call              369 nfs/nfs_boot.c 	call->call_arglen = txdr_unsigned(m->m_next->m_len);
call              106 uvm/uvm_stat.h 	u_long call;			/* function call number */
call              209 uvm/uvm_stat.h 	(NAME).e[_i_].call = _uvmhist_call; \
call              241 uvm/uvm_stat.h 	printf("%s#%ld: ", e->fn, e->call);