Searched refs:sect_id (Results 1 – 3 of 3) sorted by relevance
| /trueos/usr.sbin/nandsim/ |
| HD | nandsim_rcfile.c | 49 const char *sectname, int sect_id); 122 rc_findsect(struct rcfile *rcp, const char *sectname, int sect_id) in rc_findsect() argument 127 if (strcmp(p->rs_name, sectname) == 0 && p->rs_id == sect_id) in rc_findsect() 302 rc_getstringptr(struct rcfile *rcp, const char *section, int sect_id, in rc_getstringptr() argument 309 rsp = rc_findsect(rcp, section, sect_id); in rc_getstringptr() 320 rc_getstring(struct rcfile *rcp, const char *section, int sect_id, in rc_getstring() argument 326 error = rc_getstringptr(rcp, section, sect_id, key, &value); in rc_getstring() 339 rc_getint(struct rcfile *rcp, const char *section, int sect_id, in rc_getint() argument 345 rsp = rc_findsect(rcp, section, sect_id); in rc_getint() 366 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, in rc_getbool() argument [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Section.cpp | 21 user_id_t sect_id, in Section() argument 30 UserID (sect_id), in Section() 52 user_id_t sect_id, in Section() argument 61 UserID (sect_id), in Section() 381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection() argument 386 if ((*sect_iter)->GetID() == sect_id) in ReplaceSection() 393 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection() 451 SectionList::FindSectionByID (user_id_t sect_id) const in FindSectionByID() 454 if (sect_id) in FindSectionByID() 460 if ((*sect_iter)->GetID() == sect_id) in FindSectionByID() [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Section.h | 50 ContainsSection(lldb::user_id_t sect_id) const; 59 FindSectionByID (lldb::user_id_t sect_id) const; 82 …ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT3… 115 lldb::user_id_t sect_id, 128 lldb::user_id_t sect_id,
|