MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Ioctl

Method Ioctl

Kernel/src/fs/fsnodestubs.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70int FsNode::Ioctl(uint64_t cmd, uint64_t arg){
71 return -ENOSYS;
72}
73
74void FsNode::Watch(FilesystemWatcher& watcher, int events){
75 Log::Warning("FsNode::Watch base called");

Callers 1

IoctlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected