Searched refs:call (Results 26 - 50 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S47 call vmbus_handle_intr
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dstart.S56 call self_reloc
61 call efi_main
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s39 call getpid
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s38 call getpid
/freebsd-11-stable/sys/amd64/amd64/
H A Dsigtramp.S42 call *SIGF_HANDLER(%rsp) /* call signal handler */
/freebsd-11-stable/lib/libc/i386/sys/
H A Dcerror.S55 call PIC_PLT(CNAME(__error))
60 call CNAME(__error)
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s32 # System call: exit
35 int $INT_SYS # call 0x0
37 # System call: exec
40 int $INT_SYS # call 0x1
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s32 # System call: exit
35 int $INT_SYS # call 0x0
37 # System call: exec
40 int $INT_SYS # call 0x1
/freebsd-11-stable/contrib/ngatm/libngatm/
H A Dunicust.h61 #define CALL_ALLOC() mzalloc(sizeof(struct call))
100 * Be careful: call may be invalid after the call to F
103 static void F(struct call *); \
107 struct call *call = (struct call *)varg; \
108 call->T.c = NULL; \
109 (F)(call); \
113 * Be careful: call/part
[all...]
/freebsd-11-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S75 call putstr # ourselves
81 call hexout # amount of
82 call putstr # base memory
91 call hexout # stack
92 call putstr # pointer
98 call hexout # Display it
100 call putstr # End message
115 call hexout # relocation
116 call putstr # message
130 call hexou
[all...]
/freebsd-11-stable/lib/libc/riscv/sys/
H A Dcerror.S42 call _C_LABEL(__error)
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dcerror.S53 call CNAME(__error)
/freebsd-11-stable/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h110 * Be careful: call may be invalid after the call to F
113 static void F(struct call *); \
117 struct call *call = (struct call *)arg1; \
118 struct uni *uni = call->uni; \
120 (F)(call); \
125 * Be careful: call/party may be invalid after the call t
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl50 &call("DES_encrypt2");
54 &call("DES_encrypt2");
58 &call("DES_encrypt2");
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h44 struct call;
230 struct call *call; /* call to send to */ member in struct:sig
253 void uni_sig_call(struct call *, enum call_sig, uint32_t cookie,
267 struct call *call; member in struct:party
283 struct party *uni_find_party(struct call *, struct uni_ie_epref *);
284 struct party *uni_find_partyx(struct call *, u_int epref, u_int mine);
285 struct party *uni_create_party(struct call *, struc
306 struct call { struct
[all...]
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Drtld_start.S58 call _rtld
71 * Find the address of _DYNAMIC by disassembling a call instruction to it.
78 call 1f
80 call _DYNAMIC + 8
148 call _rtld_bind /* Call _rtld_bind(obj, offset) */
165 call _rtld_bind /* Call _rtld_bind(obj, offset) */
/freebsd-11-stable/contrib/gcc/
H A Dtree-nrv.c278 call appropriately if so.
281 optimization shares the return slot with the target of the call within
284 escaped prior to the call. If it has, modifications to the local
298 tree call; local
301 && (call = TREE_OPERAND (stmt, 1),
302 TREE_CODE (call) == CALL_EXPR)
303 && !CALL_EXPR_RETURN_SLOT_OPT (call)
304 && aggregate_value_p (call, call))
306 call
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx64_wrap.S115 callq *%r11 # call routine
130 call *%rdi
138 call *%rdi
146 call *%rdi
155 call *%rdi
165 call *%rdi
177 call *%rdi
/freebsd-11-stable/sys/nfs/
H A Dkrpc_subr.c94 int32_t rp_direction; /* call direction (0) */
106 int32_t rp_direction; /* call direction (1) */
139 u_int32_t prog; /* call program */
140 u_int32_t vers; /* call version */
141 u_int32_t proto; /* call protocol */
142 u_int32_t port; /* call port (unused) */
186 * Do a remote procedure call (RPC) and wait for its reply.
198 struct krpc_call *call; local
280 call = mtod(mhead, struct krpc_call *);
281 mhead->m_len = sizeof(*call);
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c113 ib_vendor_call_t call; local
120 call.method = IB_MAD_METHOD_GET;
121 call.mgmt_class = IB_VENDOR_OPENIB_PING_CLASS;
122 call.attrid = 0;
123 call.mod = 0;
124 call.oui = oui;
125 call.timeout = 0;
126 memset(&call.rmpp, 0, sizeof call.rmpp);
128 if (!ib_vendor_call_via(data, portid, &call, srcpor
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot0.5.s37 call read_biosparam
42 call sc_init
46 call sc_puts
49 call sc_goto
51 call sc_puts
55 call scan_sasi # SASI/IDE
56 call scan_scsi # SCSI
99 call read_biosparam
104 call write_biosparam
109 call wait1m
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl379 &call ("_vpaes_schedule_transform");
414 &call ("_vpaes_schedule_round");
417 &call ("_vpaes_schedule_mangle"); # write output
437 &call ("_vpaes_schedule_transform"); # input transform
444 &call ("_vpaes_schedule_round");
446 &call ("_vpaes_schedule_mangle"); # save key n
447 &call ("_vpaes_schedule_192_smear");
448 &call ("_vpaes_schedule_mangle"); # save key n+1
449 &call ("_vpaes_schedule_round");
452 &call ("_vpaes_schedule_mangl
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dasm.h44 call 1f; \
80 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.s70 call waiting
76 call test

Completed in 402 milliseconds

1234567891011>>