Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nand/
HDnandsim.h82 char device_model[DEV_MODEL_STR_SIZE]; member
HDnandsim_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()
HDnand.h187 char device_model[20]; member
/NextBSD/usr.sbin/nandsim/
HDnandsim_cfgparse.c102 {"model", 0, VALUE_STRING, (void *)&chip_conf.device_model,
440 chipsptr[i].read_time, chipsptr[i].device_model, in create_chips()
HDnandsim.c1213 chip->device_id, chip->manufact_id,chip->device_model, in printchip()
1224 chip->num, chip->device_model, chip->manufacturer, in printchip()