Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/fs/udf/
Ddirectory.c29 uint8_t *ad; in udf_filead_read() local
34 ad = (uint8_t *)(*bh)->b_data + *offset; in udf_filead_read()
37 if (!ad) in udf_filead_read()
55 ad = tmpad; in udf_filead_read()
58 memcpy((uint8_t *)ad, (*bh)->b_data + loffset, remainder); in udf_filead_read()
67 memcpy((uint8_t *)ad + remainder, (*bh)->b_data, ad_size - remainder); in udf_filead_read()
70 return ad; in udf_filead_read()
Dmisc.c70 uint8_t *ea = NULL, *ad = NULL; in udf_add_extendedattr() local
99 ad = &(*bh)->b_data[offset]; in udf_add_extendedattr()
114 memmove(&ad[size], ad, UDF_I_LENALLOC(inode)); in udf_add_extendedattr()
/linux-2.4.37.9/drivers/isdn/hisax/
Dteles0.c64 register u_char *ad = (u_char *)adr + 0x100; in read_fifo_isac() local
66 data[i] = readb(ad); in read_fifo_isac()
73 register u_char *ad = (u_char *)adr + 0x100; in write_fifo_isac() local
75 writeb(data[i], ad); mb(); in write_fifo_isac()
83 register u_char *ad = (u_char *) (adr + (hscx ? 0x1c0 : 0x180)); in read_fifo_hscx() local
85 data[i] = readb(ad); in read_fifo_hscx()
92 register u_char *ad = (u_char *) (adr + (hscx ? 0x1c0 : 0x180)); in write_fifo_hscx() local
94 writeb(data[i], ad); mb(); in write_fifo_hscx()
/linux-2.4.37.9/include/asm-mips/tx4927/
Dtx4927_pci.h240 #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
/linux-2.4.37.9/Documentation/filesystems/
Dudf.txt24 shortad Use short ad's
25 longad Use long ad's (default)
Dcoda.txt950 44..1144.. rreeaaddlliinnkk
1128 44..1199.. rreeaaddddiirr
/linux-2.4.37.9/drivers/acorn/char/
Dpcf8583.c42 unsigned char buf[1], ad[1] = { 0 }; in pcf8583_attach() local
44 { addr, 0, 1, ad }, in pcf8583_attach()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtx3927.h310 #define TX3927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) argument
/linux-2.4.37.9/fs/hpfs/
Ddnode.c222 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local
284 if (!(ad = hpfs_alloc_dnode(i->i_sb, d->up, &adno, &qbh1, 0))) { in hpfs_add_to_dnode()
295 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de); in hpfs_add_to_dnode()
303 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0); in hpfs_add_to_dnode()
309 fix_up_ptrs(i->i_sb, ad); in hpfs_add_to_dnode()
311 dno = ad->up = d->up; in hpfs_add_to_dnode()
342 d->up = ad->up = i->i_hpfs_dno = rdno; in hpfs_add_to_dnode()
343 d->root_dnode = ad->root_dnode = 0; in hpfs_add_to_dnode()
/linux-2.4.37.9/fs/hfs/
DINSTALL.txt29 22..11.. CCoommppiilliinngg tthhee llooaaddaabbllee mmoodduullee
69 …22..33.. LLooaaddiinngg tthhee mmoodduullee iinnttoo tthhee rruunnn…
DFAQ.txt173 …1122.. WWhhyy ddoo II ggeett aa mmeessssaaggee aabboouutt aa bbaadd …
286 …nss aallll tthhee ccooppyyrriigghhttss aanndd ttrraaddeemmaarrkkss?…
332 2200..33.. TTrraaddeemmaarrkkss
DHFS.txt786 44..22.. AApppplleeDDoouubbllee HHeeaaddeerr FFiilleess
1031 66..33.. TTrraaddeemmaarrkkss
/linux-2.4.37.9/drivers/char/rio/
Drio_linux.c322 void my_hd (void *ad, int len) in my_hd() argument
325 unsigned char *addr = ad; in my_hd()
340 #define my_hd(ad,len) do{/* nothing*/ } while (0) argument
/linux-2.4.37.9/Documentation/networking/
Dbonding.txt231 transmit LACPDU packets in 802.3ad mode. Possible values are:
287 802.3ad or 4
289 IEEE 802.3ad Dynamic link aggregation. Creates aggregation
299 2. A switch that supports IEEE 802.3ad Dynamic link
504 be configured for the round-robin, XOR, broadcast, or 802.3ad policies
633 In 802.3ad mode, it works with with systems that support IEEE 802.3ad
688 802.3ad, based on XOR but distributes traffic among all interfaces
Dsk98lin.txt20 6 VLAN and Link Aggregation Support (IEEE 802.1, 802.1q, 802.3ad)
462 6 VLAN and Link Aggregation Support (IEEE 802.1, 802.1q, 802.3ad)
466 Link Aggregation according to IEEE standards 802.1, 802.1q, and 802.3ad.
/linux-2.4.37.9/drivers/char/
Dcp437.uni64 0x2d U+002d U+00ad
/linux-2.4.37.9/drivers/scsi/
Dibmmca.c254 #define PS2_DISK_LED_ON(ad,id) { if (display_mode & LED_DISP) { if (id>9) \ argument
255 outw((ad+48)|((id+55)<<8), MOD95_LED_PORT ); else \
256 outw((ad+48)|((id+48)<<8), MOD95_LED_PORT ); } else \
258 outb((char)(ad+48), MOD95_LED_PORT); } \
/linux-2.4.37.9/Documentation/mips/
Dtime.README101 some ad hoc hardware on your machine.)
/linux-2.4.37.9/drivers/pci/
Dpci.ids686 10cf 10ad Crystal CS4281 PCI Audio
2179 10ad Symphony Labs
2653 1043 80ad A7N8X Mainboard
2724 01ad nForce 220/420 Memory Controller
3750 11ad Lite-On Communications Inc
3752 11ad 0002 LNE100TX
3753 11ad 0003 LNE100TX
3754 11ad f003 LNE100TX
3755 11ad ffff LNE100TX
3758 11ad c001 LNE100TX [ver 2.0]
[all …]
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S1012 .long SYMBOL_NAME(do_IRQ) ! 66 0xa40 ad
/linux-2.4.37.9/Documentation/
Dparide.txt11 host computer. While some devices (notably scanners) use ad-hoc methods
/linux-2.4.37.9/Documentation/kbuild/
Dconfig-language.txt46 'scripts/tkparse' is a C program with an ad hoc parser which translates
/linux-2.4.37.9/Documentation/cdrom/
Dcdrom-standard.tex90 capabilities of a particular drive, in an {\fo ad hoc\/} manner. More
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dfplsp.sa1467 dc.l $3ffe0000,$c907da4e,$871146ad,$00000000
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME230 likely be implemented in an ad-hoc fashion, as different drivers will

12