Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ devtoname
Function
devtoname
freebsd/kern/kern_conf.c:1245–1250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1243
}
1244
1245
const char *
1246
devtoname(struct cdev *dev)
1247
{
1248
1249
return (dev->si_name);
1250
}
1251
1252
int
1253
dev_stdclone(char *name, char **namep, const char *stem, int *unit)
Callers
15
lf_print
Function · 0.70
lf_printlist
Function · 0.70
disk_err
Function · 0.70
physio
Function · 0.70
dev_rel
Function · 0.70
newdev
Function · 0.70
make_dev_sv
Function · 0.70
destroy_devl
Function · 0.70
biba_devfs_create_device
Function · 0.50
mls_devfs_create_device
Function · 0.50
lomac_devfs_create_device
Function · 0.50
apm_create_clone
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected