Home
last modified time | relevance | path

Searched full:expire (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot2 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 Dmanager_expire_unittest.cpp18 // 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 Dblob_mock.hpp31 MOCK_METHOD(bool, expire, (uint16_t), (override));
/openbmc/qemu/target/alpha/
H A Dsys_helper.c65 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 Dconstant_timer.c25 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 Dautoinst.xml582 <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 Dtcg-icount.rst38 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 D0005-ui.c-handle-password-expire-and-update-new-password.patch4 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 Dls7a_rtc.c144 /* 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 Duseradd5 EXPIRE=
/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow164 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 Dwdt.h48 * 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 Dfirmware_state_notyetstarted_unittest.cpp119 * expire(session)
123 ASSERT_TRUE(handler->expire(session)); in TEST_F()
H A Dfirmware_state_updatestarted_unittest.cpp240 * expire(session)
248 ASSERT_TRUE(handler->expire(session)); in TEST_F()
H A Dfirmware_state_updatecompleted_unittest.cpp249 * expire(session)
255 ASSERT_TRUE(handler->expire(session)); in TEST_F()
/openbmc/qemu/include/qemu/
H A Dtimer.h187 * 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 Dconf.patch50 + 2419200 ; Expire
68 + 2419200 ; Expire
87 + 2419200 ; Expire
107 + 2419200 ; Expire
125 + 2419200 ; Expire
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp314 /* 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 Dblobs.hpp169 * 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 Dwatchdog.hpp128 /** @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 DSOL.interface.yaml54 Packet will be dropped if no ACK/NACK received by time retries expire.
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot360 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 Dcleanup.hpp46 bool expire(uint16_t) override in expire() function in ipmi_flash::FileCleanupHandler
/openbmc/openbmc/poky/meta/classes/
H A Dextrausers.bbclass55 passwd-expire)
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.hpp52 bool expire(uint16_t session) override;

12345