tag | line | file | source code |
ide_fixstring | 2297 | drivers/block/ide-tape.c | ide_fixstring (result->vendor_id,8,0); |
ide_fixstring | 2298 | drivers/block/ide-tape.c | ide_fixstring (result->product_id,16,0); |
ide_fixstring | 2299 | drivers/block/ide-tape.c | ide_fixstring (result->revision_level,4,0); |
ide_fixstring | 2169 | drivers/block/ide.c | ide_fixstring (id->model, sizeof(id->model), bswap); |
ide_fixstring | 2170 | drivers/block/ide.c | ide_fixstring (id->fw_rev, sizeof(id->fw_rev), bswap); |
ide_fixstring | 2171 | drivers/block/ide.c | ide_fixstring (id->serial_no, sizeof(id->serial_no), bswap); |
ide_fixstring | 519 | drivers/block/ide.h | void ide_fixstring (byte *s, const int bytecount, const int byteswap); |