/openbmc/linux/drivers/auxdisplay/ |
H A D | Kconfig | 53 If you don't understand what all this is about, say N. 86 If you don't know what I'm talking about, load the parport module, 105 If you don't know what I'm talking about, ignore it. 130 It will work fine. However, you can't attach it to the fbdev driver 151 You can freeze the computer, or the LCD maybe can't draw as fast as you 154 If you don't know what I'm talking about, ignore it. 201 Versatile and RealView Platform Baseboards. It doesn't do 216 If you don't understand what all this is about, say N. 324 If you don't know, put '40' here. 337 If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | README.md | 58 PEL value. If the subsystem isn't known ahead of time, it can be passed in at 60 case, 'Subsystem' isn't required, though 'PossibleSubsystems' is. 69 to know which subsystems are possible for an error when it can't be hardcoded 80 PEL severity. It is an optional field, if it isn't specified, then the severity 350 If a procedure is needed that doesn't exist yet, please contact the owner of 489 If it's desired to use a different set of callouts when there isn't a match on 491 example, the 'air_mover' callout will be added if 'PROC_NUM' isn't 0. 533 when the default doesn\'t fit: 553 location code, but the location code to use isn\'t known until runtime. This 554 means it can\'t be specified using the 'LocCode' key in the registry. [all …]
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 110 For example, if mmio_enabled() and resume() aren't there, then it 138 shouldn't do any new IOs. Called in task context. This is sort of a 150 Driver returns this if it can't recover without a 153 Driver returns this if it doesn't want to recover at all. 160 particular, if the platform doesn't isolate slots), and recovery 180 The current powerpc implementation doesn't much care if the device 297 it can't get the device operational after reset. If the platform 299 cycle) and then call slot_reset() again. If the device still can't 375 no slot reset capability may want to just "ignore" drivers that can't 399 isn't terribly complex). That means some IRQ latency for other devices [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_sip.c | 1013 const struct sdp_media_type *t; in sdp_media_type() local 1017 t = &sdp_media_types[i]; in sdp_media_type() 1018 if (matchlen < t->len || in sdp_media_type() 1019 strncmp(dptr + matchoff, t->name, t->len)) in sdp_media_type() 1021 return t; in sdp_media_type() 1041 const struct sdp_media_type *t; in process_sdp() local 1071 t = sdp_media_type(*dptr, mediaoff, medialen); in process_sdp() 1072 if (!t) { in process_sdp() 1076 mediaoff += t->len; in process_sdp() 1077 medialen -= t->len; in process_sdp() [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 166 # Extract w[t-7] 168 # Calculate w[t-16] + w[t-7] 170 # Extract w[t-15] 175 # Calculate w[t-15] ror 1 179 # Calculate w[t-15] shr 7 221 # Calculate w[t-15] ror 8 230 # Add three components, w[t-16], w[t-7] and sigma0 352 # Add the sigma0 + w[t-7] + w[t-16] for w[18] and w[19] 696 # K[t] used in SHA512 hashing
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_logmgr.c | 615 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_ceor); in lmNextPage() 636 lp->h.page = lp->t.page = cpu_to_le32(lspn + 1); in lmNextPage() 637 lp->h.eor = lp->t.eor = cpu_to_le16(LOGPHDRSIZE); in lmNextPage() 776 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_ceor); in lmGCwrite() 784 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_ceor); in lmGCwrite() 868 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_eor); in lmPostGC() 1371 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_eor); in lmLogInit() 1658 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_eor); in lmLogShutdown() 2432 lp->h.page = lp->t.page = cpu_to_le32(npages - 3); in lmLogFormat() 2452 lp->h.page = lp->t.page = cpu_to_le32(lspn); in lmLogFormat() [all …]
|
/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 1161 struct ATTR_DEF_ENTRY *t; in ntfs_fill_super() local 1426 sbi->def_table = t = kvmalloc(bytes, GFP_KERNEL); in ntfs_fill_super() 1427 if (!t) { in ntfs_fill_super() 1441 memcpy(Add2Ptr(t, done), page_address(page), in ntfs_fill_super() 1445 if (!idx && ATTR_STD != t->type) { in ntfs_fill_super() 1452 t += 1; in ntfs_fill_super() 1459 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() 1460 u64 sz = le64_to_cpu(t->max_sz); in ntfs_fill_super() 1465 if (t->type == ATTR_REPARSE) in ntfs_fill_super() 1467 else if (t->type == ATTR_EA) in ntfs_fill_super() [all …]
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | fsm.c | 96 FsmExpireTimer(struct timer_list *t) in FsmExpireTimer() argument 98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
H A D | command_table_helper_dce112.c | 34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() argument 38 switch (t) { in phy_id_to_atom()
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpuacct.rst | 14 # mount -t cgroup -ocpuacct none /sys/fs/cgroup 47 This is because percpu_counter_read() on 32bit systems isn't safe
|
/openbmc/linux/drivers/watchdog/ |
H A D | uniphier_wdt.c | 142 unsigned int t) in uniphier_watchdog_set_timeout() argument 148 tmp_timeout = roundup_pow_of_two(t); in uniphier_watchdog_set_timeout()
|
/openbmc/u-boot/doc/ |
H A D | README.ext4 | 27 wasn't enabled already. 33 which automatically selects CONFIG_EXT4_WRITE if it wasn't defined
|
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | watch_timeout.hpp | 88 timeout_handler(DBusTimeout *t) : dbus_timeout(t) {} in timeout_handler()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | head.S | 38 breq r5, 0, 1f ; D$ doesn't exist 95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgfortran.inc | 8 # An arm hard float target like raspberrypi4 won't build 9 # as CFLAGS don't make it to the fortran compiler otherwise
|
/openbmc/qemu/docs/system/riscv/ |
H A D | shakti-c.rst | 4 Shakti C Reference Platform is a reference platform based on arty a7 100t 11 https://gitlab.com/shaktiproject/cores/shakti-soc/-/blob/master/fpga/boards/artya7-100t/c-class/REA…
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-bisect.rst | 13 Finding bugs is not always easy. Have a go though. If you can't find it don't
|
/openbmc/linux/net/tipc/ |
H A D | subscr.c | 106 static void tipc_sub_timeout(struct timer_list *t) in tipc_sub_timeout() argument 108 struct tipc_subscription *sub = from_timer(sub, t, timer); in tipc_sub_timeout()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 173 void qib_clear_symerror_on_linkup(struct timer_list *t) in qib_clear_symerror_on_linkup() argument 175 struct qib_pportdata *ppd = from_timer(ppd, t, symerr_clear_timer); in qib_clear_symerror_on_linkup()
|
/openbmc/openbmc-tools/ |
H A D | README.md | 6 It's highly likely the scripts don't meet your needs - they could be 38 We don't ask for much, but you need to give us at least a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-cmake-Use-idirafter-instead-of-isystem.patch | 17 …clude/c++/v1/cwchar:113:5: error: <cwchar> tried including <wchar.h> but didn't find libc++'s <wcha 19 … | # error <cwchar> tried including <wchar.h> but didn't find libc++'s <wchar…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 30 * those that don't match any of the -e rules, but that might 37 /* Delayed symbols are those for which a breakpoint shouldn't
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-sys-targets-targets.go-allow-users-to-override-hardc.patch | 36 - // Don't use cross-compiler for native compilation, there are cases when this does not work: 45 + // Don't use cross-compiler for native compilation, there are cases when this does not work:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/ |
H A D | 0007-use-own-functions-file-instead-etc-init.d-functions.patch | 6 * so we don't have to depend on initscripts 68 +# people don't use initscripts anymore
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 79 args.refs = get_all_refs(lambda r, t, tt: t == 'commit' or tt == 'commit')
|