Searched defs:rds_path_record_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c70 } rds_path_record_t; typedef in typeref:struct:rds_path_record_s
121 rds_path_record_t *p1;
139 p1 = (rds_path_record_t *)kmem_alloc(
140 sizeof (rds_path_record_t), KM_SLEEP);
165 p1 = (rds_path_record_t *)kmem_alloc(
166 sizeof (rds_path_record_t), KM_SLEEP);
188 rds_path_record_t *p1, *p1up, *p1downp;
241 kmem_free(p1, sizeof (rds_path_record_t));
267 rds_path_record_t *p1, *p1downp;
338 rds_path_record_t *p
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c66 } rds_path_record_t; typedef in typeref:struct:rds_path_record_s
117 rds_path_record_t *p1;
135 p1 = (rds_path_record_t *)kmem_alloc(
136 sizeof (rds_path_record_t), KM_SLEEP);
161 p1 = (rds_path_record_t *)kmem_alloc(
162 sizeof (rds_path_record_t), KM_SLEEP);
184 rds_path_record_t *p1, *p1up, *p1downp;
237 kmem_free(p1, sizeof (rds_path_record_t));
263 rds_path_record_t *p1, *p1downp;
334 rds_path_record_t *p
[all...]

Completed in 61 milliseconds