Searched refs:push (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_packon.h82 #pragma pack (push, 1)
/freebsd-11.0-release/crypto/heimdal/appl/push/
H A Dpfrom.in6 push --from $*
H A DMakefile.am9 libexec_PROGRAMS = push
11 push_SOURCES = push.c push_locl.h
17 man_MANS = push.8 pfrom.1
/freebsd-11.0-release/lib/libc/i386/sys/
H A Dsyscall.S44 push %ecx
46 push %ecx /* need to push a word to keep stack frame intact
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/
H A Derr.D_CHR_NL.char.d39 #pragma clang diagnostic push
H A Derr.D_CHR_NULL.char.d39 #pragma clang diagnostic push
H A Derr.D_STR_NL.string.d39 #pragma clang diagnostic push
/freebsd-11.0-release/contrib/gcc/
H A Dgthr-gnat.h32 #pragma GCC visibility push(default)
H A Dgthr.h33 #pragma GCC visibility push(default)
/freebsd-11.0-release/sys/compat/ndis/
H A Dwinx32_wrap.S113 push %esi
114 push %edi
129 push %eax # preserve return val
130 push %edx
153 push %esi # must preserve %esi
154 push %edi # and %edi
169 push %eax # preserve return val
170 push %edx
197 push %eax
198 push
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S13 push %rax
16 push %rcx
19 push %rdx
22 push %rsi
25 push %rdi
28 push %r8
31 push %r9
34 push %r10
37 push %r11
41 push
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S21 push { lr }
H A Daeabi_uidivmod.S22 push { lr }
H A Daeabi_ldivmod.S22 push {r11, lr}
/freebsd-11.0-release/sys/mips/cavium/
H A Docteon_nmi.S37 .set push
/freebsd-11.0-release/sys/amd64/vmm/amd/
H A Dsvm_support.S37 #define VENTER push %rbp ; mov %rsp,%rbp
54 push %rdx
63 push %rbx
64 push %r12
65 push %r13
66 push %r14
67 push %r15
72 push %rsi /* push guest context pointer on the stack */
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/i386/
H A Dchkstk.S15 push %ecx
16 push %eax
H A Dchkstk2.S17 push %ecx
34 push (%eax) // push return address onto the stack
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S20 push %rcx
21 push %rax
H A Dchkstk2.S19 push %rcx
36 push (%rax) // push return address onto the stack
/freebsd-11.0-release/usr.sbin/ppp/
H A Dlayer.h48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
/freebsd-11.0-release/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb65 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
77 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
79 @arrayList.push " </testcase>"
91 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
93 @arrayList.push " </testcase>"
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c51 _sema_init(&queue->push, 0);
104 up(&queue->push);
110 if (down_interruptible(&queue->push) != 0) {
115 up(&queue->push); // We haven't removed anything from the queue.
131 if (down_interruptible(&queue->push) != 0) {
/freebsd-11.0-release/crypto/heimdal/appl/
H A DMakefile.am18 push \
/freebsd-11.0-release/contrib/wpa/src/common/
H A Deapol_common.h15 #pragma pack(push, 1)
61 #pragma pack(push, 1)

Completed in 269 milliseconds

1234567891011>>