Searched refs:isns_obj_t (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_dsapi.h37 int target_load_obj(void **, isns_obj_t **, uchar_t *);
38 int target_add_obj(const isns_obj_t *);
39 int target_modify_obj(const isns_obj_t *);
40 int target_delete_obj(const isns_obj_t *);
41 int target_delete_assoc(const isns_obj_t *);
H A Disns_obj.h76 void free_one_object(isns_obj_t *);
77 void free_object(isns_obj_t *);
78 isns_obj_t *obj_calloc(int);
79 isns_obj_t *make_default_entity();
81 isns_obj_t **,
86 isns_obj_t **,
92 int set_parent_obj(isns_obj_t *, uint32_t);
97 int update_ref_obj(const isns_obj_t *);
100 int update_deref_obj(isns_obj_t *);
101 uint32_t set_child_number(isns_obj_t *, in
[all...]
H A Disns_dseng.h38 int write_data(int, const isns_obj_t *);
H A Disns_dd.h89 int create_dd_object(isns_tlv_t *, uint16_t, isns_obj_t **);
90 int create_dds_object(isns_tlv_t *, uint16_t, isns_obj_t **);
91 int adm_create_dd(isns_obj_t **, uchar_t *, uint32_t, uint32_t);
92 int adm_create_dds(isns_obj_t **, uchar_t *, uint32_t, uint32_t);
102 int add_dd_member(isns_obj_t *);
103 int add_dds_member(isns_obj_t *);
104 int remove_dd_member(isns_obj_t *);
H A Dobj.c55 extern void print_object(char *, isns_obj_t *);
284 static lookup_ctrl_t *set_lookup_ctrl(lookup_ctrl_t *, isns_obj_t *);
286 const isns_obj_t *, const isns_obj_t *);
288 const isns_obj_t *, isns_type_t);
299 lookup_ctrl_t *, isns_type_t, uint32_t, const isns_obj_t *);
301 lookup_ctrl_t *, const isns_obj_t *, const isns_obj_t *);
302 static int new_ref(const isns_obj_t *, const isns_obj_t *);
[all...]
H A Disns_cache.h80 int cache_add(isns_obj_t *, int, uint32_t *, int *);
81 isns_obj_t *cache_remove(lookup_ctrl_t *, int);
H A Ddsapi.c68 isns_obj_t **objp,
77 const isns_obj_t *obj
105 const isns_obj_t *obj
133 const isns_obj_t *obj
161 const isns_obj_t *obj
H A Ddd.c77 isns_obj_t *obj = (isns_obj_t *)p1;
164 static isns_obj_t *
170 isns_obj_t *obj = NULL;
196 static isns_obj_t *
201 isns_obj_t *obj = NULL;
221 isns_obj_t *assoc,
230 isns_obj_t *obj;
322 isns_obj_t *obj;
672 isns_obj_t *ob
[all...]
H A Disns_esi.h77 int esi_remove_obj(const isns_obj_t *, int);
H A Disns_htab.h93 isns_obj_t *htab_remove(htab_t *, void *, uint32_t, int);
H A Disns_scn.h117 int make_scn(uint32_t, isns_obj_t *);
H A Dscn.c67 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;
703 isns_obj_t *obj = (isns_obj_t *)p
[all...]
H A Dcache.c419 isns_obj_t *obj,
440 isns_obj_t *
H A Ddseng.c59 isns_obj_t *obj;
195 const isns_obj_t *obj
H A Ddump.c76 static void print_entity(char *, isns_obj_t *);
77 static void print_iscsi(char *, isns_obj_t *);
78 static void print_portal(char *, isns_obj_t *);
79 static void print_pg(char *, isns_obj_t *);
80 static void print_dd(char *, isns_obj_t *);
81 static void print_dds(char *, isns_obj_t *);
82 static void (*const print_func[MAX_OBJ_TYPE])(char *, isns_obj_t *) = {
949 isns_obj_t *obj
992 isns_obj_t *obj
1035 isns_obj_t *ob
[all...]
H A Dadmintf.c130 isns_obj_t *obj = (isns_obj_t *)p1;
295 isns_obj_t *obj = (isns_obj_t *)p1;
413 isns_obj_t *obj = (isns_obj_t *)p1;
449 isns_obj_t *obj = (isns_obj_t *)p1;
601 isns_obj_t *obj = (isns_obj_t *)p
[all...]
H A Dqry.c153 uint32_t puid = get_parent_uid((isns_obj_t *)p1);
163 isns_obj_t *obj = (isns_obj_t *)p1;
694 isns_obj_t *obj = (isns_obj_t *)p1;
906 isns_obj_t o;
1131 isns_obj_t *obj = (isns_obj_t *)p1;
H A Dfunc.c426 isns_obj_t *obj
473 isns_obj_t *entity
634 isns_obj_t *ety = NULL; /* network entity object */
641 isns_obj_t *obj; /* child object */
1444 isns_obj_t *dd = NULL;
1450 isns_obj_t *assoc;
1572 assoc = (isns_obj_t *)&aiscsi;
1599 assoc = (isns_obj_t *)&aiscsi;
1682 isns_obj_t *dds = NULL;
1688 isns_obj_t *asso
[all...]
H A Desi.c215 isns_obj_t *obj = (isns_obj_t *)p1;
267 isns_obj_t *obj;
276 obj = (isns_obj_t *)p1;
584 const isns_obj_t *obj,
H A Disns_server.h203 } isns_obj_t; typedef in typeref:struct:isns_obj
H A Dhtable.c834 isns_obj_t *
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c451 isns_obj_t *obj,
507 isns_obj_t *obj,
546 isns_obj_t **objp
555 isns_obj_t *obj = *objp;
709 const isns_obj_t *obj
929 isns_obj_t **objp,
1003 const isns_obj_t *obj
1103 const isns_obj_t *obj
1252 const isns_obj_t *obj
1313 const isns_obj_t *asso
[all...]

Completed in 103 milliseconds