HomeSort by: relevance | last modified time | path
    Searched defs:defects (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/scsictl/
scsictl.c 99 { "defects", "[primary] [grown] [block|byte|physical]",
240 int defects; local in function:device_defects
247 * for all of the defects.
254 defects = 0;
325 strcat(msg, " defects");
340 defects = _2btol(data->length) /
347 defects = _2btol(data->length) /
355 defects = _2btol(data->length) /
363 /* device did not return any defects. */
364 if (defects == 0)
    [all...]
scsictl.c 99 { "defects", "[primary] [grown] [block|byte|physical]",
240 int defects; local in function:device_defects
247 * for all of the defects.
254 defects = 0;
325 strcat(msg, " defects");
340 defects = _2btol(data->length) /
347 defects = _2btol(data->length) /
355 defects = _2btol(data->length) /
363 /* device did not return any defects. */
364 if (defects == 0)
    [all...]

Completed in 22 milliseconds