Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_db_files.c274 char *p_first_word, *p_rest_of_line, *p_last; in osm_db_restore() local
321 p_first_word = in osm_db_restore()
323 if (!p_first_word) { in osm_db_restore()
331 if (strlen(p_first_word) > OSM_DB_MAX_GUID_LEN) { in osm_db_restore()
342 (strlen(p_first_word) + 1)); in osm_db_restore()
343 strcpy(p_key, p_first_word); in osm_db_restore()