Searched refs:entries (Results 476 - 500 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Derst.c379 ERST_TAB_ENTRY(erst_tab), erst_tab->entries);
776 if (erst_tab->entries !=
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_cce.c97 static int r128_do_wait_for_fifo(drm_r128_private_t *dev_priv, int entries) argument
103 if (slots >= entries)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm946.S96 1: orr r3, r1, #(CACHE_DENTRIES - 1) << 4 @ n entries
99 bcs 2b @ entries n to 0
111 * Clean and invalidate a range of cache entries in the
206 * May not write back any entries. If 'start' or 'end'
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibip6tc.c406 /* Hooks and underflows must be valid entries */
415 assert(h->entries.size
419 assert(strcmp(h->info.name, h->entries.name) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibip6tc.c409 /* Hooks and underflows must be valid entries */
418 assert(h->entries.size
422 assert(strcmp(h->info.name, h->entries.name) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c580 /* get number of entries */
1728 /* Age scan list entries found before suspend */
2713 if (r >= rxq->entries) {
2718 i = (rxq->next + 1) % rxq->entries;
2792 i = (i + 1) % rxq->entries;
2797 rxq->next = (i ? i : rxq->entries) - 1;
2861 /* Determine how many TBD entries must be finished... */
2874 e %= txq->entries;
2934 i = (i + 1) % txq->entries;
2956 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries];
4374 status_queue_allocate(struct ipw2100_priv *priv, int entries) argument
4410 bd_queue_allocate(struct ipw2100_priv *priv, struct ipw2100_bd_queue *q, int entries) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp504 // check that all the test entries were found in the archive
567 // We want to try creating entries in various different ways, 'choices'
785 Entries entries; local
810 // non-seekable entries are allowed to have GetSize == wxInvalidOffset
847 entries.push_back(entry);
857 for (EntryIter i = entries.begin(); i != entries.end(); ++i) {
1004 // these also give away ownership of entries
1089 // try reading two entries at the same time
1112 // the names of two entries t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea.h167 u8 entries[PAGE_SIZE]; member in struct:ehea_page
H A Dehea_qmr.h77 /* maximum number of sg entries allowed in a WQE */
216 return &current_page->entries[q_offset & (EHEA_PAGESIZE - 1)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdc.h126 #define PDC_BTLB_PURGE 2 /* purge BTLB entries */
127 #define PDC_BTLB_PURGE_ALL 3 /* purge all BTLB entries */
425 unsigned long it_size; /* number of entries in I-TLB */
435 unsigned long dt_size; /* number of entries in D-TLB */
625 struct pdc_memory_table *tbl, unsigned long entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs.h231 unsigned short entries; member in struct:meta_index
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_method.c275 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd358 Password will prompt again and compare the second entry against the first. Both entries are require to match in order for the password to be changed.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_classes.h172 unsigned int entries; member in struct:ehca_queue_map
H A Dehca_reqs.c725 my_qp->sq_map.entries);
730 my_qp->rq_map.entries);
863 qmap->entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_display.c503 for (i = 0 ; i < dcb->entries; i++) {
745 for (i = 0; i < dev_priv->vbios.dcb.entries; i++) {
875 for (i = 0; i < dev_priv->vbios.dcb.entries; i++) {
881 if (i == dev_priv->vbios.dcb.entries) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtraps.c458 printk("Hit on multiple TLB entries\n");
1528 struct ppc_emulated_entry *entries = (void *)&ppc_emulated; local
1543 for (i = 0; i < sizeof(ppc_emulated)/sizeof(*entries); i++) {
1544 d = debugfs_create_u32(entries[i].name, S_IRUGO | S_IWUSR, dir,
1545 (u32 *)&entries[i].val.counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h163 atomic_t entries; member in struct:neigh_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h267 unsigned int * entries; /* 16k-aligned TLB table */ member in struct:snd_trident_tlb
269 unsigned long * shadow_entries; /* shadow entries with virtual addresses */
368 struct snd_trident_tlb tlb; /* TLB entries for NX cards */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c595 Remove all fd entries for a specific dev/inode pair from the tdb.
609 free. Returns number of entries.
612 static size_t get_posix_pending_close_entries(files_struct *fsp, int **entries) argument
618 *entries = NULL;
627 *entries = (int *)dbuf.dptr;
1168 * If there were any overlapped entries (list is > 1 or size or start have changed),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dpdbedit.c139 size_t i, entries = 0; local
143 SID_NAME_DOM_GRP, &maps, &entries, False);
146 fprintf(stderr, "Unable to enumerate group map entries.\n");
150 for (i=0; i<entries; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp893 // Find all entries for the given event type.
923 // Retrieve all valid event handler entries
924 const wxEventTableEntry *entry = table->entries;
975 // Fill all hash entries between entry.m_id and entry.m_lastId...
1321 for ( int i = 0; table.entries[i].m_fn != 0; i++ )
1323 const wxEventTableEntry& entry = table.entries[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dfirmware.c838 * pdc_pci_irt_size - Get the number of entries in the interrupt routing table.
842 * This PDC function returns the number of entries in the specified cell's
863 * @num_entries: The number of entries in the table.
931 struct pdc_memory_table *tbl, unsigned long entries)
937 retval = mem_pdc_call(PDC_MEM, PDC_MEM_TABLE, __pa(pdc_result), __pa(pdc_result2), entries);
940 memcpy(tbl, pdc_result2, entries * sizeof(*tbl));
1221 * pdc_pat_get_irt_size - Retrieve the number of entries in the cell's interrupt table.
1225 * This PDC function returns the number of entries in the specified cell's
930 pdc_mem_mem_table(struct pdc_memory_table_raddr *r_addr, struct pdc_memory_table *tbl, unsigned long entries) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A De820.c111 printk(KERN_ERR "Ooops! Too many entries in the memory map!\n");
168 * Some e820 responses include overlapping entries. The following
175 * valid, and which has space for up to max_nr_map entries.
176 * On return, the resulting sanitized e820 map entries will be in
180 * current number of valid entries located at biosmap) and will
181 * be updated on return, with the new number of valid entries
185 * successfully 'sanitized' the map entries passed in, and is -1
187 * only passed one map entry, or (2) any of the input map entries
291 * swap entries, when:
309 overlap_entries = 0; /* number of entries i
671 int entries; local
[all...]
H A Dvmi_32.c206 static void vmi_set_ldt(const void *addr, unsigned entries) argument
212 entries * sizeof(struct desc_struct) - 1,
215 vmi_ops._set_ldt(entries ? GDT_ENTRY_LDT*sizeof(struct desc_struct) : 0);

Completed in 205 milliseconds

<<11121314151617181920>>