Searched refs:ent (Results 226 - 250 of 679) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Didctdsp_alpha_asm.S40 .ent put_pixels_clamped_mvi_asm
90 .ent add_pixels_clamped_mvi_asm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-divide.S105 .ent ufunction
221 .ent sfunction
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_param.c236 const struct e1000_opt_list *ent; local
239 ent = &opt->arg.l.p[i];
240 if (*value == ent->i) {
241 if (ent->str[0] != '\0')
242 e_dev_info("%s\n", ent->str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c97 struct hostent *ent;
423 if (ghbn_cache[lowi].ent != NULL)
424 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
427 if((ret=ghbn_cache[lowi].ent=ghbn_dup(ret)) == NULL)
438 ret= ghbn_cache[i].ent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_sock.c104 struct hostent *ent;
434 if (ghbn_cache[lowi].ent != NULL)
435 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
438 if ((ret = ghbn_cache[lowi].ent = ghbn_dup(ret)) == NULL) {
446 ret = ghbn_cache[i].ent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_sock.c104 struct hostent *ent;
434 if (ghbn_cache[lowi].ent != NULL)
435 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */
438 if ((ret = ghbn_cache[lowi].ent = ghbn_dup(ret)) == NULL) {
446 ret = ghbn_cache[i].ent;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cd.c961 struct atapi_toc_entry ent; member in struct:__anon11507
1070 toc->ent[i].track = bcd2bin(toc->ent[i].track);
1071 msf_from_bcd(&toc->ent[i].addr.msf);
1073 toc->ent[i].addr.lba = msf_to_lba(toc->ent[i].addr.msf.minute,
1074 toc->ent[i].addr.msf.second,
1075 toc->ent[i].addr.msf.frame);
1085 toc->last_session_lba = be32_to_cpu(ms_tmp.ent.addr.lba);
1099 msf_from_bcd(&ms_tmp.ent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c1869 swp_entry_t ent; local
1880 ent.val = page_private(page);
1881 id = lookup_swap_cgroup(ent);
2229 swp_entry_t ent = {.val = page_private(page)}; local
2233 id = swap_cgroup_record(ent, 0);
2462 * memcg information is recorded to swap_cgroup of "ent"
2465 mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout) argument
2480 swap_cgroup_record(ent, css_id(&memcg->css));
2489 void mem_cgroup_uncharge_swap(swp_entry_t ent) argument
2497 id = swap_cgroup_record(ent,
4301 swp_entry_t ent; member in union:mc_target
4335 swp_entry_t ent = pte_to_swp_entry(ptent); local
4375 swp_entry_t ent; local
4390 swp_entry_t ent = { .val = 0 }; local
4605 swp_entry_t ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c1160 u64 ent = sp->spt[i]; local
1162 if (!is_shadow_present_pte(ent) || is_large_pte(ent))
1165 child = page_header(ent & PT64_BASE_ADDR_MASK);
1537 u64 ent; local
1542 ent = pt[i];
1544 if (is_shadow_present_pte(ent)) {
1545 if (!is_last_spte(ent, sp->role.level)) {
1546 ent &= PT64_BASE_ADDR_MASK;
1547 mmu_page_remove_parent_pte(page_header(ent),
3383 u64 ent = sp->spt[i]; local
3429 u64 ent = pt[i]; local
3568 u64 ent = pt[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c1129 struct trace_entry *ent = ring_buffer_event_data(event); local
1131 tracing_generic_entry_update(ent, flags, pc);
1132 ent->type = type;
1523 struct trace_entry *ent, *next = NULL; local
1537 ent = peek_next_entry(iter, cpu_file, ent_ts, missing_events);
1541 return ent;
1549 ent = peek_next_entry(iter, cpu, &ts, &lost_events);
1554 if (ent && (!next || ts < next_ts)) {
1555 next = ent;
1584 iter->ent
1606 void *ent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c569 struct hostent ent; member in struct:ghbn_cache_st
600 memcpy((char *)&(ghbn_cache[lowi].ent), ret,
607 ret = &(ghbn_cache[i].ent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dhpwdt.c740 const struct pci_device_id *ent)
763 ent->vendor, ent->device);
739 hpwdt_init_one(struct pci_dev *dev, const struct pci_device_id *ent) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_socket.c569 struct hostent ent; member in struct:ghbn_cache_st
600 memcpy((char *)&(ghbn_cache[lowi].ent), ret,
607 ret = &(ghbn_cache[i].ent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c568 struct hostent ent; member in struct:ghbn_cache_st
603 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
611 ret= &(ghbn_cache[i].ent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_core.c79 { struct proc_dir_entry *ent; local
80 ent = proc_create("ircomm", 0, proc_irda, &ircomm_proc_fops);
81 if (!ent) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_msghandler.c832 struct seq_table *ent = &(intf->seq_table[seq]); local
833 ent->timeout = ent->orig_timeout;
862 struct seq_table *ent = &(intf->seq_table[seq]); local
864 ent->inuse = 0;
865 msg = ent->recv_msg;
2908 struct seq_table *ent; local
2912 ent = &(intf->seq_table[i]);
2913 if (!ent->inuse)
2915 deliver_err_response(ent
3868 check_msg_timeout(ipmi_smi_t intf, struct seq_table *ent, struct list_head *timeouts, long timeout_period, int slot, unsigned long *flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dscb2_flash.c137 scb2_flash_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_pci.c114 const struct pci_device_id *ent)
113 orinoco_pci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dorinoco_tmd.c92 const struct pci_device_id *ent)
91 orinoco_tmd_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Ddw_spi_pci.c34 const struct pci_device_id *ent)
33 spi_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadl_pci7230.c205 *ent)
203 driver_adl_pci7230_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dadl_pci7296.c179 *ent)
177 driver_adl_pci7296_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dadl_pci7432.c212 *ent)
210 driver_adl_pci7432_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dcb_pcidio.c302 const struct pci_device_id *ent)
301 driver_cb_pcidio_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dcontec_pci_dio.c214 const struct pci_device_id *ent)
213 driver_contec_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument

Completed in 156 milliseconds

1234567891011>>