Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Ioctl
Method
Ioctl
Kernel/src/logging.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
int Ioctl(uint64_t cmd, uint64_t arg){
49
if(cmd == TIOCGWINSZ) return 0; // Pretend to be a terminal
50
else return -1;
51
}
52
};
53
54
LogDevice* logDevice;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected