/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-accounts-modal-user.html | 74 … <div ng-if="form.username.$invalid && form.username.$touched" class="form__validation-message"> 117 … ng-required="modalCtrl.user.new || form.password.$touched || form.passwordConfirm.$touched" 123 form.password.$touched || 124 form.passwordConfirm.$touched) ? '' : '******'}}"/> 139 … ng-required="modalCtrl.user.new || form.password.$touched || form.passwordConfirm.$touched" 147 form.password.$touched || 148 form.passwordConfirm.$touched) ? '' : '******'}}"/>
|
H A D | certificate-modal-csr-gen.html | 50 ng-class="{'visible' : addCsrForm.certType.$touched}"> 78 ng-class="{'visible' : addCsrForm.countryCode.$touched}"> 94 ng-class="{'visible' : addCsrForm.state.$touched}"> 110 ng-class="{'visible' : addCsrForm.city.$touched}"> 128 ng-class="{'visible' : addCsrForm.companyName.$touched}"> 146 ng-class="{'visible' : addCsrForm.companyUnit.$touched}"> 164 ng-class="{'visible' : addCsrForm.commonName.$touched}"> 270 ng-class="{'visible' : addCsrForm.keyPairAlgorithm.$touched}"> 296 ng-class="{'visible' : addCsrForm.keyCurveId.$touched}"> 325 ng-class="{'visible' : addCsrForm.keyBitLength.$touched}">
|
H A D | ldap-controller.html | 35 ng-change="ldap__configuration.ldap__uri.$touched = true" 84 … ng-class="{'visible' : ldap__configuration.ldap__uri.$touched || submitted}" role="alert"> 94 … ng-class="{'visible' : ldap__configuration.ldap__bind__dn.$touched || submitted}" role="alert"> 109 … ng-class="{'visible' : ldap__configuration.ldap__bind_pw.$touched || submitted}" role="alert"> 119 … ng-class="{'visible' : ldap__configuration.ldap__base__dn.$touched || submitted}" role="alert">
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | touchwin.c | 16 * constantly outputs a stream of 0's unless it is touched. 52 int touched; member 64 tw->touched = 1; in tw_interrupt() 74 } else if (tw->touched) { /* untouch */ in tw_interrupt() 78 tw->touched = 0; in tw_interrupt()
|
H A D | hp680_ts_input.c | 30 int touched = 0; in do_softint() local 54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint() 57 if (touched) { in do_softint()
|
/openbmc/phosphor-webui/app/login/controllers/ |
H A D | login-controller.html | 16 …rm.host.$error" class="form-error" ng-class="{'visible' : login__form.host.$touched || submitted}"> 23 …ame.$error" class="form-error" ng-class="{'visible' : login__form.username.$touched || submitted}"> 29 …word.$error" class="form-error" ng-class="{'visible': login__form.password.$touched || submitted}">
|
/openbmc/linux/kernel/ |
H A D | watchdog_buddy.c | 55 * Makes sure that watchdog is touched on this CPU before in watchdog_hardlockup_enable() 79 * Makes sure that watchdog is touched on the next CPU before in watchdog_hardlockup_disable() 106 * Make sure that the watchdog was touched on next CPU when in watchdog_buddy_check_hardlockup()
|
H A D | watchdog.c | 471 * is touched from NMI. in watchdog_timer_fn() 480 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn() 481 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn() 486 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn() 490 * If the time stamp was touched atomically in watchdog_timer_fn()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | nmi.c | 89 unsigned int sum, touched = 0; in perfctr_irq() local 102 touched = 1; in perfctr_irq() 109 touched = 1; in perfctr_irq() 111 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_counters.c | 92 unsigned long touched; in efx_tc_counter_work() local 96 touched = READ_ONCE(cnt->touched); in efx_tc_counter_work() 104 if (time_after_eq(encap->neigh->used, touched)) in efx_tc_counter_work() 106 encap->neigh->used = touched; in efx_tc_counter_work() 144 cnt->touched = jiffies; in efx_tc_flower_allocate_counter() 361 cnt->touched = jiffies; in efx_tc_counter_update()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_uvc.h | 63 * descriptors. Used by configfs only, must not be touched by legacy 77 * Used by configfs only, must not be touched by legacy gadgets. The
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 9 # if any files affecting the build output are touched 31 # Run if any files affecting the build output are touched
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | snmp-controller.html | 41 … ng-class="{'visible': manager_group['snmp-manager'+($index+1)+'-address'].$touched || submitted}"> 60 … ng-class="{'visible': manager_group['snmp-manager'+($index+1)+'-port'].$touched || submitted}">
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | patchcheck.conf | 5 # commit has touched, and if any of those files produce a warning, then 59 # touched by the commit. To detect these kinds of warnings, you
|
/openbmc/linux/include/linux/ |
H A D | compiler-version.h | 12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.html | 168 ng-class="{'visible' : add__group__form.group_name.$touched}" 190 ng-class="{'visible' : add__group__form.group__role.$touched}" 236 ng-class="{'visible' : edit__group__form.group__role__edit.$touched}"
|
/openbmc/linux/mm/ |
H A D | mapping_dirty_helpers.c | 32 * virtual address space of touched ptes for efficient range TLB flushes. 84 * virtual address space of touched ptes for efficient TLB flushes. 87 * touched.
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inetd.conf | 5 # If you want to disable an entry so it isn't touched during
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | aliasesdb | 9 # has touched it since our last newaliases call
|
/openbmc/linux/include/asm-generic/ |
H A D | local64.h | 59 /* Non-atomic variants, ie. preemption disabled and won't be touched 98 /* Non-atomic variants, ie. preemption disabled and won't be touched
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.h | 26 /* state subset only touched by the VCPU itself during runtime */
|
/openbmc/linux/arch/arc/kernel/ |
H A D | ctx_sw_asm.S | 18 ; - r0: prev task (so r0 not touched)
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | tsc2007.txt | 10 The penirq pin goes to low when the panel is touched.
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-boot-vector.h | 25 * application specific manner, they are not touched by the vectoring
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record+script_probe_vfs_getname.sh | 27 echo "Looking at perf.data file for vfs_getname records for the file we touched:"
|