/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 2 Documentation Test root user expire password. 28 Expire Root Password And Check IPMI Access Fails 29 [Documentation] Expire root user password and expect an error while access via IPMI. 33 Expire Password ${OPENBMC_USERNAME} 39 Expire Root Password And Check SSH Access Fails 40 [Documentation] Expire root user password and expect an error while access via SSH. 44 Expire Password ${OPENBMC_USERNAME} 51 Expire And Change Root User Password And Access Via SSH 52 [Documentation] Expire and change root user password and access via SSH. 57 Expire Password ${OPENBMC_USERNAME} [all …]
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_expire_unittest.cpp | 18 // With a long timeout, open should succeed without calling expire. in TEST() 30 // Do not expect the open session to expire in TEST() 31 EXPECT_CALL(*m1ptr, expire(sess)).Times(0); in TEST() 37 // sessions to expire. in TEST() 54 EXPECT_CALL(*m1ptr, expire(sess)).WillOnce(Return(true)); in TEST()
|
H A D | blob_mock.hpp | 31 MOCK_METHOD(bool, expire, (uint16_t), (override));
|
/openbmc/qemu/target/alpha/ |
H A D | sys_helper.c | 65 void helper_set_alarm(CPUAlphaState *env, uint64_t expire) in helper_set_alarm() argument 69 if (expire) { in helper_set_alarm() 70 env->alarm_expire = expire; in helper_set_alarm() 71 timer_mod(cpu->alarm_timer, expire); in helper_set_alarm()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | constant_timer.c | 25 uint64_t now, expire; in cpu_loongarch_get_constant_timer_ticks() local 28 expire = timer_expire_time_ns(&cpu->timer); in cpu_loongarch_get_constant_timer_ticks() 30 return (expire - now) / TIMER_PERIOD; in cpu_loongarch_get_constant_timer_ticks()
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/ |
H A D | autoinst.xml | 582 <expire/> 598 <expire/> 617 <expire/> 636 <expire/> 655 <expire/> 674 <expire/> 693 <expire/> 712 <expire/> 731 <expire/> 750 <expire/> [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-icount.rst | 38 until the next timer will expire. We store this budget as part of a 49 was due to expire will expire exactly when we exit the main run loop.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0005-ui.c-handle-password-expire-and-update-new-password.patch | 4 Subject: [PATCH 5/8] ui.c: handle password-expire and update-new-password 22 + xwrite(greeter_pipe[0], "password-expire\n", 16);
|
/openbmc/qemu/hw/rtc/ |
H A D | ls7a_rtc.c | 144 /* calculate expire time */ in toymatch_write() 159 /* calculate expire time */ in rtcmatch_write() 169 /* delete timers, and when re-enabled, recalculate expire time */ in ls7a_toy_stop() 179 /* delete timers, and when re-enabled, recalculate expire time */ in ls7a_rtc_stop() 193 /* recalculate expire time and enable timer */ in ls7a_toy_start() 206 /* recalculate expire time and enable timer */ in ls7a_rtc_start()
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | useradd | 5 EXPIRE=
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 164 subprocess.check_call(git_cmd + ['reflog', 'expire', '--expire-unreachable=now', '--all']) 171 subprocess.check_call(git_cmd + ['prune', '--expire', 'now'])
|
/openbmc/u-boot/include/ |
H A D | wdt.h | 48 * Expire the timer, thus executing its action immediately. 91 * Expire the timer, thus executing the action immediately (optional)
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_notyetstarted_unittest.cpp | 119 * expire(session) 123 ASSERT_TRUE(handler->expire(session)); in TEST_F()
|
H A D | firmware_state_updatestarted_unittest.cpp | 240 * expire(session) 248 ASSERT_TRUE(handler->expire(session)); in TEST_F()
|
H A D | firmware_state_updatecompleted_unittest.cpp | 249 * expire(session) 255 ASSERT_TRUE(handler->expire(session)); in TEST_F()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 187 * in nanoseconds, or -1 if no timer is set to expire. 382 * expire associated with any timer list linked to 387 * timers are to expire. 647 * Modify a timer to expire at @expire_time 659 * Modify a timer to expire at @expire_time or the current time, 670 * @expire_time: the expire time in the units associated with the timer 683 * @expire_time: the expire time in the units associated with the timer 685 * Modify a timer to expire at @expire_time or the current time, whichever
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
H A D | conf.patch | 50 + 2419200 ; Expire 68 + 2419200 ; Expire 87 + 2419200 ; Expire 107 + 2419200 ; Expire 125 + 2419200 ; Expire
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | manager.cpp | 314 /* We do a best case recovery by issuing an expire call. If it fails in cleanUpStaleSessions() 317 if (handler->expire(sessionId)) in cleanUpStaleSessions() 323 std::cerr << "phosphor-ipmi-blobs: failed to expire session " in cleanUpStaleSessions()
|
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/ |
H A D | blobs.hpp | 169 * Attempt to expire a session. This is called when a session has been 175 virtual bool expire(uint16_t session) = 0;
|
/openbmc/phosphor-watchdog/src/ |
H A D | watchdog.hpp | 128 /** @brief Reset timer to expire after new timeout in milliseconds. 131 * the watchdog will expire
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/ |
H A D | SOL.interface.yaml | 54 Packet will be dropped if no ACK/NACK received by time retries expire.
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 360 Expire And Update New Password Via Redfish 361 [Documentation] Expire and change password and verify using password. 369 # Expire admin password using ssh. 371 ${output} ${stderr} ${rc}= BMC Execute Command passwd --expire ${username}
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | cleanup.hpp | 46 bool expire(uint16_t) override in expire() function in ipmi_flash::FileCleanupHandler
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | extrausers.bbclass | 55 passwd-expire)
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | handler.hpp | 52 bool expire(uint16_t session) override;
|