Lines Matching defs:cfg
1336 struct lfs_config cfg = {
1368 int err = lfs_emubd_create(&cfg, &bdcfg);
1379 case_->run(&cfg);
1386 err = lfs_emubd_destroy(&cfg);
1412 struct lfs_config cfg = {
1448 int err = lfs_emubd_create(&cfg, &bdcfg);
1462 case_->run(&cfg);
1476 lfs_emubd_setpowercycles(&cfg, i);
1484 err = lfs_emubd_destroy(&cfg);
1505 struct lfs_config cfg = {
1541 int err = lfs_emubd_create(&cfg, &bdcfg);
1555 case_->run(&cfg);
1569 lfs_emubd_setpowercycles(&cfg, i);
1577 err = lfs_emubd_destroy(&cfg);
1596 struct lfs_config cfg = {
1632 int err = lfs_emubd_create(&cfg, &bdcfg);
1646 case_->run(&cfg);
1657 lfs_emubd_setpowercycles(&cfg,
1666 err = lfs_emubd_destroy(&cfg);
1674 struct lfs_config *cfg;
1701 int err = lfs_emubd_copy(state->cfg, branch);
1708 lfs_emubd_setpowercycles(state->cfg, 1);
1715 struct lfs_config *cfg,
1721 .cfg = cfg,
1729 lfs_emubd_setpowercycles(state.cfg, depth > 0 ? 1 : 0);
1733 case_->run(cfg);
1736 int err = lfs_emubd_destroy(cfg);
1761 cfg->context = &state.branches[i];
1764 cfg, bdcfg, depth-1);
1785 struct lfs_config cfg = {
1820 int err = lfs_emubd_create(&cfg, &bdcfg);
1835 &cfg, &bdcfg, cycle_count);