/linux-2.6.39/fs/hfsplus/ |
D | wrapper.c | 97 struct cdrom_tocentry te; in hfsplus_get_last_session() local 105 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 106 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 108 CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session() 109 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfsplus_get_last_session() 110 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/linux-2.6.39/tools/perf/ |
D | builtin-timechart.c | 311 struct trace_entry te; member 319 struct trace_entry te; member 326 struct trace_entry te; member 353 struct trace_entry te; member 425 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup() argument 429 struct wakeup_entry *wake = (void *)te; in sched_wakeup() 439 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ)) in sched_wakeup() 458 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch() argument 461 struct sched_switch *sw = (void *)te; in sched_switch() 494 struct trace_entry *te; in process_sample_event() local [all …]
|
/linux-2.6.39/fs/hfs/ |
D | mdb.c | 36 struct cdrom_tocentry te; in hfs_get_last_session() local 44 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 45 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 46 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfs_get_last_session() 47 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfs_get_last_session() 48 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/linux-2.6.39/drivers/block/aoe/ |
D | aoecmd.c | 481 struct aoetgt *t, **tt, **te; in rexmit_timer() local 500 te = tt + NTARGETS; in rexmit_timer() 501 for (; tt < te && *tt; tt++) { in rexmit_timer() 930 struct aoetgt *t, **tt, **te; in addtgt() local 934 te = tt + NTARGETS; in addtgt() 935 for (; tt < te && *tt; tt++) in addtgt() 938 if (tt == te) { in addtgt() 1066 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1072 te = t + NTARGETS; in aoecmd_cleanslate() 1073 for (; t < te && *t; t++) { in aoecmd_cleanslate()
|
D | aoedev.c | 53 struct aoetgt **t, **te; in aoedev_downdev() local 59 te = t + NTARGETS; in aoedev_downdev() 60 for (; t < te && *t; t++) { in aoedev_downdev()
|
D | aoeblk.c | 53 struct aoetgt **t, **te; in aoedisk_show_netif() local 61 te = t + NTARGETS; in aoedisk_show_netif() 62 for (; t < te && *t; t++) { in aoedisk_show_netif()
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | cxgb3_offload.c | 1117 struct t3c_tid_entry *te; in cxgb_redirect() local 1147 te = lookup_tid(ti, tid); in cxgb_redirect() 1148 BUG_ON(!te); in cxgb_redirect() 1149 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1150 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | display.c | 117 unsigned long te; in display_tear_store() local 123 te = simple_strtoul(buf, NULL, 0); in display_tear_store() 125 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/linux-2.6.39/arch/s390/oprofile/ |
D | hwsampler.c | 839 struct hws_trailer_entry *te; in worker_on_interrupt() local 850 te = (struct hws_trailer_entry *)trailer; in worker_on_interrupt() 851 cb->sample_overflow += te->overflow; in worker_on_interrupt() 856 xchg((unsigned char *) te, 0x40); in worker_on_interrupt()
|
/linux-2.6.39/tools/perf/util/ |
D | python.c | 172 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local 177 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
|
/linux-2.6.39/net/netfilter/ipset/ |
D | ip_set_list_set.c | 409 const struct set_telem *te = in list_set_list() local 412 htonl(ip_set_timeout_get(te->timeout))); in list_set_list()
|
/linux-2.6.39/fs/ntfs/ |
D | inode.c | 2377 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local 2400 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate() 2409 vi->i_ino, te); in ntfs_truncate() 2419 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate() 2424 vi->i_ino, err, te); in ntfs_truncate()
|
/linux-2.6.39/drivers/ata/ |
D | libata-core.c | 6431 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local 6434 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param() 6441 if (te.port == -1) { in ata_parse_force_param() 6442 te.port = last_port; in ata_parse_force_param() 6443 te.device = last_device; in ata_parse_force_param() 6446 ata_force_tbl[idx++] = te; in ata_parse_force_param() 6448 last_port = te.port; in ata_parse_force_param() 6449 last_device = te.device; in ata_parse_force_param()
|
/linux-2.6.39/Documentation/uml/ |
D | UserModeLinux-HOWTO.txt | 1052 66..44.. UUMMLL iinntteerrffaaccee sseettuupp 1556 NNoottee: This is the daemon formerly known as uml_router, but which was 1831 …77.. SShhaarriinngg FFiilleessyysstteemmss bbeettwweeeenn VViirrtt… 1889 77..33.. NNoottee!! 1994 88.. CCrreeaattiinngg ffiilleessyysstteemmss 2008 88..11.. CCrreeaattee tthhee ffiilleessyysstteemm ffiillee 2038 …Crreeaattiinngg aanndd mmoouunnttiinngg tthhee ffiilleessyysstteemm 2144 99..22.. hhoossttffss aass tthhee rroooott ffiilleessyysstteemm 2458 NNoottee:: The interface that makes debugging, as described here, possible 2850 1111..66.. UUssiinngg aalltteerrnnaattee ddeebbuuggggeerrss [all …]
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 730 u64 ta, tb, tc, td, te; in ipath_ib_timer() local 734 &tc, &td, &te); in ipath_ib_timer() 740 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
|
/linux-2.6.39/Documentation/filesystems/ |
D | coda.txt | 194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 511 44..22.. TThhee ppiiooccttll iinntteerrffaaccee 656 NNoottee Many kernel FS drivers (Linux, NT and Windows 95) need to acquire 730 44..88.. ccrreeaattee
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 2955 u64 ta, tb, tc, td, te; in pma_6120_timer() local 2958 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer() 2964 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | cachefiles.txt | 375 cachefilesd.te
|
/linux-2.6.39/Documentation/scsi/ |
D | sym53c8xx_2.txt | 572 devices, ... may cause a SCSI signal to be wrong when te driver reads it.
|
D | ncr53c8xx.txt | 1006 devices, ... may cause a SCSI signal to be wrong when te driver reads it.
|