/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_obj.h | 76 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 *, int, uint16_t); [all …]
|
H A D | obj.c | 55 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 *); 303 static uint32_t setup_parent_lcp(lookup_ctrl_t *, isns_obj_t *); 304 static int set_obj_offline(isns_obj_t *); 305 static int copy_attrs(isns_obj_t *, const isns_obj_t *); [all …]
|
H A D | isns_dsapi.h | 37 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 D | isns_dd.h | 89 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 D | dd.c | 77 isns_obj_t *obj = (isns_obj_t *)p1; in cb_update_ds_attr() 164 static isns_obj_t * 170 isns_obj_t *obj = NULL; in make_member_node() 196 static isns_obj_t * 201 isns_obj_t *obj = NULL; in make_member_dd() 221 isns_obj_t *assoc, in get_member_info() 230 isns_obj_t *obj; in get_member_info() 322 isns_obj_t *obj; in get_dds_member_info() 672 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_dds_status() 847 isns_obj_t *obj = (isns_obj_t *)p1; in cb_clone_attrs() [all …]
|
H A D | dsapi.c | 68 isns_obj_t **objp, in target_load_obj() 77 const isns_obj_t *obj in target_add_obj() 105 const isns_obj_t *obj in target_modify_obj() 133 const isns_obj_t *obj in target_delete_obj() 161 const isns_obj_t *obj in target_delete_assoc()
|
H A D | scn.c | 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() [all …]
|
H A D | admintf.c | 130 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_node_info() 295 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_entity_info() 413 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_pg_info() 449 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_portal_info() 601 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_dd_info() 684 isns_obj_t *obj = (isns_obj_t *)p1; in cb_get_ddset_info() 768 isns_obj_t *obj = (isns_obj_t *)p1; in cb_enumerate_node_info() 868 isns_obj_t *obj = (isns_obj_t *)p1; in i_enumerate_dd_dds_info() 1030 isns_obj_t *obj = (isns_obj_t *)p1; in cb_getAssociated_node_info() 1098 isns_obj_t *obj = (isns_obj_t *)p1; in cb_getAssociated_node_to_dd_info() [all …]
|
H A D | dump.c | 76 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 in print_entity() 992 isns_obj_t *obj in print_iscsi() 1035 isns_obj_t *obj in print_portal() [all …]
|
H A D | isns_cache.h | 80 int cache_add(isns_obj_t *, int, uint32_t *, int *); 81 isns_obj_t *cache_remove(lookup_ctrl_t *, int);
|
H A D | func.c | 412 rsp_add_op(conn_arg_t *conn, isns_obj_t *obj) in rsp_add_op() 456 rsp_add_key(conn_arg_t *conn, isns_obj_t *entity) in rsp_add_key() 605 isns_obj_t *ety = NULL; /* network entity object */ 612 isns_obj_t *obj; /* child object */ 1397 isns_obj_t *dd = NULL; 1403 isns_obj_t *assoc; 1525 assoc = (isns_obj_t *)&aiscsi; 1552 assoc = (isns_obj_t *)&aiscsi; 1633 isns_obj_t *dds = NULL; 1639 isns_obj_t *assoc; [all …]
|
H A D | qry.c | 153 uint32_t puid = get_parent_uid((isns_obj_t *)p1); in cb_qry_parent_uid() 163 isns_obj_t *obj = (isns_obj_t *)p1; in cb_qry_child_uids() 694 isns_obj_t *obj = (isns_obj_t *)p1; in cb_attrs_match() 906 isns_obj_t o; in get_qry_keys() 1131 isns_obj_t *obj = (isns_obj_t *)p1; in cb_qry_rsp()
|
H A D | cache.c | 396 cache_add(isns_obj_t *obj, int flag, uint32_t *uid_p, int *update_p) in cache_add() 413 isns_obj_t *
|
H A D | dseng.c | 59 isns_obj_t *obj; in load_data() 196 const isns_obj_t *obj in write_data()
|
H A D | esi.c | 215 isns_obj_t *obj = (isns_obj_t *)p1; in cb_portal_uids() 267 isns_obj_t *obj; in cb_esi_portal() 276 obj = (isns_obj_t *)p1; in cb_esi_portal() 584 const isns_obj_t *obj, in esi_remove_obj()
|
H A D | isns_dseng.h | 38 int write_data(int, const isns_obj_t *);
|
H A D | isns_esi.h | 77 int esi_remove_obj(const isns_obj_t *, int);
|
H A D | isns_htab.h | 93 isns_obj_t *htab_remove(htab_t *, void *, uint32_t, int);
|
H A D | isns_scn.h | 117 int make_scn(uint32_t, isns_obj_t *);
|
H A D | isns_server.h | 203 } isns_obj_t; typedef
|
H A D | htable.c | 834 isns_obj_t *
|
/illumos-gate/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 451 isns_obj_t *obj, in parse_xml_prop() 507 isns_obj_t *obj, in parse_xml_attr() 546 isns_obj_t **objp in parse_xml_obj() 555 isns_obj_t *obj = *objp; in parse_xml_obj() 709 const isns_obj_t *obj in make_xml_node() 926 isns_obj_t **objp, in xml_load_obj() 1000 const isns_obj_t *obj in xml_add_obj() 1100 const isns_obj_t *obj in xml_modify_obj() 1249 const isns_obj_t *obj in xml_delete_obj() 1310 const isns_obj_t *assoc in xml_delete_assoc()
|