Home
last modified time | relevance | path

Searched refs:before_key (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c295 boolean_t before_key; in osm_db_restore() local
329 before_key = TRUE; in osm_db_restore()
333 ((before_key == FALSE) && strcpy(sLine, "\n")) in osm_db_restore()
336 if (before_key) { in osm_db_restore()
340 before_key = FALSE; in osm_db_restore()
391 before_key = TRUE; in osm_db_restore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14357 static constexpr llvm::StringLiteral before_key("before_state"); in TestEmulation() local
14388 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()