/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/linux/fs/autofs/ |
H A D | expire.c | 46 /* This is an autofs submount, we can't expire it */ in autofs_mount_busy() 51 /* Not a submount, has a forced expire been requested */ in autofs_mount_busy() 157 /* Forced expire, user space handles busy mounts */ in autofs_direct_busy() 230 /* Forced expire, user space handles busy mounts */ in autofs_tree_busy() 259 /* This isn't a submount so if a forced expire in autofs_check_leaves() 265 /* Can we expire this guy */ in autofs_check_leaves() 273 /* Check if we can expire a direct mount (possibly a tree) */ 316 /* Check if 'dentry' should expire, or return a nearby 346 /* This isn't a submount so if a forced expire in should_expire() 352 /* Can we expire this guy */ in should_expire() [all …]
|
H A D | root.c | 278 * If we are racing with expire the request might not in do_expire_wait() 345 * If an expire request is pending everyone must wait. in autofs_d_automount() 346 * If the expire fails we're still mounted so continue in autofs_d_automount() 348 * happens with indirect mounts) means the expire completed in autofs_d_automount() 470 * If the dentry has been selected for expire while we slept in autofs_d_manage() 472 * ->d_automount() and wait on a new mount if the expire in autofs_d_manage() 614 * this, because the unlink is probably the result of an expire. 616 * which allows the dentry lookup to check for an incomplete expire. 618 * If a process is blocked on the dentry waiting for the expire to finish, 652 * following a mount or restore it after an expire because these mounts [all …]
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_hashlimit.h | 41 __u32 expire; /* when do entries expire? */ member 65 __u32 expire; /* when do entries expire? */ member 79 __u32 expire; /* when do entries expire? */ member 93 __u32 expire; /* when do entries expire? */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | auto_fs.h | 43 #define autofs_ptype_expire 1 /* Expire entry (umount request) */ 57 /* v3 expire (via ioctl) */ 92 /* Mask for expire behaviour */ 162 /* Expire entry (umount request) */ 167 /* Indirect mount missing and expire requests. */ 171 /* Direct mount missing and expire requests */ 175 /* v4 multi expire (via pipe) */ 186 struct autofs_packet_expire expire; member
|
H A D | llc.h | 39 LLC_OPT_ACK_TMR_EXP, /* ack expire time (secs). */ 40 LLC_OPT_P_TMR_EXP, /* pf cycle expire time (secs). */ 41 LLC_OPT_REJ_TMR_EXP, /* rej sent expire time (secs). */ 42 LLC_OPT_BUSY_TMR_EXP, /* busy state expire time (secs). */
|
H A D | auto_dev-ioctl.h | 107 struct args_expire expire; member 136 /* Mount/expire status returns */ 150 /* Check for eligible expire candidates */
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 18 expire timeout and requesting expire checks. As is explained below, 34 and expire" of nested mount trees have the file system mounted directly 133 a mount or expire operation completes a status is returned to the 155 expire in the daemon has become far to complex because umount 157 the number of times to call the expire ioctl. This involves scanning 160 way the expire was done long ago. That is, when an expire request is 163 appropriate status to the daemon. At the moment we just expire one 194 struct args_expire expire; 286 Return mount and expire result status from user space to the kernel. 291 mount or expire request. The status field of struct args_fail is set to [all …]
|
H A D | autofs.rst | 205 much as it can expire any unused dentry information from the dcache. 219 to expire separately. 242 differently. The field is updated at mount time and during expire 245 during path walks prevents frequent expire and immediate mount of 251 preventing this apparent inability to expire mounts that aren't 267 setting of an expire timeout for individual mounts. But there are 281 mounts. If it finds something in the root directory to expire it will 290 indirect mounts. If it selects an object to expire, it will notify 293 This implies that the "`EXPIRE`" ioctl must be sent from a different 402 anything suitable to expire. A pointer to a packet:: [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()
|
/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/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/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/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/linux/arch/alpha/include/asm/ |
H A D | pal.h | 149 qemu_set_alarm_rel(unsigned long expire) in qemu_set_alarm_rel() argument 152 register unsigned long a1 __asm__("$17") = expire; in qemu_set_alarm_rel() 161 qemu_set_alarm_abs(unsigned long expire) in qemu_set_alarm_abs() argument 164 register unsigned long a1 __asm__("$17") = expire; in qemu_set_alarm_abs()
|
/openbmc/linux/drivers/parport/ |
H A D | ieee1284_ops.c | 56 unsigned long expire = jiffies + dev->timeout; in parport_ieee1284_write_compat() local 85 if (!time_before (jiffies, expire)) in parport_ieee1284_write_compat() 107 } while (time_before (jiffies, expire)); in parport_ieee1284_write_compat() 132 if (time_before (jiffies, expire)) in parport_ieee1284_write_compat() 414 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_data() 455 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_data() 502 unsigned long expire = jiffies + dev->timeout; in parport_ieee1284_ecp_read_data() 517 if (!time_before (jiffies, expire)) in parport_ieee1284_ecp_read_data() 645 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_addr() 686 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_addr()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 409 unsigned long expire) in calc_expire_secs() argument 411 expire = time + expire; in calc_expire_secs() 413 if (time_after(now, expire)) in calc_expire_secs() 415 if (expire < now) { in calc_expire_secs() 417 expire -= MAX_JIFFY_OFFSET; in calc_expire_secs() 420 B43_WARN_ON(expire < now); in calc_expire_secs() 422 return (expire - now) / HZ; in calc_expire_secs() 444 fappend("TX Bias: 0x%02X, TX Magn: 0x%02X (expire in %lu sec)\n", in loctls_read_file()
|
/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/linux/drivers/staging/rtl8712/ |
H A D | sta_info.h | 100 unsigned int auth_to; /* sec, time to expire in authenticating. */ 101 unsigned int assoc_to; /* sec, time to expire before associating. */ 102 unsigned int expire_to; /* sec , time to expire after associated. */
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 532 "expire state", 533 "expire policy", 1441 struct xfrm_user_expire expire; in xfrm_expire_state() member 1461 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.expire)); in xfrm_expire_state() 1466 memcpy(&req.expire.state.id.daddr, &dst, sizeof(dst)); in xfrm_expire_state() 1467 req.expire.state.id.spi = gen_spi(src); in xfrm_expire_state() 1468 req.expire.state.id.proto = desc->proto; in xfrm_expire_state() 1469 req.expire.state.family = AF_INET; in xfrm_expire_state() 1470 req.expire.hard = 0xff; in xfrm_expire_state() 1496 if (req.expire.hard != 0x1) { in xfrm_expire_state() [all …]
|
/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/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/linux/kernel/sched/ |
H A D | completion.c | 158 * specified timeout to expire. The timeout is in jiffies. It is not 191 * specified timeout to expire. The timeout is in jiffies. It is not 230 * specified timeout to expire. It is interruptible. The timeout is in jiffies. 278 * signaled or for a specified timeout to expire. It can be
|
/openbmc/linux/Documentation/networking/ |
H A D | ipvs-sysctl.rst | 86 - 7 - connection new/expire, lookup and synchronization 163 If this feature is enabled, the load balancer will expire the 174 When set to a non-zero value, the load balancer will expire 182 If this feature is enabled, the load balancer will expire the
|
/openbmc/linux/drivers/gpu/drm/vgem/ |
H A D | vgem_fence.c | 99 /* We force the fence to expire within 10s to prevent driver hangs */ in vgem_fence_create() 120 * seconds (or otherwise it will automatically expire). See 196 * will automatically expire (and a vgem_fence_signal_ioctl returns -ETIMEDOUT).
|