com_detach        114 arch/i386/isa/pccomvar.h int	com_detach(struct device *, int);
com_detach        382 dev/cardbus/com_cardbus.c 	if ((error = com_detach(self, flags)) != 0)
com_detach        143 dev/ic/comvar.h int	com_detach(struct device *, int);
com_detach        360 dev/pcmcia/com_pcmcia.c 	error = com_detach(dev, flags);
com_detach        139 dev/puc/com_puc.c 	if ((error = com_detach(self, flags)) != 0)