const os.ModeDevice

5 uses

	os (current package)
		dir_darwin.go#L108: 		return ModeDevice
		dir_darwin.go#L110: 		return ModeDevice | ModeCharDevice
		stat_darwin.go#L19: 		fs.mode |= ModeDevice
		stat_darwin.go#L21: 		fs.mode |= ModeDevice | ModeCharDevice
		types.go#L43: 	ModeDevice     = fs.ModeDevice     // D: device file