Home
last modified time | relevance | path

Searched refs:a (Results 9976 – 10000 of 22321) sorted by relevance

1...<<391392393394395396397398399400>>...893

/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch18 diff --git a/gst/subparse/gstssaparse.c b/gst/subparse/gstssaparse.c
22 --- a/gst/subparse/gstssaparse.c
58 + /* there are may have multiple dialogue lines at a time */
81 + /* not started with "Dialogue:", it must be a line trimmed by demuxer */
146 + /* line end before expected number of ',', not a Dialogue line */
163 + /* add a terminator at the end */
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_client_identifier.robot25 [Documentation] Create a session with client id and verify client id is same.
37 [Documentation] Create a session with client id and verify client id is same after the reboot.
47 [Documentation] Create a multiple session with client id and verify client id is same.
57 …[Documentation] Create a multiple session with client id and verify client id is same after the r…
166 # session_ids This value is a session id.
197 [Documentation] Non Admin user create a session and verify the session is created.
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md50 | 1 | 0:1 | LUN | - | LUN of request to which this is a response |
51 | 2 | | Seq\* | - | Seq of request to which this is a response |
52 | 3 | | Cmd | - | Cmd code of request to which this is a response |
109 for example, there is no way to insert a stop command within a transfer.
165 - In the unlikely event a transfer specifies multiple read steps, all bytes read
/openbmc/linux/fs/fscache/
H A Dvolume.c135 static bool fscache_volume_same(const struct fscache_volume *a, in fscache_volume_same() argument
140 if (a->key_hash != b->key_hash || in fscache_volume_same()
141 a->cache != b->cache || in fscache_volume_same()
142 a->key[0] != b->key[0]) in fscache_volume_same()
145 klen = round_up(a->key[0] + 1, sizeof(__le32)); in fscache_volume_same()
146 return memcmp(a->key, b->key, klen) == 0; in fscache_volume_same()
/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c672 GStrv a; in qmp_guest_ssh_remove_authorized_keys() local
693 for (a = authkeys; *a != NULL; a++) { in qmp_guest_ssh_remove_authorized_keys()
698 if (g_str_equal(k->value, *a)) { in qmp_guest_ssh_remove_authorized_keys()
707 new_keys[nkeys++] = *a; in qmp_guest_ssh_remove_authorized_keys()
/openbmc/bmcweb/
H A DTESTING.md10 There are a variety of ways to develop and test bmcweb software changes. Here
56 bmcweb running as a service. The standalone bmcweb daemon will be available on
61 - If running within a system that has read-only /usr/ filesystem, issue the
91 retest a change.
117 Turn on the `rest` meson option which provides a websocket route.
128 anytime they make a change to the GET behavior of the redfish tree. The test
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1664 if (a.index >= 0 && !is_vsib) { in gen_lea_modrm_1()
1665 if (a.scale == 0) { in gen_lea_modrm_1()
1666 ea = cpu_regs[a.index]; in gen_lea_modrm_1()
1668 tcg_gen_shli_tl(s->A0, cpu_regs[a.index], a.scale); in gen_lea_modrm_1()
1671 if (a.base >= 0) { in gen_lea_modrm_1()
1675 } else if (a.base >= 0) { in gen_lea_modrm_1()
1676 ea = cpu_regs[a.base]; in gen_lea_modrm_1()
1686 } else if (a.disp != 0) { in gen_lea_modrm_1()
3656 if (a.base >= 0) { in disas_insn_old()
3657 tcg_gen_addi_tl(s->A0, cpu_regs[a.base], a.disp); in disas_insn_old()
[all …]
/openbmc/qemu/pc-bios/
H A Dedk2-licenses.txt76 Version 1.0 covers source code files. Version 1.1 is a
144 To make a contribution to a TianoCore project, follow these steps.
145 1. Create a change description in the format specified below to
183 Your change description should use the standard format for a
226 * "Brief-single-line-summary" is a short summary of the change.
275 entity authorized by the copyright owner that is making a
296 designated in writing by You as "Not a Contribution."
383 To make a contribution to a TianoCore project, follow these steps.
418 Your change description should use the standard format for a
496 entity authorized by the copyright owner that is making a
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg281 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0.
316 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
588 * on a wide bus.
895 * that require a kernel based
902 * noticed a parity error.
912 * request to issue a message.
917 * either a command complete
938 * these without a full board reset.
1410 * the BIOS. The Sequencer relies on a per-SCB field to
1452 * to send to a target.
[all …]
/openbmc/linux/drivers/net/fddi/skfp/
H A Dsmt.c111 return(*(short *)(&addr->a[0]) == in is_my_addr()
113 && *(short *)(&addr->a[2]) == in is_my_addr()
115 && *(short *)(&addr->a[4]) == in is_my_addr()
128 return !(addr->a[0] & GROUP_ADDR); in is_individual()
134 return *(u_short *)(&addr1->a[0]) == *(u_short *)(&addr2->a[0]) && in is_equal()
135 *(u_short *)(&addr1->a[2]) == *(u_short *)(&addr2->a[2]) && in is_equal()
136 *(u_short *)(&addr1->a[4]) == *(u_short *)(&addr2->a[4]); in is_equal()
163 smc->mib.fddiSMTStationId.sid_node.a[i] = in smt_agent_init()
167 smc->mib.fddiSMTStationId.sid_node.a[0] ; in smt_agent_init()
169 smc->mib.fddiSMTStationId.sid_node.a[1] ; in smt_agent_init()
[all …]
/openbmc/docs/architecture/code-update/
H A Dcode-update.md14 1. Get a BMC image tar: After building OpenBMC, you will end up with a set of
46 - Method 4: Via TFTP: Perform a POST request to call the `DownloadViaTFTP`
51 3. Note the version id generated for that image file. The version id is a hash
205 updates on a power on or reboot of the host.
262 `/xyz/openbmc_project/software/<id>/inventory` for "associating" a software
344 Field mode is meant for systems shipped from manufacturing to a customer. Field
345 mode offers a way to provide security and ensure incorrect patches don't get
349 intended to be a one-way operation which means that once enabled, there is no
360 Although field mode is meant to be a one-way operation, it can be disabled by a
398 When a BMC image is activated, each `image-<name>` is written to the BMC chip's
[all …]
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-ic.c181 const u16 *a; in init_csc() local
189 a = (const u16 *)csc->params.offset; in init_csc()
191 param = ((a[0] & 0x1f) << 27) | ((c[0][0] & 0x1ff) << 18) | in init_csc()
195 param = ((a[0] & 0x1fe0) >> 5) | (csc->params.scale << 8) | in init_csc()
199 param = ((a[1] & 0x1f) << 27) | ((c[0][1] & 0x1ff) << 18) | in init_csc()
203 param = ((a[1] & 0x1fe0) >> 5); in init_csc()
206 param = ((a[2] & 0x1f) << 27) | ((c[0][2] & 0x1ff) << 18) | in init_csc()
210 param = ((a[2] & 0x1fe0) >> 5); in init_csc()
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
33 Package. This package is essentially a set of exception handlers
43 The file fpsp.sa is essentially a hexadecimal image of the
50 assembly syntaxes by using any word processor with a global
54 the installer should add a symbolic label to the top of the file.
86 to a function required by the FPSP (these functions and their location are
97 would simply execute a "bra" or "jmp" that jumped to the selected function
100 For example, if the 68060 hardware took a "Line-F Emulator" exception
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_link.dts246 03 52 01 08 0a 00 fe 00
261 45 42 4a 32 30 55 47 36
282 03 11 01 08 0a 00 fe 00
284 f0 0a 3c 3c 01 40 83 01
296 00 00 00 00 00 00 6a 04
317 03 11 01 08 0a 00 fe 00
333 34 48 5a 2d 31 47 36 45
372 usb_1: usb@1a,0 {
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst46 The last stored value in 'CPU selector' must refer to a possible CPU, otherwise
51 On QEMU start, 'CPU selector' is initialized to a valid value, on reset it
100 contains 'CPU selector' value of a CPU with pending event[s]
151 selects a CPU device with inserting/removing events and
207 Get a cpu with pending event
214 with a pending event and selected CPU remains unchanged.
224 a valid state and that access to other registers won't be ignored.
234 into a valid state and exit.
/openbmc/linux/security/tomoyo/
H A Dnetwork.c192 static bool tomoyo_same_inet_acl(const struct tomoyo_acl_info *a, in tomoyo_same_inet_acl() argument
195 const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_inet_acl()
211 static bool tomoyo_same_unix_acl(const struct tomoyo_acl_info *a, in tomoyo_same_unix_acl() argument
214 const struct tomoyo_unix_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_unix_acl()
230 static bool tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, in tomoyo_merge_inet_acl() argument
235 &container_of(a, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl()
256 static bool tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, in tomoyo_merge_unix_acl() argument
261 &container_of(a, struct tomoyo_unix_acl, head)->perm; in tomoyo_merge_unix_acl()
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js440 sortedKeys = sortedKeys.sort(function(a, b) { argument
441 a = a.split(',');
443 if (a.length == 2 && b.length == 2) {
444 let aa = parseInt(a[0]) * 256 + parseInt(a[1]);
448 return a < b ? -1 : (a > b ? 1 : 0);
/openbmc/webui-vue/docs/customization/
H A Dreadme.md65 The `helpers` directory contains a set of Sass helper files containing Sass
169 Two functions provide a customized way to set color highlights. The
177 // This function is usually used to get a lighter
178 // theme variant color to use as a background color
309 Some stylistic changes only apply to a single-file component or view instance.
310 In this case, rather than adding a Sass file, the scoped styles include the
312 `_helpers` Sass file when using a BMC or Bootstrap variable in the component's
355 example. This is an anti-pattern in global `.scss` files. However, in a single
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch14 diff --git a/tests/cassettes/redirect_request_for_dump_all.json b/tests/cassettes/redirect_request_…
16 --- a/tests/cassettes/redirect_request_for_dump_all.json
50 …ould be redirected automatically to target URL: <a href=\"/relative-redirect/4\">/relative-redirec…
447 diff --git a/tests/cassettes/simple_get_request.json b/tests/cassettes/simple_get_request.json
449 --- a/tests/cassettes/simple_get_request.json
508 diff --git a/tox.ini b/tox.ini
510 --- a/tox.ini
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c24 static inline uint64_t zero_search(uint64_t a, uint64_t mask) in zero_search() argument
26 return ~(((a & mask) + mask) | a | mask); in zero_search()
33 static inline uint64_t nonzero_search(uint64_t a, uint64_t mask) in nonzero_search() argument
35 return (((a & mask) + mask) | a) & ~mask; in nonzero_search()
240 uint32_t a = s390_vec_read_element(v2, enr, es); in vfene() local
243 smaller = a < b; in vfene()
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh309 ip -n testns1 a a 192.0.1.1/24 dev $DUMMYDEV
332 ip -n testns1 r a 192.0.2.0/24 via 192.0.1.2
335 ip -n testns1 r a 192.0.3.0/24 via 192.0.1.2
347 ip -n testns2 a a 192.0.1.1/24 dev $DUMMYDEV
349 ip -n testns2 r a 192.0.2.0/24 via 192.0.1.2
351 ip -n testns2 r a 192.0.3.0/24 via 192.0.1.2
/openbmc/linux/drivers/mtd/
H A Dnftlcore.c428 oob.u.a.VirtUnitNum = oob.u.a.SpareVirtUnitNum = cpu_to_le16(thisVUC); in NFTL_foldchain()
429 oob.u.a.ReplUnitNum = oob.u.a.SpareReplUnitNum = BLOCK_NIL; in NFTL_foldchain()
642 oob.u.a.VirtUnitNum = oob.u.a.SpareVirtUnitNum = cpu_to_le16(thisVUC); in NFTL_findwriteunit()
657 oob.u.a.ReplUnitNum = oob.u.a.SpareReplUnitNum in NFTL_findwriteunit()
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml15 RISC-V has a large number of extensions, some of which are "standard"
18 This document defines properties that indicate whether a hart supports a
21 Once a standard extension has been ratified, no changes in behaviour can be
22 made without the creation of a new extension.
51 pattern: ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
84 - const: a
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst139 都知道 (a) K&R 是 **正確的** 並且 (b) K&R 是正確的。此外,不管怎樣函數都是特
294 vps_t a;
302 struct virtual_container *a;
304 你就知道 ``a`` 是什麼了。
308 (a) 完全不透明的對象 (這種情況下要主動使用 typedef 來 **隱藏** 這個對象實際上
417 int fun(int a)
651 #define macrofun(a, b, c) \
653 if (a == 5) \
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Dgcw0.dts248 act8600: pmic@5a {
257 * for the voltage drop of a diode
294 * data sheet only mentions a 3.3V input.
402 groups = "mmc0-1bit-a", "mmc0-4bit-a";
444 * We use a rate of 432 MHz, which is the least common multiple of
446 * Put the GPU under PLL0 since we want a higher frequency.
447 * Use the 32 kHz oscillator as the parent of the RTC for a higher

1...<<391392393394395396397398399400>>...893