Home
last modified time | relevance | path

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

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_hooks.py316 def assertPreAndPostHooksWereInvoked(self, branch, smart_enabled): argument
324 if smart_enabled and isinstance(branch, remote.RemoteBranch):
/dports/graphics/variety/variety-0.8.5/data/config/
H A Dvariety.conf90 smart_enabled = False
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dataprint.cpp3488 int smart_supported = -1, smart_enabled = -1; in ataPrintMain() local
3499 smart_enabled = ataIsSmartEnabled(&drive); in ataPrintMain()
3503 if (smart_supported && smart_enabled < 0) { in ataPrintMain()
3510 smart_supported = smart_enabled = 1; in ataPrintMain()
3513 else if (smart_supported < 0 && (smart_enabled > 0 || dbentry)) in ataPrintMain()
3524 if (smart_enabled >= 0) { in ataPrintMain()
3528 (smart_enabled?"En":"Dis")); in ataPrintMain()
3529 smart_enabled = ataDoesSmartWork(device); in ataPrintMain()
3533 (smart_enabled ? "Enabled" : "Disabled")); in ataPrintMain()
3814 smart_enabled = 1; in ataPrintMain()
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/
H A Dgsc_info_window.cpp437 bool smart_enabled = (drive->get_smart_status() == StorageDevice::status_enabled); in fill_ui_with_info() local
441 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
444 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
447 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
450 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
453 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
456 if (smart_enabled) { note_page_box->show(); } else { note_page_box->hide(); } in fill_ui_with_info()
459 notebook->set_show_tabs(smart_enabled); in fill_ui_with_info()
/dports/graphics/variety/variety-0.8.5/variety/
H A DOptions.py239 self.smart_enabled = config["smart_enabled"].lower() in TRUTH_VALUES
627 self.smart_enabled = False
737 config["smart_enabled"] = str(self.smart_enabled)
/dports/emulators/qemu/qemu-6.2.0/include/hw/ide/
H A Dinternal.h450 uint8_t smart_enabled; member
/dports/emulators/qemu60/qemu-6.0.0/include/hw/ide/
H A Dinternal.h450 uint8_t smart_enabled; member
/dports/emulators/qemu5/qemu-5.2.0/include/hw/ide/
H A Dinternal.h450 uint8_t smart_enabled; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/ide/
H A Dinternal.h435 uint8_t smart_enabled; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/ide/
H A Dinternal.h437 uint8_t smart_enabled; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/ide/
H A Dinternal.h450 uint8_t smart_enabled; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/ide/
H A Dinternal.h437 uint8_t smart_enabled; member
/dports/emulators/qemu42/qemu-4.2.1/include/hw/ide/
H A Dinternal.h436 uint8_t smart_enabled; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/ide/
H A Dinternal.h436 uint8_t smart_enabled; member
/dports/emulators/qemu42/qemu-4.2.1/hw/ide/
H A Dcore.c1826 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1832 s->smart_enabled = 0; in cmd_smart()
1836 s->smart_enabled = 1; in cmd_smart()
2502 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu/qemu-6.2.0/hw/ide/
H A Dcore.c1838 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1844 s->smart_enabled = 0; in cmd_smart()
1848 s->smart_enabled = 1; in cmd_smart()
2532 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu60/qemu-6.0.0/hw/ide/
H A Dcore.c1834 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1840 s->smart_enabled = 0; in cmd_smart()
1844 s->smart_enabled = 1; in cmd_smart()
2528 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ide/
H A Dcore.c1816 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1822 s->smart_enabled = 0; in cmd_smart()
1826 s->smart_enabled = 1; in cmd_smart()
2492 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu5/qemu-5.2.0/hw/ide/
H A Dcore.c1834 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1840 s->smart_enabled = 0; in cmd_smart()
1844 s->smart_enabled = 1; in cmd_smart()
2528 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ide/
H A Dcore.c1826 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1832 s->smart_enabled = 0; in cmd_smart()
1836 s->smart_enabled = 1; in cmd_smart()
2502 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ide/
H A Dcore.c1826 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1832 s->smart_enabled = 0; in cmd_smart()
1836 s->smart_enabled = 1; in cmd_smart()
2502 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ide/
H A Dcore.c1826 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1832 s->smart_enabled = 0; in cmd_smart()
1836 s->smart_enabled = 1; in cmd_smart()
2502 s->smart_enabled = 1; in ide_init_drive()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ide/
H A Dcore.c1834 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1840 s->smart_enabled = 0; in cmd_smart()
1844 s->smart_enabled = 1; in cmd_smart()
2528 s->smart_enabled = 1; in ide_init_drive()
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dplaylists.py521 SET smart_enabled=?\
/dports/lang/vala/vala-0.48.18/vapi/
H A Dudisks2.vapi556 public abstract bool smart_enabled { get; set; }