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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzless.in42 space=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzless42 space=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
H A Dxzless.in42 space=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dgen-8bit-gap.awk7 /^<U([[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]])>[[:space:]]*.x([[:xdigit:]][[:xdigit:]])[:space:]*.*$/ {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dgeneric_64.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...]
H A Dgeneric_32.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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_expand_msdfs.c45 char *space = buf; local
65 space = strchr_m(buf, ' ');
67 if (space == NULL) {
72 *space = '\0';
85 space += 1;
87 while (isspace(*space))
88 space += 1;
90 pstrcpy(targethost, space);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-scripts/
H A Dverify-cn46 if ($line !~ /^[[:space:]]*(#|$)/o) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dacpi-ext.c19 * Device CSRs that do not appear in PCI config space should be described
23 * describe the location and size of CSR space.
65 struct csr_space *space = data; local
74 space->base = addr.minimum;
75 space->length = addr.address_length;
83 struct csr_space space = { 0, 0 }; local
85 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space);
86 if (!space.length)
89 *base = space.base;
90 *length = space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport.h40 * space of this size will be left at the end of the
92 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) argument
96 t->target_size = t->target_private_offset + space;
99 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) argument
103 t->device_size = t->device_private_offset + space;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-mc.c55 struct mem space[2] = {{SGIMC_SEG0_BADDR, 0}, {SGIMC_SEG1_BADDR, 0}}; local
90 for (j = 0; j < ARRAY_SIZE(space) && !found; j++)
91 if (space[j].addr + space[j].size == bank[i].addr) {
92 space[j].size += bank[i].size;
102 for (i = 0; i < ARRAY_SIZE(space); i++)
103 if (space[i].size)
104 add_memory_region(space[i].addr, space[i].size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Daf9005-remote.c89 u16 mark, space; local
96 space = (u16) (data[2] << 8) + data[3];
97 if (space * 3 < mark) {
115 space = (u16) (data[i + 2] << 8) + data[i + 3];
116 space >>= 1;
117 if (mark * 2 > space)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_buffer.c194 * Make at least size bytes of linear space available for the tty
252 int space = tty_buffer_request_room(tty, goal); local
254 /* If there is no space then tb may be NULL */
255 if (unlikely(space == 0))
257 memcpy(tb->char_buf_ptr + tb->used, chars, space);
258 memset(tb->flag_buf_ptr + tb->used, flag, space);
259 tb->used += space;
260 copied += space;
261 chars += space;
289 int space local
347 int space = tty_buffer_request_room(tty, size); local
377 int space = tty_buffer_request_room(tty, size); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c95 unsigned int space; local
109 space = SHA1_BLOCK_SIZE - leftover;
110 if (space) {
111 if (count > space) {
112 err = crypto_shash_update(&dctx->fallback, in, space) ?:
116 count -= space;
117 in += space;
161 unsigned int space; local
175 space = SHA256_BLOCK_SIZE - leftover;
176 if (space) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHA.cpp181 space = SHA1_BLOCK_SIZE - pos; local
187 while(nLength >= space) /* tranfer whole blocks while possible */
189 memcpy(((unsigned char*)m_nBuffer) + pos, sp, space);
190 sp += space; nLength -= space; space = SHA1_BLOCK_SIZE; pos = 0;
226 /* enough space pad and empty the buffer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dio-workarounds.c84 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \
88 bus = iowa_##space##_find_bus(aa); \
94 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \
98 bus = iowa_##space##_find_bus(aa); \
113 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name,
114 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbldefs.h61 * "size" bytes of memory from segment "space" and return the address in
65 typedef s32(*dbl_alloc_fxn) (void *hdl, s32 space, u32 size, u32 align,
72 * bytes of memory from segment "space"
74 typedef bool(*dbl_free_fxn) (void *hdl, u32 addr, s32 space, u32 size,
H A Drmm.h40 s32 space; /* Code or data */ member in struct:rmm_segment
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench.c88 int *cp, space; local
102 space = num_pipes / num_active;
103 space = space * 2;
105 send(pipes[i * space + 1], "e", 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dbench.c85 int *cp, space; local
98 space = num_pipes / num_active;
99 space = space * 2;
101 write(pipes[i * space + 1], "e", 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
133 out += sprintf(out, "%*s%d: ", space + 2, "", i);
145 space, "", ninactive, nactive);
151 struct uhci_qh *qh, char *buf, int len, int space)
171 space, "", qh, qtype,
176 space, "", qh->period, qh->phase, qh->load,
180 space, "", qh->period, qh->phase, qh->load);
183 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, "");
150 uhci_show_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, char *buf, int len, int space) argument
575 uhci_show_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, char *buf, int len, int space) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dinterface.c54 static void pnp_print_port(pnp_info_buffer_t * buffer, char *space, argument
58 "%i-bit address decoding\n", space,
66 static void pnp_print_irq(pnp_info_buffer_t * buffer, char *space, argument
71 pnp_printf(buffer, "%sirq ", space);
99 static void pnp_print_dma(pnp_info_buffer_t * buffer, char *space, argument
105 pnp_printf(buffer, "%sdma ", space);
151 static void pnp_print_mem(pnp_info_buffer_t * buffer, char *space, argument
157 space, (unsigned long long) mem->min,
187 static void pnp_print_option(pnp_info_buffer_t * buffer, char *space, argument
192 pnp_print_port(buffer, space,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtipc_config.h223 * of the request failure. To simplify error processing (and to save space)
257 static inline int TLV_OK(const void *tlv, __u16 space) argument
268 return (space >= TLV_SPACE(0)) &&
269 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
272 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
274 return TLV_OK(tlv, space) &&
303 void *data, __u32 space)
306 list->tlv_space = space;
302 TLV_LIST_INIT(struct tlv_list_desc *list, void *data, __u32 space) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead31.S44 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
49 .long 0 # cr1: primary space segment table
55 .long 0 # cr7: secondary space segment table
61 .long 0 # cr13: home space segment table

Completed in 300 milliseconds

1234567891011>>