Home
last modified time | relevance | path

Searched defs:sect_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/nandsim/
HDnandsim_rcfile.c122 rc_findsect(struct rcfile *rcp, const char *sectname, int sect_id) in rc_findsect()
302 rc_getstringptr(struct rcfile *rcp, const char *section, int sect_id, in rc_getstringptr()
320 rc_getstring(struct rcfile *rcp, const char *section, int sect_id, in rc_getstring()
339 rc_getint(struct rcfile *rcp, const char *section, int sect_id, in rc_getint()
366 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, in rc_getbool()
416 rc_getkeys(struct rcfile *rcp, const char *sectname, int sect_id) in rc_getkeys()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp154 user_id_t sect_id, ConstString name, in Section()
176 user_id_t sect_id, ConstString name, in Section()
449 bool SectionList::ReplaceSection(user_id_t sect_id, in ReplaceSection()