Searched refs:LNetGetId (Results 1 – 5 of 5) sorted by relevance
81 int LNetGetId(unsigned int index, lnet_process_id_t *id);
146 if (LNetGetId(i, &lnet_id) == -ENOENT) in init_lustre_lite()
1425 rc = LNetGetId(data->ioc_count, &id); in LNetCtl()1532 LNetGetId(unsigned int index, lnet_process_id_t *id) in LNetGetId() function1562 EXPORT_SYMBOL(LNetGetId);1587 rc = LNetGetId(n, &id); in lnet_create_ping_info()1609 rc = LNetGetId(i, &id); in lnet_create_ping_info()
228 while ((rc = LNetGetId(i++, &id)) != -ENOENT) { in lustre_start_mgc()335 while ((rc = LNetGetId(i++, &id)) != -ENOENT) { in lustre_start_mgc()
1696 LNetGetId(1, &id); in lstcon_new_session_id()