Searched refs:ind (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/scsi_id/
H A Dscsi_serial.c454 int ind; local
458 ind = strlen(serial);
462 * above, ind will never be too large.
464 if (ind != (VENDOR_LENGTH + MODEL_LENGTH)) {
466 dev_scsi->kernel, (VENDOR_LENGTH + MODEL_LENGTH), ind);
469 return ind;
859 int ind; local
938 for (ind = 4; ind <= page0[3] + 3; ind
[all...]

Completed in 2659 milliseconds