Home
last modified time | relevance | path

Searched refs:rc_getsectionscount (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/nandsim/
Dnandsim_rcfile.h69 int rc_getsectionscount(struct rcfile *, const char *);
Dnandsim_cfgparse.c333 count = rc_getsectionscount(f, "ctrl"); in create_ctrls()
395 count = rc_getsectionscount(f, "chip"); in create_chips()
Dnandsim_rcfile.c401 int rc_getsectionscount(struct rcfile *f, const char *sectname) in rc_getsectionscount() function