Home
last modified time | relevance | path

Searched refs:vl1 (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Dua_impexp.cc257 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
444 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
473 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
474 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
744 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
773 if (vl1 && vl2) { in update_internal_slot_list()
779 vl1->VolName = NULL; in update_internal_slot_list()
785 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
800 vol_list_t *vl1, *vl2; in release_loaded_volume() local
843 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1357 vol_list_t *vl1, *vl2; in StatusContentApi() local
1373 switch (vl1->slot_type) { in StatusContentApi()
1375 switch (vl1->slot_status) { in StatusContentApi()
1379 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1391 switch (vl1->slot_status) { in StatusContentApi()
1460 vol_list_t *vl1, *vl2; in StatusContentJson() local
1474 switch (vl1->slot_type) { in StatusContentJson()
1479 switch (vl1->slot_status) { in StatusContentJson()
1578 vol_list_t *vl1, *vl2; in StatusSlots() local
1624 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Dua_impexp.cc259 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
285 vl1->VolName in scan_slots_for_volnames()
447 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
476 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
477 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
749 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
778 if (vl1 && vl2) { in update_internal_slot_list()
784 vl1->VolName = NULL; in update_internal_slot_list()
790 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
848 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1399 vol_list_t *vl1, *vl2; in StatusContentApi() local
1415 switch (vl1->slot_type) { in StatusContentApi()
1417 switch (vl1->slot_status) { in StatusContentApi()
1421 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1433 switch (vl1->slot_status) { in StatusContentApi()
1502 vol_list_t *vl1, *vl2; in StatusContentJson() local
1516 switch (vl1->slot_type) { in StatusContentJson()
1521 switch (vl1->slot_status) { in StatusContentJson()
1620 vol_list_t *vl1, *vl2; in StatusSlots() local
1666 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dua_impexp.cc252 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
277 vl1->VolName = get_volume_name_from_SD(ua, vl1->bareos_slot_number, drive); in scan_slots_for_volnames()
440 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
465 vl1->bareos_slot_number, volumename, (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
466 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
721 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
758 if (vl1 && vl2) { in update_internal_slot_list()
764 vl1->VolName = NULL; in update_internal_slot_list()
782 vol_list_t *vl1, *vl2; in release_loaded_volume() local
830 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1433 vol_list_t *vl1, *vl2; in StatusContentApi() local
1450 switch (vl1->slot_type) { in StatusContentApi()
1454 …ua->SendMsg(slot_api_drive_full_format, 'D', vl1->bareos_slot_number, vl1->currently_loaded_slot_n… in StatusContentApi()
1469 ContentSendInfoApi(ua, 'S', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1472 ContentSendInfoApi(ua, 'I', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1529 vol_list_t *vl1, *vl2; in StatusContentJson() local
1544 switch (vl1->slot_type) { in StatusContentJson()
1569 ContentSendInfoJson(ua, "slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1572 ContentSendInfoJson(ua, "import_slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1644 vol_list_t *vl1, *vl2; in StatusSlots() local
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Dua_impexp.cc252 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
277 vl1->VolName = get_volume_name_from_SD(ua, vl1->bareos_slot_number, drive); in scan_slots_for_volnames()
440 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
465 vl1->bareos_slot_number, volumename, (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
466 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
721 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
758 if (vl1 && vl2) { in update_internal_slot_list()
764 vl1->VolName = NULL; in update_internal_slot_list()
782 vol_list_t *vl1, *vl2; in release_loaded_volume() local
830 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1433 vol_list_t *vl1, *vl2; in StatusContentApi() local
1450 switch (vl1->slot_type) { in StatusContentApi()
1454 …ua->SendMsg(slot_api_drive_full_format, 'D', vl1->bareos_slot_number, vl1->currently_loaded_slot_n… in StatusContentApi()
1469 ContentSendInfoApi(ua, 'S', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1472 ContentSendInfoApi(ua, 'I', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1529 vol_list_t *vl1, *vl2; in StatusContentJson() local
1544 switch (vl1->slot_type) { in StatusContentJson()
1569 ContentSendInfoJson(ua, "slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1572 ContentSendInfoJson(ua, "import_slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1644 vol_list_t *vl1, *vl2; in StatusSlots() local
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Dua_impexp.cc257 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
444 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
473 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
474 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
744 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
773 if (vl1 && vl2) { in update_internal_slot_list()
779 vl1->VolName = NULL; in update_internal_slot_list()
785 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
800 vol_list_t *vl1, *vl2; in release_loaded_volume() local
843 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1357 vol_list_t *vl1, *vl2; in StatusContentApi() local
1373 switch (vl1->slot_type) { in StatusContentApi()
1375 switch (vl1->slot_status) { in StatusContentApi()
1379 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1391 switch (vl1->slot_status) { in StatusContentApi()
1460 vol_list_t *vl1, *vl2; in StatusContentJson() local
1474 switch (vl1->slot_type) { in StatusContentJson()
1479 switch (vl1->slot_status) { in StatusContentJson()
1578 vol_list_t *vl1, *vl2; in StatusSlots() local
1624 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Dua_impexp.cc259 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
285 vl1->VolName in scan_slots_for_volnames()
447 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
476 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
477 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
749 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
778 if (vl1 && vl2) { in update_internal_slot_list()
784 vl1->VolName = NULL; in update_internal_slot_list()
790 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
848 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1399 vol_list_t *vl1, *vl2; in StatusContentApi() local
1415 switch (vl1->slot_type) { in StatusContentApi()
1417 switch (vl1->slot_status) { in StatusContentApi()
1421 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1433 switch (vl1->slot_status) { in StatusContentApi()
1502 vol_list_t *vl1, *vl2; in StatusContentJson() local
1516 switch (vl1->slot_type) { in StatusContentJson()
1521 switch (vl1->slot_status) { in StatusContentJson()
1620 vol_list_t *vl1, *vl2; in StatusSlots() local
1666 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Dua_impexp.cc259 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
285 vl1->VolName in scan_slots_for_volnames()
447 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
476 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
477 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
749 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
778 if (vl1 && vl2) { in update_internal_slot_list()
784 vl1->VolName = NULL; in update_internal_slot_list()
790 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
848 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1399 vol_list_t *vl1, *vl2; in StatusContentApi() local
1415 switch (vl1->slot_type) { in StatusContentApi()
1417 switch (vl1->slot_status) { in StatusContentApi()
1421 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1433 switch (vl1->slot_status) { in StatusContentApi()
1502 vol_list_t *vl1, *vl2; in StatusContentJson() local
1516 switch (vl1->slot_type) { in StatusContentJson()
1521 switch (vl1->slot_status) { in StatusContentJson()
1620 vol_list_t *vl1, *vl2; in StatusSlots() local
1666 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Dua_impexp.cc252 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
277 vl1->VolName = get_volume_name_from_SD(ua, vl1->bareos_slot_number, drive); in scan_slots_for_volnames()
440 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
465 vl1->bareos_slot_number, volumename, (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
466 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
721 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
758 if (vl1 && vl2) { in update_internal_slot_list()
764 vl1->VolName = NULL; in update_internal_slot_list()
782 vol_list_t *vl1, *vl2; in release_loaded_volume() local
830 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1433 vol_list_t *vl1, *vl2; in StatusContentApi() local
1450 switch (vl1->slot_type) { in StatusContentApi()
1454 …ua->SendMsg(slot_api_drive_full_format, 'D', vl1->bareos_slot_number, vl1->currently_loaded_slot_n… in StatusContentApi()
1469 ContentSendInfoApi(ua, 'S', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1472 ContentSendInfoApi(ua, 'I', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1529 vol_list_t *vl1, *vl2; in StatusContentJson() local
1544 switch (vl1->slot_type) { in StatusContentJson()
1569 ContentSendInfoJson(ua, "slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1572 ContentSendInfoJson(ua, "import_slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1644 vol_list_t *vl1, *vl2; in StatusSlots() local
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Dua_impexp.cc257 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
444 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
473 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
474 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
744 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
773 if (vl1 && vl2) { in update_internal_slot_list()
779 vl1->VolName = NULL; in update_internal_slot_list()
785 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
800 vol_list_t *vl1, *vl2; in release_loaded_volume() local
843 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1357 vol_list_t *vl1, *vl2; in StatusContentApi() local
1373 switch (vl1->slot_type) { in StatusContentApi()
1375 switch (vl1->slot_status) { in StatusContentApi()
1379 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1391 switch (vl1->slot_status) { in StatusContentApi()
1460 vol_list_t *vl1, *vl2; in StatusContentJson() local
1474 switch (vl1->slot_type) { in StatusContentJson()
1479 switch (vl1->slot_status) { in StatusContentJson()
1578 vol_list_t *vl1, *vl2; in StatusSlots() local
1624 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Dua_impexp.cc259 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
285 vl1->VolName in scan_slots_for_volnames()
447 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
476 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
477 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
749 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
778 if (vl1 && vl2) { in update_internal_slot_list()
784 vl1->VolName = NULL; in update_internal_slot_list()
790 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
848 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1399 vol_list_t *vl1, *vl2; in StatusContentApi() local
1415 switch (vl1->slot_type) { in StatusContentApi()
1417 switch (vl1->slot_status) { in StatusContentApi()
1421 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1433 switch (vl1->slot_status) { in StatusContentApi()
1502 vol_list_t *vl1, *vl2; in StatusContentJson() local
1516 switch (vl1->slot_type) { in StatusContentJson()
1521 switch (vl1->slot_status) { in StatusContentJson()
1620 vol_list_t *vl1, *vl2; in StatusSlots() local
1666 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Dua_impexp.cc257 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
444 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
473 (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
474 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
744 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
773 if (vl1 && vl2) { in update_internal_slot_list()
779 vl1->VolName = NULL; in update_internal_slot_list()
785 vl2->slot_status, vl1->bareos_slot_number, vl1->slot_status); in update_internal_slot_list()
800 vol_list_t *vl1, *vl2; in release_loaded_volume() local
843 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1357 vol_list_t *vl1, *vl2; in StatusContentApi() local
1373 switch (vl1->slot_type) { in StatusContentApi()
1375 switch (vl1->slot_status) { in StatusContentApi()
1379 vl1->currently_loaded_slot_number, vl1->VolName); in StatusContentApi()
1391 switch (vl1->slot_status) { in StatusContentApi()
1460 vol_list_t *vl1, *vl2; in StatusContentJson() local
1474 switch (vl1->slot_type) { in StatusContentJson()
1479 switch (vl1->slot_status) { in StatusContentJson()
1578 vol_list_t *vl1, *vl2; in StatusSlots() local
1624 switch (vl1->slot_type) { in StatusSlots()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Dua_impexp.cc252 vol_list_t *vl1, *vl2; in scan_slots_for_volnames() local
277 vl1->VolName = get_volume_name_from_SD(ua, vl1->bareos_slot_number, drive); in scan_slots_for_volnames()
440 vol_list_t *vl1, *vl2; in get_slot_list_using_volname() local
465 vl1->bareos_slot_number, volumename, (vl1->VolName) ? vl1->VolName : "NULL"); in get_slot_list_using_volname()
466 if (vl1->VolName && bstrcmp(vl1->VolName, volumename)) { in get_slot_list_using_volname()
721 vol_list_t *vl1, *vl2; in update_internal_slot_list() local
758 if (vl1 && vl2) { in update_internal_slot_list()
764 vl1->VolName = NULL; in update_internal_slot_list()
782 vol_list_t *vl1, *vl2; in release_loaded_volume() local
830 if (vl1 && vl2) { in release_loaded_volume()
[all …]
H A Dua_status.cc1433 vol_list_t *vl1, *vl2; in StatusContentApi() local
1450 switch (vl1->slot_type) { in StatusContentApi()
1454 …ua->SendMsg(slot_api_drive_full_format, 'D', vl1->bareos_slot_number, vl1->currently_loaded_slot_n… in StatusContentApi()
1469 ContentSendInfoApi(ua, 'S', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1472 ContentSendInfoApi(ua, 'I', vl1->bareos_slot_number, vl1->VolName); in StatusContentApi()
1529 vol_list_t *vl1, *vl2; in StatusContentJson() local
1544 switch (vl1->slot_type) { in StatusContentJson()
1569 ContentSendInfoJson(ua, "slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1572 ContentSendInfoJson(ua, "import_slot", vl1->bareos_slot_number, vl1->VolName); in StatusContentJson()
1644 vol_list_t *vl1, *vl2; in StatusSlots() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/app/
H A Dtestqgsmaptoollabel.cpp59 QVERIFY( vl1->isValid() ); in testSelectLabel()
124 vl1->setLabelsEnabled( true ); in testSelectLabel()
134 QCOMPARE( pos.layerID, vl1->id() ); in testSelectLabel()
234 QVERIFY( vl1->isValid() ); in testAlignment()
279 vl1->setLabelsEnabled( true ); in testAlignment()
382 QVERIFY( vl1->isValid() ); in dataDefinedColumnName()
403 vl1->setLabelsEnabled( true ); in dataDefinedColumnName()
414 vl1->setLabelsEnabled( true ); in dataDefinedColumnName()
425 vl1->setLabelsEnabled( true ); in dataDefinedColumnName()
437 vl1->setLabelsEnabled( true ); in dataDefinedColumnName()
[all …]

12345678910>>...37