Searched refs:entry (Results 251 - 275 of 703) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsparc-stub.c146 extern void trap_low(void); /* In arch/sparc/kernel/entry.S */
150 unsigned long entry; local
153 "=r" (entry) :
155 return entry;
160 unsigned long entry; local
163 "=r" (entry) :
165 return entry;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dpcipool.c236 struct list_head *entry; local
244 list_for_each (entry, &pool->page_list) {
246 page = list_entry (entry, struct pci_page, page_list);
295 struct list_head *entry; local
299 list_for_each (entry, &pool->page_list) {
300 page = list_entry (entry, struct pci_page, page_list);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dmapmgr.c66 /* Get the n'th port mapping entry from nvram. This routine maintains
86 /* Write the n'th port mapping entry from nvram. This routine maintains
109 /* Deletes the i'th forward_port%d entry from nvram and moves all subsequent entries up. */
132 /* Get the n'th port mapping entry from nvram. This routine maintains
140 /* Write the n'th port mapping entry from nvram. This routine maintains
156 /* Deletes the i'th forward_port%d entry from nvram. */
177 /* Get the n'th port mapping entry from nvram. This routine maintains
185 /* Write the n'th port mapping entry from nvram. This routine maintains
194 /* Deletes the i'th forward_port%d entry from nvram and moves all subsequent entries up. */
246 add_nat_entry(netconf_nat_t *entry) argument
285 delete_nat_entry(netconf_nat_t *entry) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dkerberos_verify.c50 krb5_keytab_entry entry; local
72 entry.principal = host_princ;
73 entry.vno = kvno;
80 entry.key = *key;
84 entry.keyblock = *key;
87 DEBUG(10,("adding keytab-entry for (%s) with encryption type (%d)\n",
89 ret = krb5_kt_add_entry(context, *keytab, &entry);
91 DEBUG(1,("adding entry to keytab failed (%s)\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Dstram.c613 * The swap entry has been read in advance, and we return 1 to indicate
618 * share this swap entry, so be cautious and let do_wp_page work out
622 address, pte_t *dir, swp_entry_t entry,
630 /* If this entry is swap-cached, then page must already
639 if (pte_val(pte) != entry.val)
642 DPRINTK("unswap_pte: replacing entry %08lx by new page %p",
643 entry.val, page);
645 swap_free(entry);
652 unsigned long offset, swp_entry_t entry,
672 unswap_pte(vma, offset+address-vma->vm_start, pte, entry, pag
619 unswap_pte(struct vm_area_struct * vma, unsigned long address, pte_t *dir, swp_entry_t entry, struct page *page) argument
648 unswap_pmd(struct vm_area_struct * vma, pmd_t *dir, unsigned long address, unsigned long size, unsigned long offset, swp_entry_t entry, struct page *page) argument
676 unswap_pgd(struct vm_area_struct * vma, pgd_t *dir, unsigned long address, unsigned long size, swp_entry_t entry, struct page *page) argument
704 unswap_vma(struct vm_area_struct * vma, pgd_t *pgdir, swp_entry_t entry, struct page *page) argument
716 unswap_process(struct mm_struct * mm, swp_entry_t entry, struct page *page) argument
738 swp_entry_t entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Diptable_filter.c11 /* Standard entry. */
14 struct ipt_entry entry; member in struct:ipt_standard
26 struct ipt_entry entry; member in struct:ipt_error
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Diptable_filter.c11 /* Standard entry. */
14 struct ipt_entry entry; member in struct:ipt_standard
26 struct ipt_entry entry; member in struct:ipt_error
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6table_filter.c11 /* Standard entry. */
14 struct ip6t_entry entry; member in struct:ip6t_standard
26 struct ip6t_entry entry; member in struct:ip6t_error
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A Dat-expand.pl82 $msg =~ s/\@e/entry/g;
83 $msg =~ s/\@E/entry '%Dn' in %p (%i)/g;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dnfs2xdr.c387 * from nfs_readdir for each entry.
398 u32 *end, *entry; local
419 entry = p;
434 entry = p;
436 if (!nr && (entry[0] != 0 || entry[1] == 0))
442 entry[0] = entry[1] = 0;
446 entry[1] = 1;
455 nfs_decode_dirent(u32 *p, struct nfs_entry *entry, in argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dproc_misc.c476 struct proc_dir_entry *entry; local
477 entry = create_proc_entry(name, mode, NULL);
478 if (entry)
479 entry->proc_fops = f;
484 struct proc_dir_entry *entry; local
526 entry = create_proc_entry("kmsg", S_IRUSR, &proc_root);
527 if (entry)
528 entry->proc_fops = &proc_kmsg_operations;
544 entry = create_proc_entry("ppc_htab", S_IRUGO|S_IWUSR, NULL);
545 if (entry)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_drv.h377 drm_agp_mem_t *entry; local
382 for ( entry = dev->agp->memory ; entry ; entry = nexte ) {
383 nexte = entry->next;
384 if ( entry->bound ) DRM(unbind_agp)( entry->memory );
385 DRM(free_agp)( entry->memory, entry->pages );
386 DRM(free)( entry, sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddepca.c344 ** and hence the RX descriptor ring's first entry.
401 int rx_new, tx_new; /* The next free ring entry */
868 if (TX_BUFFS_AVAIL) { /* Fill in a Tx ring entry */
941 int i, entry;
944 for (entry = lp->rx_new; !(readl(&lp->rx_ring[entry].base) & R_OWN); entry = lp->rx_new) {
945 status = readl(&lp->rx_ring[entry].base) >> 16;
947 lp->rx_old = entry;
961 short len, pkt_len = readw(&lp->rx_ring[entry]
940 int i, entry; local
1038 int entry; local
1723 int i, entry, end, len, status = 0; local
[all...]
H A Depic100.c943 /* Mark the last entry as wrapping the ring. */
975 int entry, free_count;
982 /* Calculate the next Tx descriptor entry. */
985 entry = ep->cur_tx % TX_RING_SIZE;
987 ep->tx_skbuff[entry] = skb;
988 ep->tx_ring[entry].bufaddr = pci_map_single(ep->pci_dev, skb->data,
997 /* Leave room for an additional entry. */
1001 ep->tx_ring[entry].buflength = ctrl_word | cpu_to_le32(skb->len);
1002 ep->tx_ring[entry].txstatus =
1018 dev->name, (int)skb->len, entry, ctrl_wor
972 int entry, free_count; local
1057 int entry = dirty_tx % TX_RING_SIZE; local
1157 int entry = ep->cur_rx % RX_RING_SIZE; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass1.c248 struct ext2_ext_attr_entry *entry; local
259 entry = (struct ext2_ext_attr_entry *) start;
261 /* scan all entry's headers first */
263 /* take finish entry 0UL into account */
266 while (!EXT2_EXT_IS_LAST_ENTRY(entry)) {
272 if (EXT2_EXT_ATTR_SIZE(entry->e_name_len) > remain) {
273 pctx->num = entry->e_name_len;
279 remain -= EXT2_EXT_ATTR_SIZE(entry->e_name_len);
282 if (entry->e_value_size == 0 || entry
1260 struct ext2_ext_attr_entry *entry; local
1551 struct ext2_db_entry *entry; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dvisws_apic.c12 * a of the Cobalt APIC entry.
132 * Set the given Cobalt APIC Redirection Table entry to point
135 static void co_apic_set(int entry, int idtvec) argument
137 co_apic_write(CO_APIC_LO(entry), CO_APIC_LEVEL | (CO_IRQ_BASE+idtvec));
138 co_apic_write(CO_APIC_HI(entry), 0);
140 printk("Cobalt APIC Entry %d IDT Vector %d\n", entry, idtvec);
145 * map this to the Cobalt APIC entry where it's physically wired.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsalinfo.c25 const char *name; /* name of the proc entry */
27 struct proc_dir_entry *entry; /* registered entry (removal) */ member in struct:__anon384
31 * List {name,feature} pairs for every entry in /proc/sal/<feature>
44 * One for each feature and one more for the directory entry...
51 struct proc_dir_entry *salinfo_dir; /* /proc/sal dir entry */
52 struct proc_dir_entry **sdir = salinfo_proc_entries; /* keeps track of every entry */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/boot/
H A Decoff.h40 long entry; /* entry pt. */ member in struct:aouthdr
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ddebug.h54 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
55 /* the entry information */
85 debug_entry_t* entry,
100 int area, debug_entry_t* entry, char* out_buf);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ddebug.h54 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
55 /* the entry information */
85 debug_entry_t* entry,
100 int area, debug_entry_t* entry, char* out_buf);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ddebug.h54 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
55 /* the entry information */
85 debug_entry_t* entry,
100 int area, debug_entry_t* entry, char* out_buf);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ddebug.h54 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
55 /* the entry information */
85 debug_entry_t* entry,
100 int area, debug_entry_t* entry, char* out_buf);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Ddblist_dir.c2 * dblist_dir.c --- iterate by directory entry
30 int entry,
26 ext2fs_dblist_dir_iterate(ext2_dblist dblist, int flags, char *block_buf, int (*func)(ext2_ino_t dir, int entry, struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dshm.h83 extern void shm_unuse(swp_entry_t entry, struct page *page);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Datmclip.h24 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr. member in struct:clip_vcc
42 unsigned long expires; /* entry expiration time */

Completed in 384 milliseconds

<<11121314151617181920>>