OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextdisk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck/
preen.c
98
struct diskentry *d, *
nextdisk
;
local in function:checkfstab
169
nextdisk
= TAILQ_FIRST(&diskh);
171
if ((ret = startdisk(
nextdisk
, checkit)) != 0) {
177
nextdisk
= TAILQ_NEXT(
nextdisk
, d_entries);
227
if (
nextdisk
== NULL) {
239
nextdisk
= TAILQ_NEXT(
nextdisk
,
241
if (
nextdisk
== NULL)
242
nextdisk
= TAILQ_FIRST(&diskh)
[
all
...]
preen.c
98
struct diskentry *d, *
nextdisk
;
local in function:checkfstab
169
nextdisk
= TAILQ_FIRST(&diskh);
171
if ((ret = startdisk(
nextdisk
, checkit)) != 0) {
177
nextdisk
= TAILQ_NEXT(
nextdisk
, d_entries);
227
if (
nextdisk
== NULL) {
239
nextdisk
= TAILQ_NEXT(
nextdisk
,
241
if (
nextdisk
== NULL)
242
nextdisk
= TAILQ_FIRST(&diskh)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025