Home
last modified time | relevance | path

Searched refs:a (Results 11726 – 11750 of 20301) sorted by relevance

1...<<461462463464465466467468469470>>...813

/openbmc/linux/fs/notify/
H A Dmark.c548 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_compare_groups() argument
550 if (a == b) in fsnotify_compare_groups()
552 if (!a) in fsnotify_compare_groups()
556 if (a->priority < b->priority) in fsnotify_compare_groups()
558 if (a->priority > b->priority) in fsnotify_compare_groups()
560 if (a < b) in fsnotify_compare_groups()
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md12 to authenticate using quite a few methods, eg. BasicAuth, Sessions, etc. In
48 After that is completed, user should request a **CSR** (**C**ertificate
49 **S**igning **R**equest) from `Redfish` to get a request allowing to generate
219 After these checks a callback is invoked providing result of user<->CA matching
225 only one set of credentials/authentication data in a single request to be sure
235 are stored, but instead it can be done in a chain (Redfish guarantees support
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt2 # This file contains a few gdb macros (user defined commands) to extract
4 # all the processes or a particular process and trapinfo.
55 dump all thread stack traces on a kernel compiled with !CONFIG_FRAME_POINTER
78 dump a thread stack using the given task structure pointer
101 dump all thread stack traces on a kernel compiled with CONFIG_FRAME_POINTER
283 Dump a single record. The first parameter is the descriptor,
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0020-Platform-CS1000-Validate-both-metadata-replicas.patch18 [1] https://developer.arm.com/documentation/den0118/a/?lang=en
27 diff --git a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.c b/platform/ext/target…
29 --- a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.c
252 * had a firmware data?. If yes, then don't initialize
352 diff --git a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.h b/platform/ext/target…
354 --- a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.h
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp344 for (const auto& a : attr) in getBiosAttrStr() local
348 biosAttrStr += a.first + "=" + a.second + ","; in getBiosAttrStr()
351 auto lidName = a.second + ".lid"; in getBiosAttrStr()
353 std::filesystem::path("/media/hostfw/running") / a.first; in getBiosAttrStr()
358 if ((a.first != tocName) && in getBiosAttrStr()
/openbmc/linux/arch/sh/mm/
H A Dpmb.c130 static inline bool pmb_can_merge(struct pmb_entry *a, struct pmb_entry *b) in pmb_can_merge() argument
132 return (b->vpn == (a->vpn + a->size)) && in pmb_can_merge()
133 (b->ppn == (a->ppn + a->size)) && in pmb_can_merge()
134 (b->flags == a->flags); in pmb_can_merge()
/openbmc/linux/lib/raid6/
H A Daltivec.uc22 * bracked this with preempt_disable/enable or in a lock)
36 * This is the C data type to use. We use a vector of
63 /* vec_cmpgt returns a vector bool char; thus the need for the cast */
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py378 a = j.split(":")
379 if a[0].strip() == "SDR record type":
380 sdr_list.append(a[1].strip())
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h3-nanopi-neo-air.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsunxi-itead-core-common.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsocfpga_arria10_socdk.dtsi14 * You should have received a copy of the GNU General Public License
79 * range from a negative skew to a positive skew.
H A Dsun4i-a10-hackberry.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
H A Dstm32h743i-eval.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
/openbmc/linux/arch/sparc/lib/
H A Dmemset.S18 #define EX(x,y,a,b) \ argument
23 a, b, %o0; \
164 bne,a 8f
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dwaf.bbclass28 # because a change to either of these should create a unique lock file
42 # Use WAFLOCK to specify a separate lock file. The build is already
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a10s-mk802.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsun8i-a23-polaroid-mid2407pxe03.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsun4i-a10-hackberry.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot39 ... and return as a list.
55 ... regexp=^.*[0-9a-z_].${component_name}\[_0-9a-z]*$
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt6 ATL can maintain a clock averages to some desired frequency based on the bws/aws
16 Since the clock instances are part of a single IP this binding is used as a node
/openbmc/u-boot/board/freescale/c29xpcie/
H A DREADME3 C29XPCIE board is a series of Freescale PCIe add-in cards to perform
6 The Freescale C29x family is a high performance crypto co-processor.
7 It combines a single e500v2 core with necessary SEC engines.
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst125 a) 若gcov运行在测试机上
208 (见 :ref:`编译机和测试机分离 a. <gcov-test_zh>` )
226 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-chromeos-driver-cros-ec-lightbar39 to select a single segment, or 4 to set all four segments
42 You can update more than one segment at a time by writing
55 The Pixel lightbar has a number of built-in sequences
/openbmc/linux/arch/arm/mach-s3c/
H A DKconfig55 Add a number of spare GPIO entries between each bank for debugging
57 one bank to another to be caught, at the expense of using a little
140 and above. This code allows a set of interrupt to wakeup-mask
/openbmc/linux/kernel/bpf/
H A DKconfig8 # flavour. Only one of the two can be selected for a specific arch since
47 BPF programs are normally handled by a BPF interpreter. This option
48 allows the kernel to generate native code when a program is loaded

1...<<461462463464465466467468469470>>...813