Home
last modified time | relevance | path

Searched refs:a (Results 14276 – 14300 of 22310) sorted by relevance

1...<<571572573574575576577578579580>>...893

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass29 # QB_SMP: amount of CPU cores inside qemu guest, each mapped to a thread on the host,
51 # Note, runqemu will replace @MAC@ with a predefined mac, you can set
52 # a custom one, but that may cause conflicts when multiple qemus are
86 # without the need to specify a dedicated qemu configuration
169 # QB_DEFAULT_KERNEL's value of KERNEL_IMAGETYPE is the name of a symlink
H A Dtoolchain-scripts.bbclass20 # Return a prefixed value from siteinfo
26 # This function creates an environment-setup-script for use in a deployable SDK
43 …echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
82 # a OE-core IDE to integrate with the build tree
207 #This function create a site config file
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot2 Documentation Update the PNOR code on a target BMC.
47 [Documentation] Do a PNOR code update by uploading image on BMC via REST.
77 [Documentation] After having done a PNOR update and
107 [Documentation] Do a PNOR code update while the host is running.
191 [Documentation] Delete a PNOR image from the BMC and PNOR flash chip.
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c442 #define ASTXQ(a) \ argument
443 data[i++] = STXBASE.a[IEEE80211_AC_BE]; \
444 data[i++] = STXBASE.a[IEEE80211_AC_BK]; \
445 data[i++] = STXBASE.a[IEEE80211_AC_VI]; \
446 data[i++] = STXBASE.a[IEEE80211_AC_VO]
/openbmc/linux/kernel/
H A Djump_label.c35 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp() argument
37 const struct jump_entry *jea = a; in jump_label_cmp()
63 static void jump_label_swap(void *a, void *b, int size) in jump_label_swap() argument
65 long delta = (unsigned long)a - (unsigned long)b; in jump_label_swap()
66 struct jump_entry *jea = a; in jump_label_swap()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_9.7p1.bb4 Ssh (Secure Shell) is a program for logging into a remote machine \
5 and for executing commands on a remote machine."
37 # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded
39 Red Hat Enterprise Linux 7 and when running in a Kerberos environment"
/openbmc/u-boot/drivers/net/
H A Dsmc91111.c1251 byte a, b; in print_packet() local
1253 a = *(buf ++ ); in print_packet()
1255 printf("%02x%02x ", a, b ); in print_packet()
1260 byte a, b; in print_packet() local
1262 a = *(buf ++ ); in print_packet()
1264 printf("%02x%02x ", a, b ); in print_packet()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dakebono.dts161 /* Wish there was a nicer way of specifying a full
279 * to avoid putting a node for it in the tree, so the numbers
319 * to avoid putting a node for it in the tree, so the numbers
359 * to avoid putting a node for it in the tree, so the numbers
399 * to avoid putting a node for it in the tree, so the numbers
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME7 # accordance with the terms and conditions of the License, a copy of which
23 a) Copy sd8787.bin to /lib/firmware/mrvl/ directory,
36 a) 'iw' utility commands
42 This command will trigger a scan.
45 iw dev mlan0 connect -w <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1123456789a]
46 The above command can be used to connect to an AP with a particular SSID.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.12.rst53 - cve-update-nvd2-native: log a little more
107 - openssl: use a glob on the PERLEXTERNAL to track updates on the path
119 - rust-llvm: backport a fix for build with gcc-13
120 - scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated process…
121 - scripts/runqemu: split lock dir creation into a reusable function
131 - sysfsutils: fetch a supported fork from github
/openbmc/linux/net/switchdev/
H A Dswitchdev.c22 static bool switchdev_obj_eq(const struct switchdev_obj *a, in switchdev_obj_eq() argument
28 if (a->id != b->id || a->orig_dev != b->orig_dev) in switchdev_obj_eq()
31 switch (a->id) { in switchdev_obj_eq()
33 va = SWITCHDEV_OBJ_PORT_VLAN(a); in switchdev_obj_eq()
40 ma = SWITCHDEV_OBJ_PORT_MDB(a); in switchdev_obj_eq()
/openbmc/linux/drivers/net/phy/
H A DKconfig35 Adds support for a set of LED trigger events per-PHY. Link
38 supported by the PHY and also a one common "link" trigger as a
81 Currently has a driver for the Amlogic Meson GXL Internal PHY
213 Currently has a driver for the 88E1XXX
398 a 10M single pair Ethernet connection for up to 1000 meter cable.
/openbmc/linux/fs/dlm/
H A Dlockspace.c167 struct dlm_attr *a = container_of(attr, struct dlm_attr, attr); in dlm_attr_show() local
168 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show()
175 struct dlm_attr *a = container_of(attr, struct dlm_attr, attr); in dlm_attr_store() local
176 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h49 #define DMESG(x, a...) no_printk(x, ##a) argument
50 #define DMESGW(x, a...) no_printk(x, ##a) argument
51 #define DMESGE(x, a...) no_printk(x, ##a) argument
/openbmc/linux/fs/ubifs/
H A Dgc.c105 static int data_nodes_cmp(void *priv, const struct list_head *a, in data_nodes_cmp() argument
113 if (a == b) in data_nodes_cmp()
116 sa = list_entry(a, struct ubifs_scan_node, list); in data_nodes_cmp()
149 static int nondata_nodes_cmp(void *priv, const struct list_head *a, in nondata_nodes_cmp() argument
157 if (a == b) in nondata_nodes_cmp()
160 sa = list_entry(a, struct ubifs_scan_node, list); in nondata_nodes_cmp()
/openbmc/linux/fs/gfs2/
H A Dsys.c40 struct gfs2_attr *a = container_of(attr, struct gfs2_attr, attr); in gfs2_attr_show() local
41 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show()
48 struct gfs2_attr *a = container_of(attr, struct gfs2_attr, attr); in gfs2_attr_store() local
49 return a->store ? a->store(sdp, buf, len) : len; in gfs2_attr_store()
/openbmc/qemu/contrib/plugins/
H A Dcache.c585 static int dcmp(gconstpointer a, gconstpointer b) in dcmp() argument
587 InsnData *insn_a = (InsnData *) a; in dcmp()
593 static int icmp(gconstpointer a, gconstpointer b) in icmp() argument
595 InsnData *insn_a = (InsnData *) a; in icmp()
601 static int l2_cmp(gconstpointer a, gconstpointer b) in l2_cmp() argument
603 InsnData *insn_a = (InsnData *) a; in l2_cmp()
/openbmc/qemu/hw/pci/
H A Dshpc.c453 unsigned a = addr + i; in shpc_write() local
454 uint8_t wmask = shpc->wmask[a]; in shpc_write()
455 uint8_t w1cmask = shpc->w1cmask[a]; in shpc_write()
457 shpc->config[a] = (shpc->config[a] & ~wmask) | (val & wmask); in shpc_write()
458 shpc->config[a] &= ~(val & w1cmask); /* W1C: Write 1 to Clear */ in shpc_write()
/openbmc/qemu/hw/misc/
H A Dmos6522.c325 val = s->a; in mos6522_read()
417 s->a = (s->a & ~s->dira) | (val & s->dira); in mos6522_write()
516 mos6522_reg_names[1], s->a); in qmp_x_query_via_foreach()
629 VMSTATE_UINT8(a, MOS6522State),
650 s->a = 0; in mos6522_reset_hold()
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-systemd.bbclass14 # Inhibit the warning that is displayed if a service unit without a
42 # Typically SYSTEMD_SUBSTITUTIONS is used to deploy a range
43 # of overrides from a single template file. To simply install
44 # a single override use "foo.conf:my-service.d/foo.conf"
124 'have a restart policy defined.' % unit.name)
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h100 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]*
101 #define DATA_MAIN .data .data.[0-9a-zA-Z_]* .data..L* .data..compoundliteral* .data.$__unnamed_* .d…
102 #define SDATA_MAIN .sdata .sdata.[0-9a-zA-Z_]*
103 #define RODATA_MAIN .rodata .rodata.[0-9a-zA-Z_]* .rodata..L*
104 #define BSS_MAIN .bss .bss.[0-9a-zA-Z_]* .bss..L* .bss..compoundliteral*
105 #define SBSS_MAIN .sbss .sbss.[0-9a-zA-Z_]*
/openbmc/linux/net/tipc/
H A Dudp_media.c130 static int tipc_udp_addr2str(struct tipc_media_addr *a, char *buf, int size) in tipc_udp_addr2str() argument
132 struct udp_media_addr *ua = (struct udp_media_addr *)&a->value; in tipc_udp_addr2str()
147 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr() argument
155 tipc_udp_media_addr_set(a, ua); in tipc_udp_msg2addr()
160 static int tipc_udp_addr2msg(char *msg, struct tipc_media_addr *a) in tipc_udp_addr2msg() argument
164 memcpy(msg + TIPC_MEDIA_ADDR_OFFSET, a->value, in tipc_udp_addr2msg()
/openbmc/linux/Documentation/devicetree/bindings/arc/
H A Darchs-pct.txt3 The ARC HS can be configured with a pipeline performance monitor for counting
/openbmc/linux/net/bluetooth/cmtp/
H A DKconfig6 CMTP (CAPI Message Transport Protocol) is a transport layer
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A DKconfig12 To compile this driver as a module, choose M here. This module will

1...<<571572573574575576577578579580>>...893