Searched refs:chipsptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c390 struct sim_chip *chipsptr; local
402 chipsptr = (struct sim_chip *)malloc(sizeof(struct sim_chip) * count);
403 if (chipsptr == NULL) {
420 free(chipsptr);
425 free(chipsptr);
429 memcpy(&chipsptr[i], &chip_conf, sizeof(chip_conf));
437 chipsptr[i].num, chipsptr[i].ctrl_num,
438 chipsptr[i].device_id, chipsptr[
[all...]

Completed in 50 milliseconds