Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c209 rds_t *rdsnext; in rds_bind_hash_remove() local
228 rdsnext = rds->rds_bind_hash; in rds_bind_hash_remove()
229 if (rdsnext != NULL) { in rds_bind_hash_remove()
230 rdsnext->rds_ptpbhn = rds->rds_ptpbhn; in rds_bind_hash_remove()
233 *rds->rds_ptpbhn = rdsnext; in rds_bind_hash_remove()
248 rds_t *rdsnext; in rds_bind_hash_insert() local
256 rdsnext = rdsp[0]; in rds_bind_hash_insert()
258 if (rdsnext != NULL) { in rds_bind_hash_insert()
259 rdsnext->rds_ptpbhn = &rds->rds_bind_hash; in rds_bind_hash_insert()
261 rds->rds_bind_hash = rdsnext; in rds_bind_hash_insert()