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

1234567

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/tools/
H A Dprint_offsets.awk51 space=" "
53 space=""
56 space = space"\t"
59 printf("#define %s%s%lu\t/* 0x%lx */\n", name, space, value, value)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/devfs/
H A Dutil.c357 * @space: The number space to allocate from.
363 int devfs_alloc_unique_number (struct unique_numspace *space) argument
369 spin_lock (&space->init_lock);
370 if (!space->sem_initialised)
372 sema_init (&space->semaphore, 1);
373 space->sem_initialised = 1;
375 spin_unlock (&space->init_lock);
376 down (&space->semaphore);
377 if (space
415 devfs_dealloc_unique_number(struct unique_numspace *space, int number) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dgen-8bit-gap.awk7 /^<U([[:xdigit:]][[:xdigit:]][[:xdigit:]][[:xdigit:]])>[[:space:]]*.x([[:xdigit:]][[:xdigit:]])[:space:]*.*$/ {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/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 Dftape.h71 long space; member in union:__anon11141
79 long space; member in union:__anon11143
/asus-wl-520gu-7.0.1.45/src/linux/linux/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])
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dwc.c35 char const *space = ""; local
39 space = " ";
42 printf("%s%7d", space, words);
43 space = " ";
46 printf("%s%7d", space, chars);
47 space = " ";
50 printf("%s%7d", space, length);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dgeneric.c32 * the obio memory space.
42 unsigned long offset, pgprot_t prot, int space)
55 entry = mk_pte_io((offset & ~(0x1UL)), prot, space);
60 space);
66 space);
72 space);
94 unsigned long offset, pgprot_t prot, int space)
107 io_remap_pte_range(pte, address, end - address, address + offset, prot, space);
114 int io_remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot, int space) argument
133 error = io_remap_pmd_range(pmd, from, end - from, offset + from, prot, space);
41 io_remap_pte_range(pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
93 io_remap_pmd_range(pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dgeneric.c32 * the obio memory space.
38 unsigned long offset, pgprot_t prot, int space)
49 set_pte(pte, mk_pte_io(offset, prot, space));
58 unsigned long offset, pgprot_t prot, int space)
71 io_remap_pte_range(pte, address, end - address, address + offset, prot, space);
78 int io_remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot, int space) argument
97 error = io_remap_pmd_range(pmd, from, end - from, offset + from, prot, space);
37 io_remap_pte_range(pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
57 io_remap_pmd_range(pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dfreefs.c55 * Space_avail() - get the amount of free space avail in the spool directory
62 unsigned long space = 0; local
71 space = (1.0 * BLOCKS(fsb) * BLOCKSIZE(fsb))/1024;
72 printf("path '%s', Using '%s', %lu blocks, %lu blocksize, space %lu\n",
73 pathname, USING, BLOCKS(fsb), BLOCKSIZE(fsb), space );
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dfreefs.c55 * Space_avail() - get the amount of free space avail in the spool directory
62 unsigned long space = 0; local
71 space = (1.0 * BLOCKS(fsb) * BLOCKSIZE(fsb))/1024;
72 printf("path '%s', Using '%s', %lu blocks, %lu blocksize, space %lu\n",
73 pathname, USING, BLOCKS(fsb), BLOCKSIZE(fsb), space );
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dmodule.c258 * Copy the name of a module from user space.
292 * Allocate space for a module.
681 size_t nmod, space, len; local
683 nmod = space = 0;
693 space += len;
702 space += len;
704 space += strlen(mod->name)+1;
706 if (put_user(space, ret))
715 size_t i, space, len; local
725 space
758 size_t nrefs, space, len; local
802 size_t i, space, len; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-pci.c387 char space; local
393 space = 'M';
395 space = 'C';
396 else space = 'X';
400 space);
406 space);
412 error_addr, space);
418 space);
424 error_addr, space);
430 error_addr, space);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp_proc.c438 static void isapnp_print_port(isapnp_info_buffer_t *buffer, char *space, struct isapnp_port *port) argument
441 space, port->min, port->max, port->align ? (port->align-1) : 0, port->size,
445 static void isapnp_print_irq(isapnp_info_buffer_t *buffer, char *space, struct isapnp_irq *irq) argument
449 isapnp_printf(buffer, "%sIRQ ", space);
475 static void isapnp_print_dma(isapnp_info_buffer_t *buffer, char *space, struct isapnp_dma *dma) argument
480 isapnp_printf(buffer, "%sDMA ", space);
526 static void isapnp_print_mem(isapnp_info_buffer_t *buffer, char *space, struct isapnp_mem *mem) argument
531 space, mem->min, mem->max, mem->align, mem->size);
555 static void isapnp_print_mem32(isapnp_info_buffer_t *buffer, char *space, struct isapnp_mem32 *mem32) argument
559 isapnp_printf(buffer, "%s32-bit memory ", space);
570 isapnp_print_resources(isapnp_info_buffer_t *buffer, char *space, struct isapnp_resources *res) argument
608 char *space = " "; local
669 char *space = " "; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dearly_printk.c167 char *space; local
175 space = strchr(buf, ' ');
176 if (space)
177 *space = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dtimer.h69 __volatile__ unsigned char space[PAGE_SIZE - 16]; member in struct:sun4m_timer_percpu_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dtimer.h69 __volatile__ unsigned char space[PAGE_SIZE - 16]; member in struct:sun4m_timer_percpu_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs/
H A Dintrep.h61 /* Is there enough space on the flash? */
62 static inline int JFFS_ENOUGH_SPACE(struct jffs_control *c, __u32 space) argument
68 >= fmc->min_free_size + space) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dif_ppp.c439 * For Digital UNIX, there's space set aside in the header mbuf
659 int len, space, n; local
666 space = 0;
671 space = MHLEN;
675 len -= space;
688 if (space == 0) {
704 space = ((m->m_flags & M_EXT) ? MCLBYTES : MLEN);
706 space = (m->m_off > MMAXOFF? MCLBYTES: MLEN) - off;
710 len -= space;
715 if (n > space)
736 int len, space, n, nb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Duhci-debug.h58 static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space) argument
67 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, td->link);
185 static int uhci_show_qh(struct uhci_qh *qh, char *buf, int len, int space) argument
197 out += sprintf(out, "%*s[%p] link (%08x) element (%08x)\n", space, "",
201 out += sprintf(out, "%*s Element points to QH (bug?)\n", space, "");
204 out += sprintf(out, "%*s Depth traverse\n", space, "");
207 out += sprintf(out, "%*s Bit 3 set (bug?)\n", space, "");
210 out += sprintf(out, "%*s Element is NULL (bug?)\n", space, "");
213 out += sprintf(out, "%*s urbp == NULL\n", space, "");
225 out += sprintf(out, "%*s Element != First TD\n", space, "");
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-shark.S24 .space 128 @ (startaddr,size) ...
25 .space 128 @ bootargs
73 __temp_stack: .space 128
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dentry.S254 /* Reserved space for all SVR4 syscalls. */
255 .space (1000)*PTRSIZE
261 .space (1000)*PTRSIZE /* No IRIX syscalls */
264 /* Reserved space for all the BSD43 and POSIX syscalls. */
265 .space (2000)*PTRSIZE
277 /* Reserved space for all SVR4 flavoured syscalls. */
278 .space (1000)
284 .space (1000) /* No IRIX syscalls */
287 /* Reserved space for all the BSD43 and POSIX syscalls. */
288 .space (200
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dr128_drv.h56 int space; member in struct:drm_r128_ring_buffer
144 ring->space = (GET_RING_HEAD( ring ) - ring->tail) * sizeof(u32);
145 if ( ring->space <= 0 )
146 ring->space += ring->size;
462 if ( ring->space < ring->high_mark ) { \
465 if ( ring->space >= ring->high_mark ) \
469 DRM_ERROR( "ring space check failed!\n" ); \
509 if ( dev_priv->ring.space <= (n) * sizeof(u32) ) { \
512 dev_priv->ring.space -= (n) * sizeof(u32); \

Completed in 205 milliseconds

1234567