Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c296 char *p_first_word, *p_rest_of_line, *p_last; in osm_db_restore() local
343 p_first_word = in osm_db_restore()
345 if (!p_first_word) { in osm_db_restore()
354 if (strlen(p_first_word) > OSM_DB_MAX_GUID_LEN) { in osm_db_restore()
365 (strlen(p_first_word) + 1)); in osm_db_restore()
366 strcpy(p_key, p_first_word); in osm_db_restore()