Searched refs:_ii_info_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 77 ii_header_t *_ii_bm_header_get(_ii_info_t *ip, nsc_buf_t **tmp); 78 int _ii_bm_header_put(ii_header_t *hdr, _ii_info_t *ip, 80 void _ii_rlse_devs(_ii_info_t *, int); 81 int _ii_rsrv_devs(_ii_info_t *, int, int); 82 void _ii_error(_ii_info_t *, int); 86 static void free_node(_ii_info_t *ip, NODE *np, nodeid_t ni); 87 static chunkid_t ii_alloc_overflow(_ii_info_t *ip); 88 void ii_free_overflow(_ii_info_t *, chunkid_t); 89 extern int _ii_nsc_io(_ii_info_t *, int, nsc_fd_t *, int, nsc_off_t, 93 update_tree_header(_ii_info_t *ip) in update_tree_header() [all …]
|
H A D | dsw_dev.h | 388 } _ii_info_t; typedef 421 _ii_info_t *lst_ip; /* ptr to info_t */ 436 void _ii_flag_op(int and, int or, _ii_info_t *ip, int update); 475 int (*co_bmp)(_ii_info_t *, nsc_off_t, unsigned char *, int); 476 int (*ci_bmp)(_ii_info_t *, nsc_off_t, unsigned char *, int); 477 int (*zerobm)(_ii_info_t *); 478 int (*copybm)(_ii_info_t *); 479 int (*orbm)(_ii_info_t *); 480 int (*tst_shd_bit)(_ii_info_t *, chunkid_t); 481 int (*set_shd_bit)(_ii_info_t *, chunkid_t); [all …]
|
H A D | dsw_dev.c | 85 _ii_info_t *_ii_info_top; 86 _ii_info_t *_ii_mst_top = 0; 122 static void _ii_info_free(_ii_info_t *ip); 123 static void _ii_info_freeshd(_ii_info_t *ip); 124 static void ii_sibling_free(_ii_info_t *ip); 125 ii_header_t *_ii_bm_header_get(_ii_info_t *ip, nsc_buf_t **tmp); 126 int _ii_bm_header_put(ii_header_t *hdr, _ii_info_t *ip, 128 static void _ii_bm_header_free(ii_header_t *hdr, _ii_info_t *ip, 130 static int _ii_copyvol(_ii_info_t *, int, int, spcs_s_info_t, int); 131 static void _ii_stopvol(_ii_info_t *ip); [all …]
|
H A D | dsw.c | 132 extern _ii_info_t *_ii_info_top;
|
/titanic_41/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 192 _ii_info_t ii_info = {0}; in ii_info() 227 ii_info_dev((uintptr_t)(addr + offsetof(_ii_info_t, bi_shddev)), in ii_info() 231 ii_info_dev((uintptr_t)(addr + offsetof(_ii_info_t, bi_shdrdev)), in ii_info() 235 ii_info_dev((uintptr_t)(addr + offsetof(_ii_info_t, bi_bmpdev)), in ii_info() 280 offsetof(_ii_info_t, bi_busyrw)), flags, 0, NULL); in ii_info() 305 offsetof(_ii_info_t, bi_linkrw)), flags, 0, NULL); in ii_info()
|