Searched refs:device_model (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/nand/ |
| HD | nandsim.h | 82 char device_model[DEV_MODEL_STR_SIZE]; member
|
| HD | nandsim_chip.c | 126 strncpy(chip_param->device_model, sim_chip->device_model, 20); in nandsim_chip_init() 127 chip_param->device_model[19] = 0; in nandsim_chip_init()
|
| HD | nand.h | 187 char device_model[20]; member
|
| /NextBSD/usr.sbin/nandsim/ |
| HD | nandsim_cfgparse.c | 102 {"model", 0, VALUE_STRING, (void *)&chip_conf.device_model, 440 chipsptr[i].read_time, chipsptr[i].device_model, in create_chips()
|
| HD | nandsim.c | 1213 chip->device_id, chip->manufact_id,chip->device_model, in printchip() 1224 chip->num, chip->device_model, chip->manufacturer, in printchip()
|