Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/scsipi/
Dcd.c135 static int cd_firstopen(device_t, dev_t, int, int);
242 .d_firstopen = cd_firstopen,
385 cd_firstopen(device_t self, dev_t dev, int flag, int fmt) in cd_firstopen() function