OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minors
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpblk.c
78
}
minors
[RUMPBLK_SIZE];
variable in typeref:struct:rblkdev[]
219
memset(
minors
, 0, sizeof(
minors
));
221
minors
[i].rblk_fd = -1;
268
if (
minors
[i].rblk_path&&strcmp(
minors
[i].rblk_path, path)==0) {
276
if (
minors
[i].rblk_path == NULL)
283
rblk = &
minors
[i];
325
if (
minors
[i].rblk_path&&strcmp(
minors
[i].rblk_path, path)==0)
[
all
...]
rumpblk.c
78
}
minors
[RUMPBLK_SIZE];
variable in typeref:struct:rblkdev[]
219
memset(
minors
, 0, sizeof(
minors
));
221
minors
[i].rblk_fd = -1;
268
if (
minors
[i].rblk_path&&strcmp(
minors
[i].rblk_path, path)==0) {
276
if (
minors
[i].rblk_path == NULL)
283
rblk = &
minors
[i];
325
if (
minors
[i].rblk_path&&strcmp(
minors
[i].rblk_path, path)==0)
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025