Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h339 } hsp_relation_t; typedef
362 int (*hsp_bind)(uint32_t, hsp_relation_t *, char **);
363 int (*hsp_unbind)(uint32_t, hsp_relation_t *, char **);
H A Draidcfg.c3585 hsp_relation_t *hsp_relation; in obj_hsp_bind()
3595 hsp_relation = malloc(sizeof (hsp_relation_t)); in obj_hsp_bind()
3754 hsp_relation_t *hsp_relation; in obj_hsp_unbind()
3762 hsp_relation = malloc(sizeof (hsp_relation_t)); in obj_hsp_unbind()
4581 supplib->hsp_bind = (int (*)(uint32_t, hsp_relation_t *, in raid_plugin_load()
4583 supplib->hsp_unbind = (int (*)(uint32_t, hsp_relation_t *, in raid_plugin_load()