Searched refs:machine (Results 1 - 25 of 5155) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/
H A DDEFS.h3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/
H A DDEFS.h3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/
H A DDEFS.h3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/ia64/
H A Dmemcpy.S3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/m68k/
H A DDEFS.h3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/sparc64/
H A DDEFS.h38 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dsm.c5 void state_machine_init(state_machine_t *machine) argument
7 machine->ssl = NULL;
8 machine->bio_intossl = machine->bio_fromssl = NULL;
9 buffer_init(&machine->clean_in);
10 buffer_init(&machine->clean_out);
11 buffer_init(&machine->dirty_in);
12 buffer_init(&machine->dirty_out);
15 void state_machine_close(state_machine_t *machine) argument
17 if(machine
34 state_machine_get_buffer(state_machine_t *machine, sm_buffer_t type) argument
53 state_machine_get_SSL(state_machine_t *machine) argument
58 state_machine_set_SSL(state_machine_t *machine, SSL *ssl, int is_server) argument
82 state_machine_churn(state_machine_t *machine) argument
116 state_machine_close_clean(state_machine_t *machine) argument
136 state_machine_close_dirty(state_machine_t *machine) argument
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dendian.h3 #include <machine/endian.h>
4 #include <machine/bswap.h>
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/string/
H A Dbzero.S32 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/lib/libm/arch/m68060/
H A Dfplsp_wrap.S9 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dint_limits.h32 #include <machine/int_limits.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dspinlock.h13 # include <machine/mumble.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/sys/
H A Dspinlock.h13 # include <machine/mumble.h>
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/sys/
H A D__syscall.S3 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dmachine.s1 .machine "403"
4 .machine push
5 .machine "booke"
7 .machine Any
14 .machine pop
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/machine/
H A Dcpu.h5 "fixinc/tests/inc/machine/cpu.h"
14 #include <machine/r3_cpu.h>
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dbootinfo.h32 #include <machine/bootinfo.h>
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/include/
H A Dbus.h3 #include <machine/bus_space.h>
4 #include <machine/bus_dma.h>
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dbootinfo.h32 #include <machine/bootinfo.h>
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/x86_64/sys/
H A Dcompat___sigreturn14.S37 #include <machine/asm.h>
H A Dcompat_sigreturn.S37 #include <machine/asm.h>
/netbsd-6-1-5-RELEASE/usr.bin/machine/
H A DMakefile4 MAN= machine.1
5 SCRIPTS= machine.sh
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dstate_machine.h2 * wpa_supplicant/hostapd - State machine definitions
15 * implement a state machine. In addition to including this header file, each
16 * file implementing a state machine must define STATE_MACHINE_DATA to be the
30 * SM_STATE - Declaration of a state machine function
31 * @machine: State machine name
32 * @state: State machine state
34 * This macro is used to declare a state machine function. It is used in place
38 #define SM_STATE(machine, state) \
39 static void sm_ ## machine ##
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/s390/
H A Dzarch-machine.s4 .machine push
5 .machine z10
7 .machine pop
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/sys/
H A D__syscall.S37 #include <machine/asm.h>

Completed in 305 milliseconds

1234567891011>>