Searched refs:frame (Results 226 - 250 of 351) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/
H A Darmnbsd-nat.c33 #include <machine/frame.h>
H A Di386bsd-nat.c31 #include <machine/frame.h>
412 /* We only check the program counter, stack pointer and frame
449 /* And the frame pointer. */
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c44 #include <frame-unwind.h>
H A Dtrgt.c43 #include <frame-unwind.h>
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c56 #include <machine/frame.h>
H A Dfpu_sqrt.c51 #include <machine/frame.h>
/freebsd-9.3-release/sys/arm/s3c2xx0/
H A Ds3c24x0_clk.c48 #include <machine/frame.h>
/freebsd-9.3-release/sys/compat/ia32/
H A Dia32_sysvec.c81 #include <machine/frame.h>
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev.h28 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
31 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
182 unsigned int frame; /* Frame (0 - n) for double buffer */ member in struct:video_mmap
217 __s32 start[2]; /* starting line for each frame */
218 __u32 count[2]; /* count of lines for each frame */
264 #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */
265 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */
/freebsd-9.3-release/sys/dev/iicbus/
H A Dad7418.c44 #include <machine/frame.h>
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c1194 struct iwi_frame *frame)
1204 framelen = le16toh(frame->len);
1209 * frame size in the firmware
1213 ("drop rx frame len=%u chan=%u rssi=%u rssi_dbm=%u\n",
1214 le16toh(frame->len), frame->chan, frame->rssi,
1215 frame->rssi_dbm));
1219 DPRINTFN(5, ("received frame len=%u chan=%u rssi=%u rssi_dbm=%u\n",
1220 le16toh(frame
1193 iwi_frame_intr(struct iwi_softc *sc, struct iwi_rx_data *data, int i, struct iwi_frame *frame) argument
[all...]
/freebsd-9.3-release/sys/ia64/ia32/
H A Dia32_trap.c45 #include <machine/frame.h>
/freebsd-9.3-release/sys/ia64/ia64/
H A Delf_machdep.c48 #include <machine/frame.h>
/freebsd-9.3-release/sys/kern/
H A Dkern_fork.c965 struct trapframe *frame)
996 callout(arg, frame);
1020 fork_return(struct thread *td, struct trapframe *frame) argument
1053 userret(td, frame);
964 fork_exit(void (*callout)(void *, struct trapframe *), void *arg, struct trapframe *frame) argument
/freebsd-9.3-release/sys/mips/mips/
H A Dintr_machdep.c42 #include <machine/frame.h>
/freebsd-9.3-release/sys/mips/nlm/
H A Dintr_machdep.c43 #include <machine/frame.h>
/freebsd-9.3-release/sys/powerpc/aim/
H A Dvm_machdep.c90 #include <machine/frame.h>
167 * Copy the trap frame for the return to user mode as if from a
173 /* Set up trap frame. */
/freebsd-9.3-release/sys/powerpc/booke/
H A Dclock.c114 decr_intr(struct trapframe *frame) argument
H A Dvm_machdep.c123 #include <machine/frame.h>
191 * Copy the trap frame for the return to user mode as if from a
197 /* Set up trap frame. */
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dtsb.c59 #include <machine/frame.h>
/freebsd-9.3-release/usr.bin/truss/
H A Dmips-fbsd.c51 #include <machine/frame.h>
H A Dpowerpc-fbsd.c48 #include <machine/frame.h>
H A Dpowerpc64-fbsd.c48 #include <machine/frame.h>
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c669 } frame; member in struct:swrap_packet
745 if (sizeof(p.frame) != SWRAP_PACKET__FRAME_SIZE) {
787 size_t nonwire_len = sizeof(packet->frame);
831 packet->frame.seconds = tval->tv_sec;
832 packet->frame.micro_seconds = tval->tv_usec;
833 packet->frame.recorded_length = wire_len - icmp_truncate_len;
834 packet->frame.full_length = wire_len - icmp_truncate_len;
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S369 movl %esp,%ebx # Stack frame
376 leal 0x18(%esp,1),%esp # Discard frame
443 * Kernel frame %esi points to: Real mode stack frame at MEM_ESPR:
445 * -0x00 user %ss -0x04 kernel %esp (with full frame)
486 leal 0x44(%esp,1),%esi # Base of frame
515 * push a dummy frame of zeros onto the stack for all the general
522 intusr.2: pushl $0x0 # Fill frame
588 * For the return to real mode we setup a stack frame like this on the real
634 leal 0x44(%esp,1),%esi # Base of frame
[all...]

Completed in 124 milliseconds

1234567891011>>