OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ourdp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/evbmips/sbmips/
disksubr.c
56
struct mbr_partition *
ourdp
= NULL;
local in function:mbr_findslice
71
ourdp
= &dp[i];
76
return (
ourdp
);
153
struct mbr_partition *
ourdp
= NULL;
local in function:readdisklabel
155
ourdp
= mbr_findslice(dp, bp);
156
if (
ourdp
== NO_MBR_SIGNATURE)
171
if (dp ==
ourdp
) {
294
struct mbr_partition *
ourdp
= NULL;
local in function:writedisklabel
296
ourdp
= mbr_findslice(dp, bp);
297
if (
ourdp
== NO_MBR_SIGNATURE
[
all
...]
/src/sys/arch/hpc/hpc/
disksubr.c
65
struct mbr_partition *
ourdp
= NULL;
local in function:mbr_findslice
81
ourdp
= &dp[i];
88
if (!
ourdp
) {
92
ourdp
= &dp[i];
105
return (
ourdp
);
182
struct mbr_partition *
ourdp
= NULL;
local in function:readdisklabel
184
ourdp
= mbr_findslice(dp, bp);
185
if (
ourdp
== NO_MBR_SIGNATURE)
204
if (dp ==
ourdp
) {
344
struct mbr_partition *
ourdp
= NULL
local in function:writedisklabel
[
all
...]
/src/sys/arch/playstation2/playstation2/
disksubr.c
55
struct mbr_partition *
ourdp
= NULL;
local in function:mbr_findslice
70
ourdp
= &dp[i];
75
return (
ourdp
);
152
struct mbr_partition *
ourdp
= NULL;
local in function:readdisklabel
154
ourdp
= mbr_findslice(dp, bp);
155
if (
ourdp
== NO_MBR_SIGNATURE)
170
if (dp ==
ourdp
) {
292
struct mbr_partition *
ourdp
= NULL;
local in function:writedisklabel
294
ourdp
= mbr_findslice(dp, bp);
295
if (
ourdp
== NO_MBR_SIGNATURE
[
all
...]
/src/sys/arch/sbmips/sbmips/
disksubr.c
56
struct mbr_partition *
ourdp
= NULL;
local in function:mbr_findslice
71
ourdp
= &dp[i];
76
return (
ourdp
);
153
struct mbr_partition *
ourdp
= NULL;
local in function:readdisklabel
155
ourdp
= mbr_findslice(dp, bp);
156
if (
ourdp
== NO_MBR_SIGNATURE)
171
if (dp ==
ourdp
) {
294
struct mbr_partition *
ourdp
= NULL;
local in function:writedisklabel
296
ourdp
= mbr_findslice(dp, bp);
297
if (
ourdp
== NO_MBR_SIGNATURE
[
all
...]
/src/sys/arch/sh3/sh3/
disksubr.c
264
struct mbr_partition *
ourdp
= NULL;
local in function:mbr_findslice
280
ourdp
= &dp[i];
285
return (
ourdp
);
362
struct mbr_partition *
ourdp
= NULL;
local in function:readdisklabel
364
ourdp
= mbr_findslice(dp, bp);
365
if (
ourdp
== NO_MBR_SIGNATURE)
384
if (dp ==
ourdp
) {
562
struct mbr_partition *
ourdp
= NULL;
local in function:writedisklabel
564
ourdp
= mbr_findslice(dp, bp);
565
if (
ourdp
== NO_MBR_SIGNATURE
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025