Home
last modified time | relevance | path

Searched refs:inform (Results 1 – 25 of 165) sorted by relevance

1234567

/openbmc/linux/scripts/dtc/
H A Ddtc.c165 const char *inform = NULL; in main() local
185 inform = optarg; in main()
288 if (inform == NULL) in main()
289 inform = guess_input_format(arg, "dts"); in main()
293 if (streq(inform, "dts")) in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
301 if (streq(inform, "dts")) in main()
303 else if (streq(inform, "fs")) in main()
305 else if(streq(inform, "dtb")) in main()
308 die("Unknown input format \"%s\"\n", inform); in main()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c169 const char *inform = NULL; in main() local
189 inform = optarg; in main()
289 if (inform == NULL) in main()
290 inform = guess_input_format(arg, "dts"); in main()
294 if (streq(inform, "dts")) in main()
300 if (streq(inform, "dts")) in main()
302 else if (streq(inform, "fs")) in main()
304 else if(streq(inform, "dtb")) in main()
307 die("Unknown input format \"%s\"\n", inform); in main()
/openbmc/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.c149 inform(DECL_SOURCE_LOCATION(var), in initialize()
225 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass156 while openssl x509 -inform pem -outform der -out ${B}/temp_${i}.der; do
176 -in "${pem}" -inform pem -outform der |
201 -in "${pem}" -inform pem -pubout -outform der
204 -in "${pem}" -inform pem -pubout -outform der
229 -in "${pem}" -inform pem -outform der
232 -in "${pem}" -inform pem -outform der
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-local-ca.sh42 openssl x509 -inform DER -in ima-local-ca.x509 -out ima-local-ca.pem
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-sdnotify_0.3.2.bb6 This protocol can be used to inform systemd about service start-up completion, \
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A DKconfig6 providing information to userspace application that will inform the Intel
/openbmc/linux/tools/perf/Documentation/
H A Dperf-test.txt21 To run just specific tests, inform test name fragments or the numbers obtained
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc91 ; Nokia protocol for Bluetooth stack with DCT4 Nokia models, which don't inform
98 ; inform about BT services correctly (6310, 6310i with firmware lower
104 ; OBEX for Bluetooth stack with DCT4 Nokia models, which don't inform about
/openbmc/u-boot/doc/device-tree-bindings/thermal/
H A Dti_soc_thermal.txt21 - gpios : this entry should be used to inform which GPIO
/openbmc/openbmc/poky/meta/recipes-gnome/libnotify/
H A Dlibnotify_0.8.3.bb3 in the Desktop Notifications spec. These notifications can be used to inform \
/openbmc/linux/Documentation/networking/
H A Dnfc.rst58 When registering on the NFC subsystem, the device driver must inform the core
119 must inform which protocol it wants to use.
H A Dregulatory.rst75 The kernel will send a uevent to inform userspace a new
82 set they can inform the wireless core using regulatory_hint().
H A Dxfrm_sync.rst167 In such a case XFRM_AE_CU flag is set to inform the user that
175 happened) is set to inform the user what happened.
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.asn1102 inform-request
/openbmc/linux/Documentation/pcmcia/
H A Ddevicetable.rst23 If the hash is incorrect, the kernel will inform you about this in "dmesg"
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dti_soc_thermal.txt22 - gpios : this entry should be used to inform which GPIO
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst47 The ``.flash_component`` operation is used to inform the device driver to
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-client-cap.rst46 The purpose of the client capabilities are to inform the kernel of the behavior
/openbmc/linux/Documentation/translations/
H A Dindex.rst39 inform the translation maintainer and - if you can - check also the English
/openbmc/openbmc/meta-arm/
H A DSECURITY.md9 circumstances. We will make best endeavours to inform you when we expect
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpufreq_drivers.rst120 OS utilizes the PCC interface to inform platform firmware what frequency the
133 is used by the OS to inform the platform firmware that a command has been
177 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch55 - $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
56 + @[ -f ca.der ] || $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
/openbmc/linux/Documentation/usb/
H A Diuu_phoenix.rst67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer )
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst64 2. To be able to inform the user of erase progress.

1234567