Searched refs:device_model (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nandsim.h | 84 char device_model[DEV_MODEL_STR_SIZE]; member
|
| H A D | 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()
|
| H A D | nand.h | 189 char device_model[20]; member
|
| /freebsd-12.1/usr.sbin/nandsim/ |
| H A D | nandsim_cfgparse.c | 104 {"model", 0, VALUE_STRING, (void *)&chip_conf.device_model, 442 chipsptr[i].read_time, chipsptr[i].device_model, in create_chips()
|
| H A D | nandsim.c | 1215 chip->device_id, chip->manufact_id,chip->device_model, in printchip() 1226 chip->num, chip->device_model, chip->manufacturer, in printchip()
|