Home
last modified time | relevance | path

Searched refs:device_model (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/nand/
H A Dnandsim.h84 char device_model[DEV_MODEL_STR_SIZE]; member
H A Dnandsim_chip.c126 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 Dnand.h189 char device_model[20]; member
/freebsd-12.1/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c104 {"model", 0, VALUE_STRING, (void *)&chip_conf.device_model,
442 chipsptr[i].read_time, chipsptr[i].device_model, in create_chips()
H A Dnandsim.c1215 chip->device_id, chip->manufact_id,chip->device_model, in printchip()
1226 chip->num, chip->device_model, chip->manufacturer, in printchip()