Searched refs:segment (Results 126 - 150 of 174) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dvsyscall.c42 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c14 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S16 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl1.h283 u8 segment; member in struct:acpi_dmar_device_scope
535 u16 pci_segment; /* PCI segment group number */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h10 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c45 int64_t segment_offset; ///< the file offset to the beginning of the segment
65 ebml_master segment; member in struct:MatroskaMuxContext
245 * where the segment begins.
643 mkv->segment = start_ebml_master(pb, MATROSKA_ID_SEGMENT, 0);
667 // reserve space to write the segment UID later
864 // write the md5sum of some frames as the segment UID
874 end_ebml_master(pb, mkv->segment);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c7486 ** sizes to the data segment array.
7492 int segment; local
7500 segment = 1;
7502 segment = -2;
7505 segment = 0;
7508 return segment;
7513 int segment = 0; local
7519 segment = ncr_scatter_no_sglist(np, cp, cmd);
7531 for (segment = 0; segment < use_s
[all...]
H A D53c7xx.c1038 ( 2 * /* Current instructions per scatter/gather segment */
5007 struct scatterlist *segment; local
5014 * the next transfer segment.
5027 segment = (struct scatterlist *) cmd->request_buffer;
5028 buffers && !((found = ((ptr >= (char *)page_address(segment->page)+segment->offset) &&
5029 (ptr < ((char *)page_address(segment->page)+segment->offset+segment->length)))));
5030 --buffers, offset += segment
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c984 * The cdrom device can handle one segment/frame
1352 int segment = bio->bi_idx; local
1359 struct bio_vec *src_bvl = bio_iovec_idx(bio, segment);
1363 segment++;
1364 BUG_ON(segment >= bio->bi_vcnt);
1365 src_bvl = bio_iovec_idx(bio, segment);
1372 pkt_copy_bio_data(bio, segment, src_offs,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_glue.c590 /* get PCI segment number */
733 bus = pci_find_bus(id.segment, id.bus);
1457 bus = pci_find_bus(pci_id.segment, pci_id.bus);
1460 pci_id.segment, pci_id.bus);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-vdk.c21 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/
H A Dentry.S19 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8s/
H A Dentry.S20 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dfault.c31 #include <asm/segment.h>
64 * Return EIP plus the CS segment base. The segment limit is also
68 * The segment is checked, because it might have been changed by another
71 * If CS is no longer a valid code segment, or if EIP is beyond the
72 * limit, or if it is a kernel address when CS is not a kernel segment,
84 /* Unlikely, but must come before segment checks. */
98 /* Check the segment exists, is within the current LDT/GDT size,
100 that it's a code segment, and get the limit. */
122 /* Decode the code segment bas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci.h307 u32 segment; /* address bits 63:32 if needed */ member in struct:ehci_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h12 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex26 \item the first line segment (base case) is a logical line spanning
31 logical line segment and produces a y_new value at that point computed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c60 unsigned long start_code; /* Start of text segment */
61 unsigned long start_data; /* Start of data segment */
62 unsigned long start_brk; /* End of data segment */
63 unsigned long text_len; /* Length of text segment */
352 if (r < text_len) /* In text segment */
354 else /* In data segment */
372 char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" }; local
386 "(address %p, currently %x) into segment %s\n",
387 r.reloc.offset, ptr, (int)*ptr, segment[r.reloc.type]);
709 * The first is the GOT which resides at the begining of the data segment
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c80 struct segment struct
85 unsigned int length; /* Number of arguments represented by this segment.
86 This is the sum of all repcounts in the segment. */
97 an initial segment and an endlessly repeated loop segment.
98 A finite sequence is represented entirely in the initial segment; the
99 loop segment is empty. */
101 struct segment initial; /* Initial arguments segment. */
102 struct segment repeate
[all...]
H A Dformat-scheme.c83 struct segment struct
88 unsigned int length; /* Number of arguments represented by this segment.
89 This is the sum of all repcounts in the segment. */
100 an initial segment and an endlessly repeated loop segment.
101 A finite sequence is represented entirely in the initial segment; the
102 loop segment is empty. */
104 struct segment initial; /* Initial arguments segment. */
105 struct segment repeate
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm70 _DATA segment
75 _TEXT segment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dptrace.c37 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32entry.S14 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c108 #include <asm/segment.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S14 #include <asm/segment.h>

Completed in 428 milliseconds

1234567