Searched refs:entries (Results 401 - 425 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c204 self->b.entries = &self->hists->entries;
512 self->top = rb_first(&hb->hists->entries);
563 nd = hists__filter_entries(rb_first(self->entries));
569 nd = hists__filter_prev_entries(rb_last(self->entries));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c91 struct kvm_cpuid_entry2 __user *entries);
1579 struct kvm_msr_entry *entries,
1587 if (do_msr(vcpu, entries[i].index, &entries[i].data))
1605 struct kvm_msr_entry *entries; local
1619 entries = kmalloc(size, GFP_KERNEL);
1620 if (!entries)
1624 if (copy_from_user(entries, user_msrs->entries, size))
1627 r = n = __msr_io(vcpu, &msrs, entries, do_ms
1578 __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, struct kvm_msr_entry *entries, int (*do_msr)(struct kvm_vcpu *vcpu, unsigned index, u64 *data)) argument
1844 kvm_vcpu_ioctl_set_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid *cpuid, struct kvm_cpuid_entry __user *entries) argument
1887 kvm_vcpu_ioctl_set_cpuid2(struct kvm_vcpu *vcpu, struct kvm_cpuid2 *cpuid, struct kvm_cpuid_entry2 __user *entries) argument
1910 kvm_vcpu_ioctl_get_cpuid2(struct kvm_vcpu *vcpu, struct kvm_cpuid2 *cpuid, struct kvm_cpuid_entry2 __user *entries) argument
2105 kvm_dev_ioctl_get_supported_cpuid(struct kvm_cpuid2 *cpuid, struct kvm_cpuid_entry2 __user *entries) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-main.c2162 vdev->entries = kzalloc(vdev->intr_cnt * sizeof(struct msix_entry),
2164 if (!vdev->entries) {
2187 vdev->entries[j].entry = msix_intr_vect;
2193 vdev->entries[j].entry = msix_intr_vect + 1;
2200 vdev->entries[j].entry = VXGE_ALARM_MSIX_ID;
2204 ret = pci_enable_msix(vdev->pdev, vdev->entries, vdev->intr_cnt);
2214 kfree(vdev->entries);
2216 vdev->entries = NULL;
2232 kfree(vdev->entries);
2273 synchronize_irq(vdev->entries[intr_cn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet.c786 struct samr_displayentry *entries; local
794 num_entries = pdb_search_entries(search, 0, 0xffffffff, &entries);
796 *max_rid = MAX(*max_rid, entries[i].rid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp201 wxAcceleratorEntry entries[1]; local
202 entries[0].Set(wxACCEL_CTRL, 'Q', wxID_EXIT);
203 wxAcceleratorTable accel(1, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp120 wxAcceleratorEntry entries[1]; local
121 entries[0].Set(wxACCEL_CTRL, (int) 'V', WXPRINT_PREVIEW);
122 wxAcceleratorTable accel(1, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dzipstrm.tex296 The names of directory entries are returned without any trailing path
434 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
436 Note that in general zip entries are not seekable, and
516 For a zip on a seekable stream returns the total number of entries in
517 the zip. For zips on non-seekable streams returns the number of entries
701 also be used to create directory entries, by supplying a name with
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dcxgb4vf_main.c117 * list entries are 64-bit PCI DMA addresses. And since the state of
119 * always have at least one Egress Unit's worth of Free List entries
599 * mapping table has plenty of entries.
1672 * Return the number of "entries" in our "file". We group the multi-Queue
1687 int entries = sge_queue_entries(seq->private); local
1689 return *pos < entries ? (void *)((uintptr_t)*pos + 1) : NULL;
1698 int entries = sge_queue_entries(seq->private); local
1701 return *pos < entries ? (void *)((uintptr_t)*pos + 1) : NULL;
1818 * Return the number of "entries" in our "file". We group the multi-Queue
1833 int entries local
1844 int entries = sge_qstats_entries(seq->private); local
2368 struct msix_entry entries[MSIX_ENTRIES]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt_types.h120 void (*set_ldt)(const void *desc, unsigned entries);
132 void (*alloc_ldt)(struct desc_struct *ldt, unsigned entries);
133 void (*free_ldt)(struct desc_struct *ldt, unsigned entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiff.c516 int i, j, entries; local
550 entries = tget_short(&buf, le);
551 for(i = 0; i < entries; i++){
H A Dtiffenc.c61 uint8_t entries[TIFF_MAX_ENTRY*12]; ///< entires in header member in struct:TiffEncoderContext
119 uint8_t *entries_ptr = s->entries + 12 * s->num_entries;
458 bytestream_put_buffer(&ptr, s->entries, s->num_entries * 12);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiffenc.c70 uint8_t entries[TIFF_MAX_ENTRY * 12]; ///< entries in header member in struct:TiffEncoderContext
71 int num_entries; ///< number of entries
129 uint8_t *entries_ptr = s->entries + 12 * s->num_entries;
483 bytestream_put_buffer(&ptr, s->entries, s->num_entries * 12);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngset.c474 * of num_palette entries, in case of an invalid PNG file that has
710 png_debug1(3, "allocated %d entries for info_ptr->text",
904 png_infop info_ptr, png_sPLT_tp entries, int nentries)
906 * entries - array of png_sPLT_t structures
936 png_sPLT_tp from = entries + i;
948 to->entries = (png_sPLT_entryp)png_malloc_warn(png_ptr,
950 if (to->entries == NULL)
958 png_memcpy(to->entries, from->entries,
903 png_set_sPLT(png_structp png_ptr, png_infop info_ptr, png_sPLT_tp entries, int nentries) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dmkshared.com174 $! and to fill in "holes" with dummy entries.
252 ; Define macro to assist in building transfer vector entries. Each entry
262 ; Place entries in own program section.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp229 * each 2-D array has 2^6*2^5 = 2048 or 2^6*2^6 = 4096 entries. Note that
279 * The fserrors[] array has (#columns + 2) entries; the extra entry at
727 * cell (because the inner loop has to be over cells, not colormap entries).
738 * eliminate colormap entries that are far away from the subbox; typically
739 * three-fourths of the colormap entries are rejected by Heckbert's criterion,
743 * can't eliminate as many colormap entries. Empirically the best subbox
781 /* Locate the colormap entries close enough to an update box to be candidates
784 * candidate colormap entries is returned, and their colormap indexes are
912 * Return the indexes of the closest entries in the bestcolor[] array.
989 /* Fill the inverse-colormap entries i
1591 PALETTEENTRY* entries = new PALETTEENTRY[windowsSystemColourCount]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqlogicpti.c810 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN)
905 /* Fill in first four sg entries: */
1376 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN)
1415 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dmkshared.com174 $! and to fill in "holes" with dummy entries.
252 ; Define macro to assist in building transfer vector entries. Each entry
262 ; Place entries in own program section.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c475 if (tmp.entries)
476 if (!access_ok(VERIFY_WRITE, tmp.entries,
483 return con_set_unimap(vc, tmp.entry_ct, tmp.entries);
487 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp.entries);
1449 compat_caddr_t entries; member in struct:compat_unimapdesc
1461 tmp_entries = compat_ptr(tmp.entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl2.c283 if (acl_type_list.entries[i].u64==aclType) {
284 memcpy(pacl_type_info, acl_type_list.entries + i, sizeof(acl_type_t));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-ioctl.c1239 int entries; local
1242 entries = (itv->pgm_info_write_idx + IVTV_MAX_PGM_INDEX - itv->pgm_info_read_idx) %
1244 if (entries > V4L2_ENC_IDX_ENTRIES)
1245 entries = V4L2_ENC_IDX_ENTRIES;
1246 idx->entries = 0;
1247 for (i = 0; i < entries; i++) {
1250 idx->entries++;
1254 itv->pgm_info_read_idx = (itv->pgm_info_read_idx + idx->entries) % IVTV_MAX_PGM_INDEX;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c452 * stream context array entries must be a power of two.
496 "stream context array entries.\n",
609 /* MaxPStreams is the number of stream context array entries, not the
614 xhci_dbg(xhci, "Setting number of stream ctx array entries to %u\n",
1204 * issue a configure endpoint command. Only the context entries field matters,
1394 if (xhci->erst.entries)
1396 xhci->erst.entries, xhci->erst.erst_dma_addr);
1397 xhci->erst.entries = NULL;
1910 xhci->erst.entries = pci_alloc_consistent(to_pci_dev(dev),
1912 if (!xhci->erst.entries)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl1.h207 u32 entries; member in struct:acpi_table_einj
290 u32 entries; member in struct:acpi_table_erst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t339 print "The array contains $elements entries\n" ;
375 print "The array contains $elements entries\n" ;
396 The array contains 5 entries
H A Dexamples.t.T352 print "The array contains $elements entries\n" ;
389 print "The array contains $elements entries\n" ;
410 The array contains 5 entries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c580 next = TAILQ_NEXT(conn, entries);
651 TAILQ_FOREACH(conn, &db_rep->connections, entries) {

Completed in 231 milliseconds

<<11121314151617181920>>