detach             61 dev/cardbus/if_ral_cardbus.c 	int	(*detach)(void *);
detach            176 dev/cardbus/if_ral_cardbus.c 	error = (*csc->sc_opns->detach)(sc);
detach             52 dev/ic/ar5210.c 	AR5K_HAL_FUNCTION(hal, ar5210, detach);
detach             56 dev/ic/ar5211.c 	AR5K_HAL_FUNCTION(hal, ar5211, detach);
detach             53 dev/ic/ar5212.c 	AR5K_HAL_FUNCTION(hal, ar5212, detach);
detach             59 dev/pci/if_ral_pci.c 	int	(*detach)(void *);
detach            164 dev/pci/if_ral_pci.c 	(*psc->sc_opns->detach)(sc);
detach            117 dev/pci/sli_pci.c 		goto detach;
detach            122 dev/pci/sli_pci.c detach:
detach            344 dev/wscons/wsdisplay.c 	(*scr->scr_dconf->wsemul->detach)(scr->scr_dconf->wsemulcookie,
detach           1855 dev/wscons/wsdisplay.c 		res = (*scr->scr_syncops->detach)(scr->scr_synccookie, waitok,
detach            158 dev/wscons/wsdisplayvar.h 	int (*detach)(void *, int, void (*)(void *, int, int), void *);
detach             53 dev/wscons/wsemulvar.h 	void	(*detach)(void *cookie, u_int *crow, u_int *ccol);