Searched defs:noraid (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-blkid.c226 bool noraid = false; local
239 { "noraid", no_argument, NULL, 'R' },
255 noraid = true;
270 if (noraid)
285 noraid ? "no" : "", offset);

Completed in 10 milliseconds