Searched refs:l_get_box_list (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 496 extern int l_get_box_list(struct box_list_struct **, int); 536 extern int l_get_box_list();
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | diag.c | 188 if (err = l_get_box_list(&b_list, verbose)) {
|
H A D | hotplug.c | 521 if ((err = l_get_box_list(&box_list, 0)) != 0) { 2133 if ((err = l_get_box_list(&box_list, 0)) != 0) {
|
H A D | g_adm.c | 1937 if ((err = l_get_box_list(&b_list, Options & PVERBOSE)) != 0) { 3207 if ((err = l_get_box_list(&b_list, verbose)) != 0) { 3706 if ((err = l_get_box_list(&b_list, Options & PVERBOSE)) != 0) {
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 331 if (l_get_box_list(&boxlist, verbose) != 0) {
|
H A D | mon.c | 1475 l_get_box_list(struct box_list_struct **box_list_ptr, int verbose) function 1510 B_DPRINTF(" l_get_box_list: No Photons found\n"); 1540 B_DPRINTF(" l_get_box_list: Link to SES Card found: %s/%s\n", 1625 B_DPRINTF(" l_get_box_list:" 1728 if ((err = l_get_box_list(&box_list, verbose)) != 0) { 2079 if ((err = l_get_box_list(&box_list, verbose)) != 0) { 3882 if (err = l_get_box_list(&o_list, verbose)) {
|
Completed in 76 milliseconds