Home
last modified time | relevance | path

Searched refs:MDB (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsound_config.h143 #ifndef MDB
145 #define MDB(x) x macro
147 #define MDB(x) macro
Dtrix.c95 MDB(printk(KERN_ERR "No AudioTrix ASIC signature found\n")); in trix_set_wss_port()
159 MDB(printk(KERN_ERR "No MSS signature detected on port 0x%x\n", hw_config->io_base)); in probe_trix_wss()
Dsb_common.c641MDB(printk(KERN_INFO "SB %d.%02d detected OK (%x)\n", devc->major, devc->minor, hw_config->io_base… in sb_dsp_detect()
660 MDB(printk("No detected device\n")); in sb_dsp_init()
877 MDB(printk("Sound Blaster: no audio devices found.\n")); in sb_dsp_init()
Dopl3.c200 MDB(printk(KERN_INFO "OPL3 not detected %x\n", signature)); in opl3_detect()
Dad1848.c2581MDB(printk(KERN_ERR "No MSS signature detected on port 0x%x (0x%x)\n", hw_config->io_base, (int) i… in probe_ms_sound()
/linux-2.4.37.9/fs/hfs/
DChangeLog75 * mdb.c (hfs_mdb_commit): you only write out the alternate MDB
342 Deal with the ATTRIB_CLEAN bit of the MDB properly (in mdb.c).
345 Search for the alt-MDB rather than using the device size to find it.
1131 scheme using a wait queue in the MDB.
1181 the MDB, rather than the actual MDB. This allowed the definition
1205 Split super.c into super.c (Linux stuff) and mdb.c (MDB stuff).
1208 Add the MDB field 'drAtrb' to (struct hfs_mdb) as the field 'attrib'.
1293 Now updates the backup MDB when a B-tree grows.
1302 in preparation for dealing with the alternate MDB.
2327 Added pointers to size and extent in MDB.
[all …]
/linux-2.4.37.9/Documentation/sound/
DIntroduction349 7) Turn on debug in drivers/sound/sound_config.h (DEB, DDB, MDB).