Lines Matching refs:isns_obj_t
67 static scn_raw_t *make_raw_entity(isns_obj_t *);
68 static scn_raw_t *make_raw_iscsi(isns_obj_t *);
69 static scn_raw_t *make_raw_portal(isns_obj_t *);
70 static scn_raw_t *make_raw_assoc_iscsi(isns_obj_t *);
71 static scn_raw_t *make_raw_assoc_dd(isns_obj_t *);
72 static scn_raw_t *(*const make_raw[MAX_OBJ_TYPE_FOR_SIZE])(isns_obj_t *) = {
546 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_scn_port()
703 isns_obj_t *obj = (isns_obj_t *)p1; in cb_update_scn_bitmap()
749 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_node_type()
798 isns_obj_t *obj in make_raw_entity()
834 isns_obj_t *obj in make_raw_iscsi()
890 isns_obj_t *obj in make_raw_portal()
942 isns_obj_t *obj in make_raw_assoc_iscsi()
1004 isns_obj_t *obj in make_raw_assoc_dd()
1212 isns_obj_t *obj in make_scn()
1217 scn_raw_t *(*f)(isns_obj_t *) = make_raw[obj->type]; in make_scn()