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

/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_cfgparse.h78 int ctrlcnt; member in struct:nandsim_config
H A Dnandsim_cfgparse.c765 struct sim_ctrl *ctrls, int ctrlcnt)
802 for (i = 0, id = -1; i < ctrlcnt && id == -1; i++)
806 if (i == ctrlcnt && id == -1) {
876 for (i = 0; i < ctrlcnt; i++) {
898 validate_ctrls(struct sim_ctrl *ctrl, int ctrlcnt) argument
900 for (ctrlcnt -= 1; ctrlcnt >= 0; ctrlcnt--) {
901 if (ctrl[ctrlcnt].num > MAX_SIM_DEV) {
903 ctrl[ctrlcnt]
764 validate_chips(struct sim_chip *chips, int chipcnt, struct sim_ctrl *ctrls, int ctrlcnt) argument
[all...]

Completed in 64 milliseconds