RossComputerGuy/stardustos

View on GitHub
newland/src/dev/block.c

Summary

Maintainability
Test Coverage

The function unregister_blkdev is never used.
Invalid

int unregister_blkdev(const char* name) {
Severity: Minor
Found in newland/src/dev/block.c by cppcheck

The function unregister_blkdev is never used. (detailed CWE explanation)

The function blkdev_count is never used.
Invalid

size_t blkdev_count() {
Severity: Minor
Found in newland/src/dev/block.c by cppcheck

The function blkdev_count is never used. (detailed CWE explanation)

The function register_blkdev is never used.
Wontfix

int register_blkdev(const char* name, blksize_t blksize, blkcnt_t blkcnt, blkdev_opts_t opts) {
Severity: Minor
Found in newland/src/dev/block.c by cppcheck

The function register_blkdev is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status