/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 10 # bletchley doesn't have IPMI support, skip xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/ |
H A D | nanopb-runtime_0.4.8.bb | 11 # which haven't yet migrated to `nanopb/pb*.h`
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | timer_failure.c | 14 struct bpf_timer t; member
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-user-regs-no-sve-aarch64 | 1 # Test that asking for VG fails if the system doesn't support SVE. This
|
H A D | test-record-user-regs-old-sve-aarch64 | 2 # added in 6.1. This applies to systems that either support or don't
|
/openbmc/linux/arch/mips/vdso/ |
H A D | Kconfig | 2 # of the GOT when targeting microMIPS, which we can't use in the VDSO due to
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 2920 #define MODE_REFRESH_DIFF(c,t) (abs((c) - (t))) argument 3311 if (bad_std_timing(t->hsize, t->vfreq_aspect)) in drm_mode_std() 3315 hsize = t->hsize * 8 + 248; in drm_mode_std() 3554 hmin = t[7]; in mode_in_hsync_range() 3557 hmax = t[8]; in mode_in_hsync_range() 3571 vmin = t[5]; in mode_in_vsync_range() 3574 vmax = t[6]; in mode_in_vsync_range() 3586 if (t[9] == 0 || t[9] == 255) in range_pixel_clock() 3591 return (t[9] * 10000) - ((t[12] >> 2) * 250); in range_pixel_clock() 3594 return t[9] * 10000 + 5001; in range_pixel_clock() [all …]
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | hacking.rst | 95 transition to SMP, there were only 'bottom halves' (BHs), which didn't 130 the whole machine will crash. Are you sure you can't do what you 144 archs, and often shared with interrupts so you can't use it all. 166 First, in most cases you don't want to create a new system call. You 321 don't need it. Very unreliable. 326 Run, don't walk. 414 :c:func:`get_cpu()` disables preemption (so you won't suddenly get 486 module is being removed and you should act as if it wasn't there. 757 - Finally, don't forget to read 797 * Sun people can't spell worth damn. "compatability" indeed. [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | cadence-nand-controller.c | 1320 struct cadence_nand_timings *t) in cadence_nand_set_timings() argument 1336 writel_relaxed(t->phy_dqs_timing, in cadence_nand_set_timings() 1338 writel_relaxed(t->phy_gate_lpbk_ctrl, in cadence_nand_set_timings() 2378 memset(t, 0, sizeof(*t)); in cadence_nand_setup_interface() 2511 t->async_toggle_timings = reg; in cadence_nand_setup_interface() 2531 t->timings0 = reg; in cadence_nand_setup_interface() 2552 t->timings1 = reg; in cadence_nand_setup_interface() 2565 t->timings2 = reg; in cadence_nand_setup_interface() 2577 t->dll_phy_ctrl = reg; in cadence_nand_setup_interface() 2618 t->phy_ctrl = reg; in cadence_nand_setup_interface() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | 1537 struct dm_table *t = ci->map; in __send_empty_flush() local 2199 size = dm_table_get_size(t); in __bind() 2209 dm_table_event_callback(t, event_callback, md); in __bind() 2211 if (dm_table_request_based(t)) { in __bind() 2227 md->mempools = t->mempools; in __bind() 2228 t->mempools = NULL; in __bind() 2237 md->mempools = t->mempools; in __bind() 2238 t->mempools = NULL; in __bind() 2248 rcu_assign_pointer(md->map, (void *)t); in __bind() 2334 r = dm_mq_init_request_queue(md, t); in dm_setup_md_queue() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 10 these counters won't be changed by layer 2 packets (such as STP) or 52 layer header size but IpExtInOctets and IpExtOutOctets don't, they 96 and this counter won't be increased. 305 wouldn't be counted to TcpExtTCPRcvCoalesce. 514 situation, kernel won't send RST, just give up the connection. 711 it and won't update this counter. 758 memory, so drops it. Such packets won't be counted into 952 won't update TcpExtTCPFastOpenPassive or 983 TcpExtSyncookiesRecv counter won't be updated. 1388 can't find the change of TcpExtTCPAbortOnMemory. [all …]
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | README | 7 Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 119.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
H A D | 272.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
H A D | 286.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
/openbmc/linux/Documentation/dev-tools/kunit/api/ |
H A D | resource.rst | 9 Most users won't need to use this API directly, power users can use it to store
|
/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 22 [root@andromeda root]# mount -t afs \#root.afs. /afs 92 error will be given and it won't be unmounted. 94 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
/openbmc/linux/drivers/net/slip/ |
H A D | Kconfig | 27 configure SLIP. Note that you don't need this option if you just 59 CSLIP. This won't enlarge your kernel. 74 networks that don't pass all control characters or are only seven
|
/openbmc/linux/Documentation/power/ |
H A D | s2ram.rst | 25 driver that doesn't resume and recompile and reboot). 28 machine that doesn't boot) is: 41 - if it doesn't come back up (which is usually the problem), reboot by
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 171 foreach my $t (@$args) { 172 $t =~ s/[\(\)]//g; 173 $t =~ s/\//\\\//g;
|
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/ |
H A D | libdns_conf_fix.patch | 63 - AC_CHECK_LIB(ldns, ldns_rr_new,,[AC_MSG_ERROR([Can't find ldns library])]) 170 + # then use that information and don't search ldnsdirs 205 + # if the file wasn't found, well, go ahead and try the link anyway -- maybe
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | writing-bindings.rst | 17 - DO attempt to make bindings complete even if a driver doesn't support some 25 defined in the DT Spec. If there isn't one, consider adding it. 93 platforms don't need all devices to have 64-bit address and size.
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sync_regs_test.c | 164 time_t t; in race_sync_regs() local 188 for (t = time(NULL) + TIMEOUT; time(NULL) < t;) { in race_sync_regs()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control.cpp | 202 void PowerControl::setPgoodTimeout(int t) in setPgoodTimeout() argument 204 if (timeout.count() != t) in setPgoodTimeout() 206 timeout = std::chrono::seconds(t); in setPgoodTimeout()
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | Network.vue | 3 <page-title :description="$t('pageNetwork.pageDescription')" /> 93 $t: useI18n().t,
|