Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ destroy_dev_sched
Function
destroy_dev_sched
freebsd/kern/kern_conf.c:1490–1495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1488
}
1489
1490
int
1491
destroy_dev_sched(struct cdev *dev)
1492
{
1493
1494
return (destroy_dev_sched_cb(dev, NULL, NULL));
1495
}
1496
1497
void
1498
destroy_dev_drain(struct cdevsw *csw)
Callers
1
ptsdrv_free
Function · 0.85
Calls
1
destroy_dev_sched_cb
Function · 0.85
Tested by
no test coverage detected