Searched refs:space (Results 1 - 25 of 263) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dgen-8bit-gap.awk7 /^<U([[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]])>[[:space:]]*.x([[:xdigit:]][[:xdigit:]])[:space:]*.*$/ {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_dir.h30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
H A Dtipc_config.h214 * of the request failure. To simplify error processing (and to save space)
248 static inline int TLV_OK(const void *tlv, __u16 space) argument
259 return (space >= TLV_SPACE(0)) &&
260 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
263 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
265 return TLV_OK(tlv, space) &&
294 void *data, __u32 space)
297 list->tlv_space = space;
293 TLV_LIST_INIT(struct tlv_list_desc *list, void *data, __u32 space) argument
H A Dfault-inject.h18 atomic_t space; member in struct:fault_attr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c19 * the obio memory space.
28 int space)
42 entry = mk_pte_io(offset, prot, space, PAGE_SIZE);
48 entry = mk_pte_io(offset, prot, space,
56 entry = mk_pte_io(offset, prot, space,
63 entry = mk_pte_io(offset, prot, space,
85 unsigned long offset, pgprot_t prot, int space)
98 io_remap_pte_range(mm, pte, address, end - address, address + offset, prot, space);
107 unsigned long offset, pgprot_t prot, int space)
120 io_remap_pmd_range(mm, pmd, address, end - address, address + offset, prot, space);
24 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
84 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
106 io_remap_pud_range(struct mm_struct *mm, pud_t * pud, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
135 int space = GET_IOSPACE(pfn); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_expand_msdfs.c43 char *space = buf; local
63 space = strchr_m(buf, ' ');
65 if (space == NULL) {
70 *space = '\0';
83 space += 1;
85 while (isspace(*space))
86 space += 1;
88 pstrcpy(targethost, space);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dacpi-ext.c18 * Device CSRs that do not appear in PCI config space should be described
22 * describe the location and size of CSR space.
64 struct csr_space *space = data; local
73 space->base = addr.minimum;
74 space->length = addr.address_length;
82 struct csr_space space = { 0, 0 }; local
84 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space);
85 if (!space.length)
88 *base = space.base;
89 *length = space
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport.h39 * space of this size will be left at the end of the
79 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) argument
83 t->target_size = t->target_private_offset + space;
86 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) argument
90 t->device_size = t->device_private_offset + space;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dgeneric.c20 * the obio memory space.
26 unsigned long offset, pgprot_t prot, int space)
35 set_pte_at(mm, address, pte, mk_pte_io(offset, prot, space));
43 unsigned long offset, pgprot_t prot, int space)
56 io_remap_pte_range(mm, pte, address, end - address, address + offset, prot, space);
71 int space = GET_IOSPACE(pfn); local
77 ((unsigned long)space << 28UL);
88 error = io_remap_pmd_range(mm, pmd, from, end - from, offset + from, prot, space);
25 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
42 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-mc.c54 struct mem space[2] = {{SGIMC_SEG0_BADDR, 0}, {SGIMC_SEG1_BADDR, 0}}; local
89 for (j = 0; j < ARRAY_SIZE(space) && !found; j++)
90 if (space[j].addr + space[j].size == bank[i].addr) {
91 space[j].size += bank[i].size;
101 for (i = 0; i < ARRAY_SIZE(space); i++)
102 if (space[i].size)
103 add_memory_region(space[i].addr, space[i].size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dpci.c13 * space needed for mapping. If the most significant bit is not set,
161 /* Map the cards into the PCI space. The PCI has separate memory
167 * The QSpan implementations usually have a 1Gbyte space for each
171 * the top starting with the largest address space. When finished,
174 * While the Tundra can map a large address space on most boards, we
185 uint addr_mask, reg_addr, space; local
193 /* We can't map anything more than the maximum space, but test
199 space = (~addr_mask) + 1; /* Size of the space */
212 if (pci_io_top < space) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_include15 space)
68 head defonly space _DB_EXT_DEF_IN_ > $e_dfile
69 head space _DB_EXT_PROT_IN_ > $e_pfile
140 head space defonly _DB_EXT_185_DEF_IN_ > $e_dfile
141 head space _DB_EXT_185_PROT_IN_ > $e_pfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c41 static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space) argument
52 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, le32_to_cpu(td->link));
95 static int uhci_show_urbp(struct urb_priv *urbp, char *buf, int len, int space) argument
131 out += sprintf(out, "%*s%d: ", space + 2, "", i);
143 space, "", ninactive, nactive);
149 struct uhci_qh *qh, char *buf, int len, int space)
169 space, "", qh, qtype,
174 space, "", qh->period, qh->phase, qh->load,
178 space, "", qh->period, qh->phase, qh->load);
181 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, "");
148 uhci_show_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, char *buf, int len, int space) argument
580 uhci_show_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, char *buf, int len, int space) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dinterface.c51 static void pnp_print_port(pnp_info_buffer_t *buffer, char *space, struct pnp_port *port) argument
54 space, port->min, port->max, port->align ? (port->align-1) : 0, port->size,
58 static void pnp_print_irq(pnp_info_buffer_t *buffer, char *space, struct pnp_irq *irq) argument
62 pnp_printf(buffer, "%sirq ", space);
88 static void pnp_print_dma(pnp_info_buffer_t *buffer, char *space, struct pnp_dma *dma) argument
93 pnp_printf(buffer, "%sdma ", space);
139 static void pnp_print_mem(pnp_info_buffer_t *buffer, char *space, struct pnp_mem *mem) argument
144 space, mem->min, mem->max, mem->align, mem->size);
171 static void pnp_print_option(pnp_info_buffer_t *buffer, char *space, argument
198 pnp_print_port(buffer, space, por
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtimer.h68 __volatile__ unsigned char space[PAGE_SIZE - 16]; member in struct:sun4m_timer_percpu_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c447 * For Digital UNIX, there's space set aside in the header mbuf
667 int len, space, n; local
674 space = 0;
679 space = MHLEN;
683 len -= space;
696 if (space == 0) {
712 space = ((m->m_flags & M_EXT) ? MCLBYTES : MLEN);
714 space = (m->m_off > MMAXOFF? MCLBYTES: MLEN) - off;
718 len -= space;
723 if (n > space)
744 int len, space, n, nb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dfault-inject.c23 int space; local
25 /* "<interval>,<probability>,<space>,<times>" */
27 &interval, &probability, &space, &times) < 4) {
36 atomic_set(&attr->space, space);
110 if (atomic_read(&attr->space) > size) {
111 atomic_sub(size, &attr->space);
260 debugfs_create_atomic_t("space", mode, dir, &attr->space);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcardbus.c132 int read_cb_mem(struct pcmcia_socket * s, int space, u_int addr, u_int len, void *ptr) argument
137 cs_dbg(s, 3, "read_cb_mem(%d, %#x, %u)\n", space, addr, len);
143 /* Config space? */
144 if (space == 0) {
152 res = dev->resource + space - 1;
162 if (space == 7) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dio.h29 * The legacy I/O space defined by the ia64 architecture supports only 65536 ports, but
41 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
47 unsigned long mmio_base; /* base in MMIO space */
59 * 0x000000001SPPPPPP PIO cookie (S=space number, P..P=port)
114 * Ensure ordering of I/O space writes. This will make sure that writes
128 struct io_space *space; local
131 space = &io_space[IO_SPACE_NR(port)];
133 if (space->sparse)
138 return (void *) (space
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c360 * some space for the header
469 unsigned long space; local
549 space = bi->deviceTreeOffset + bi->deviceTreeSize;
550 if (bi->ramDisk >= space)
551 space = bi->ramDisk + bi->ramDiskSize;
553 space = bi->totalParamsSize;
555 bootx_printf("Total space used by parameters & ramdisk: 0x%x \n", space);
569 ptr < (unsigned long)bi + space; ptr += PAGE_SIZE)
578 hdr = bootx_flatten_dt(space);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dr128_drv.h73 int space; member in struct:drm_r128_ring_buffer
411 ring->space = (GET_RING_HEAD(dev_priv) - ring->tail) * sizeof(u32);
412 if (ring->space <= 0)
413 ring->space += ring->size;
423 if ( ring->space < ring->high_mark ) { \
426 if ( ring->space >= ring->high_mark ) \
430 DRM_ERROR( "ring space check failed!\n" ); \
467 if ( dev_priv->ring.space <= (n) * sizeof(u32) ) { \
471 _nr = n; dev_priv->ring.space -= (n) * sizeof(u32); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S33 .space SIZEOF_SPU_SPILL_REGS, 0x0
H A Dspu_save_crt0.S32 .space SIZEOF_SPU_SPILL_REGS, 0x0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus-core.c48 r->space = dma_alloc_coherent(
54 if (!r->space) return -ENOMEM;
56 memset(r->space, 0, r->size);
57 r->cmds = (void*)DBDMA_ALIGN(r->space);
59 (dma_addr_t)((char*)r->cmds - (char*)r->space);
67 if (!r->space) return;
70 r->size, r->space, r->bus_addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c1054 u_int32_t key_size, pagesize, size, space; local
1071 /* Keep track of space that is left. There is a termination entry */
1072 space = data->ulen;
1073 space -= sizeof(*offp);
1134 space -= 2 * sizeof(*offp);
1135 /* Check if space as underflowed. */
1136 if (space > data->ulen)
1156 if (key_size > space)
1161 space -= key_size;
1168 if (space < siz
1438 u_int32_t pagesize, size, space; local
[all...]

Completed in 134 milliseconds

1234567891011