Lines Matching refs:bd

71     m->bd.allocate();
74 m->bd->ulSlot = aSlot;
111 m->bd.share (aThat->m->bd);
145 m->bd.attachCopy (aThat->m->bd);
166 m->bd.free();
182 *aEnabled = m->bd->fEnabled;
198 if (m->bd->fEnabled != !!aEnabled)
200 m->bd.backup();
201 m->bd->fEnabled = !!aEnabled;
222 *aHostMode = m->bd->portMode;
235 if (m->bd->portMode != aHostMode)
240 if (m->bd->strPath.isEmpty())
244 m->bd->ulSlot);
247 if (m->bd->strPath.isEmpty())
251 m->bd->ulSlot);
254 if (m->bd->strPath.isEmpty())
258 m->bd->ulSlot);
261 if (m->bd->strPath.isEmpty())
265 m->bd->ulSlot);
271 m->bd.backup();
272 m->bd->portMode = aHostMode;
292 *aSlot = m->bd->ulSlot;
302 *aIRQ = m->bd->ulIRQ;
315 m->bd->ulSlot, aIRQ, 255);
323 if (m->bd->ulIRQ != aIRQ)
325 m->bd.backup();
326 m->bd->ulIRQ = aIRQ;
347 *aIOBase = m->bd->ulIOBase;
359 m->bd->ulSlot, aIOBase, 0, 0xFFFF);
372 if (m->bd->ulIOBase != aIOBase)
374 m->bd.backup();
375 m->bd->ulIOBase = aIOBase;
395 aPath = m->bd->strPath;
409 if (aPath != m->bd->strPath)
414 m->bd.backup();
415 m->bd->strPath = aPath;
435 *aServer = m->bd->fServer;
448 if (m->bd->fServer != !!aServer)
450 m->bd.backup();
451 m->bd->fServer = !!aServer;
487 *m->bd.data() = data;
509 data = *m->bd.data();
535 m->bd.rollback();
556 if (m->bd.isBackedUp())
558 m->bd.commit();
562 m->pPeer->m->bd.attach(m->bd);
589 m->bd.assignCopy (aThat->m->bd);
604 * of bd. So slot 0 is correct already. */
605 switch (m->bd->ulSlot)
609 m->bd->ulIOBase = 0x2F8;
610 m->bd->ulIRQ = 3;
615 m->bd->ulIOBase = 0x3e8;
616 m->bd->ulIRQ = 4;
621 m->bd->ulIOBase = 0x2e8;
622 m->bd->ulIRQ = 3;
631 if (m->bd->ulSlot < numSerialEnabled)
633 m->bd->fEnabled = true;
644 if ( ( m->bd->portMode == PortMode_HostDevice
645 || m->bd->portMode == PortMode_HostPipe
646 || m->bd->portMode == PortMode_TCP
647 || m->bd->portMode == PortMode_RawFile
653 m->bd->ulSlot);