Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/scsipi/
Dcd.c169 static int cd_load_unload(struct cd_softc *, struct ioc_load_unload *);
1424 return (cd_load_unload(cd, addr)); in cdioctl()
2382 cd_load_unload(struct cd_softc *cd, struct ioc_load_unload *args) in cd_load_unload() function