Searched defs:b_list (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Ddiag.c183 Box_list *b_list = NULL; local
188 if (err = l_get_box_list(&b_list, verbose)) {
191 if (b_list == NULL) {
196 o_list = b_list;
197 while (b_list != NULL) {
201 while (c_list != b_list) {
203 b_list->b_node_wwn_s) == 0) {
210 b_list = b_list->box_next;
217 b_list
[all...]
H A Dg_adm.c1859 Box_list *b_list = NULL; local
1937 if ((err = l_get_box_list(&b_list, Options & PVERBOSE)) != 0) {
1941 if (b_list == NULL) {
1946 } else if (l_duplicate_names(b_list, wwn1, name,
1955 (void) l_free_box_list(&b_list);
1958 (void) l_free_box_list(&b_list);
3195 Box_list *b_list = NULL; local
3207 if ((err = l_get_box_list(&b_list, verbose)) != 0) {
3212 (void) l_free_box_list(&b_list);
3216 while (b_list !
3701 Box_list *b_list, *o_list, *c_list; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c332 * b_list - the chain of bitmap data.
343 _sd_cctl_t *b_list; local
349 if ((b_list = bmp->bmps) == NULL)
355 sd_add_fba(bp, &b_list->cc_addr, 0, BLK_FBAS);
368 prev = b_list;
369 b_list = b_list->bitmap_next;
372 } while (b_list);
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h73 * blist_lock: protects b_list fields
125 struct buf *b_list; /* List of potential B_DELWRI bufs */ member in struct:buf
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c1682 l_duplicate_names(Box_list *b_list, char wwn[], char *name, int verbose) argument
1690 box_list_ptr = b_list;
3822 Box_list *b_list = NULL; local
3917 b_list = o_list;
3918 while (b_list) {
3919 if (strcmp(b_list->b_node_wwn_s, node_wwn_s) == 0) {
3920 if (err = g_get_wwn(b_list->b_physical_path,
3931 b_list->b_physical_path);
3936 b_list = b_list
[all...]

Completed in 78 milliseconds