OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdevsw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
emul.c
78
const struct
cdevsw
*cdevsw0[255];
79
const struct
cdevsw
**
cdevsw
= cdevsw0;
variable in typeref:typename:const struct cdevsw **
/src/sys/sys/
conf.h
89
struct
cdevsw
{
struct
113
const struct
cdevsw
*, devmajor_t *);
114
void devsw_detach(const struct bdevsw *, const struct
cdevsw
*);
116
const struct
cdevsw
*cdevsw_lookup(dev_t);
118
devmajor_t cdevsw_lookup_major(const struct
cdevsw
*);
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025