Home
last modified time | relevance | path

Searched refs:b_list (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/luxadm/
H A Ddiag.c183 Box_list *b_list = NULL; in sysdump() local
188 if (err = l_get_box_list(&b_list, verbose)) { in sysdump()
191 if (b_list == NULL) { in sysdump()
196 o_list = b_list; in sysdump()
197 while (b_list != NULL) { in sysdump()
201 while (c_list != b_list) { in sysdump()
203 b_list->b_node_wwn_s) == 0) { in sysdump()
210 b_list = b_list->box_next; in sysdump()
217 b_list->b_name, b_list->b_node_wwn_s); in sysdump()
229 b_list->b_physical_path, in sysdump()
[all …]
H A Dg_adm.c1859 Box_list *b_list = NULL; in up_encl_name() local
1937 if ((err = l_get_box_list(&b_list, Options & PVERBOSE)) != 0) { in up_encl_name()
1941 if (b_list == NULL) { in up_encl_name()
1946 } else if (l_duplicate_names(b_list, wwn1, name, in up_encl_name()
1955 (void) l_free_box_list(&b_list); in up_encl_name()
1958 (void) l_free_box_list(&b_list); in up_encl_name()
3195 Box_list *b_list = NULL; in n_get_non_encl_list() local
3207 if ((err = l_get_box_list(&b_list, verbose)) != 0) { in n_get_non_encl_list()
3212 (void) l_free_box_list(&b_list); in n_get_non_encl_list()
3216 while (b_list != NULL) { in n_get_non_encl_list()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c343 _sd_cctl_t *b_list; in flush_bitmap_list() local
349 if ((b_list = bmp->bmps) == NULL) in flush_bitmap_list()
355 sd_add_fba(bp, &b_list->cc_addr, 0, BLK_FBAS); in flush_bitmap_list()
368 prev = b_list; in flush_bitmap_list()
369 b_list = b_list->bitmap_next; in flush_bitmap_list()
372 } while (b_list); in flush_bitmap_list()
/titanic_50/usr/src/uts/common/os/
H A Dbio.c896 if (bp->b_list == NULL) { in bflush()
897 bp->b_list = delwri_list; in bflush()
918 delwri_list = bp->b_list; in bflush()
919 bp->b_list = NULL; in bflush()
941 delwri_list = bp->b_list; in bflush()
942 bp->b_list = NULL; in bflush()
1046 if (bp->b_list == NULL) { in bfinval()
1047 bp->b_list = binval_list; in bfinval()
1092 binval_list = bp->b_list; in bfinval()
1093 bp->b_list = NULL; in bfinval()
[all …]
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c324 bp->b_list = bp2; in log_roll_write_bufs()
404 bp2 = bp->b_list; in log_roll_write()
405 bp->b_list = NULL; in log_roll_write()
412 bp2 = bp2->b_list; in log_roll_write()
/titanic_50/usr/src/lib/storage/liba5k/common/
H A Dmon.c1682 l_duplicate_names(Box_list *b_list, char wwn[], char *name, int verbose) in l_duplicate_names() argument
1690 box_list_ptr = b_list; in l_duplicate_names()
3822 Box_list *b_list = NULL; in l_get_status() local
3917 b_list = o_list; in l_get_status()
3918 while (b_list) { in l_get_status()
3919 if (strcmp(b_list->b_node_wwn_s, node_wwn_s) == 0) { in l_get_status()
3920 if (err = g_get_wwn(b_list->b_physical_path, in l_get_status()
3931 b_list->b_physical_path); in l_get_status()
3936 b_list = b_list->box_next; in l_get_status()
3941 b_list = o_list; in l_get_status()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dbuf.h125 struct buf *b_list; /* List of potential B_DELWRI bufs */ member
/titanic_50/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3466 bp->b_list = NULL; in dcdioctl()