Home
last modified time | relevance | path

Searched refs:a (Results 19251 – 19275 of 22310) sorted by relevance

1...<<771772773774775776777778779780>>...893

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/
H A Dntp_4.2.8p18.bb3 synchronize the time of a computer client or server to \
4 another server or reference time source, such as a radio \
/openbmc/qemu/
H A Dqemu.nsi17 ; You should have received a copy of the GNU General Public License
40 ; Build a unicode installer
/openbmc/qemu/crypto/
H A Dcipher-builtin.c.inc16 * You should have received a copy of the GNU Lesser General Public
41 error_setg(errp, "Length %zu must be a multiple of block size %zu",
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp397 [](const std::string& a, const std::string& b) { in readLoggingObjectPaths() argument
399 fs::path pathA(a); in readLoggingObjectPaths()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3796 struct nlattr *a; in ip_vs_genl_new_daemon() local
3809 if (a) in ip_vs_genl_new_daemon()
3810 c.sync_maxlen = nla_get_u16(a); in ip_vs_genl_new_daemon()
3813 if (a) { in ip_vs_genl_new_daemon()
3815 c.mcast_group.ip = nla_get_in_addr(a); in ip_vs_genl_new_daemon()
3820 if (a) { in ip_vs_genl_new_daemon()
3836 if (a) in ip_vs_genl_new_daemon()
3837 c.mcast_port = nla_get_u16(a); in ip_vs_genl_new_daemon()
3839 a = attrs[IPVS_DAEMON_ATTR_MCAST_TTL]; in ip_vs_genl_new_daemon()
3840 if (a) in ip_vs_genl_new_daemon()
[all …]
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Disp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
36 # to call a given routine. The stub routine actually performs the
37 # callout. The ISP code does a "bsr" to the stub routine. This
38 # extra layer of hierarchy adds a slight performance penalty but
492 # div64() may take a divide by zero exception.
918 mov.w %d0,%d1 # make a copy
/openbmc/linux/Documentation/fb/
H A Dmatroxfb.rst8 This is a driver for a graphic framebuffer for Matrox devices on
13 * It provides a nice large console (128 cols + 48 lines with 1024x768)
30 If you want, for example, enable a resolution of 1280x1024x24bpp you should
196 It is a default.
338 them (maybe that chip overheats, but it has a very big cooler (G100 has
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c61 struct metric_event *a = container_of(rb_node, in metric_event_cmp() local
66 if (a->evsel == b->evsel) in metric_event_cmp()
68 if ((char *)a->evsel < (char *)b->evsel) in metric_event_cmp()
401 struct mep *a = container_of(rb_node, struct mep, nd); in mep_cmp() local
405 ret = strcmp(a->metric_group, b->metric_group); in mep_cmp()
409 return strcmp(a->metric_name, b->metric_name); in mep_cmp()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c777 int a; in test_bpf_hash_map() member
810 key.a = i + 1; in test_bpf_hash_map()
814 expected_key_a += key.a; in test_bpf_hash_map()
870 int a; in test_bpf_percpu_hash_map() member
891 key.a = i + 1; in test_bpf_percpu_hash_map()
894 expected_key_a += key.a; in test_bpf_percpu_hash_map()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c739 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() argument
744 out[i] = a[i] ^ b[i]; in xor_128()
747 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() argument
752 out[i] = a[i] ^ b[i]; in xor_32()
755 static u8 sbox(u8 a) in sbox() argument
757 return sbox_table[(sint)a]; in sbox()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x6 Enabling a source implies the source has been configured
7 properly and a sink has been identidifed for it. The path
83 Description: (Write) Cancels all configuration on a trace unit and set it back
199 Description: (RW) Moves the sequencer state to a specific state.
205 Description: (RW) Moves the sequencer to state 0 when a programmed event
526 trcidr0.tssize to see if a global timestamp is available.
/openbmc/linux/drivers/staging/vt6655/
H A Drxtx.c454 byPktType, &buf->a); in s_uFillDataHead()
487 byPktType, &buf->a); in s_uFillDataHead()
515 byPktType, &buf->a); in s_uFillDataHead()
610 byPktType, &buf->a); in s_vFillRTSHead()
645 byPktType, &buf->a); in s_vFillRTSHead()
717 byPktType, &buf->a); in s_vFillRTSHead()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-asus-tf101.dts32 * The decompressor and also some bootloaders rely on a
513 wm8903: audio-codec@1a {
963 /* PMIC has a built-in 32KHz oscillator which is used by PMC */
1216 * but it's a much more complex solution. The "skin"
1217 * zone is a simpler solution which prevents TF101 from
1218 * getting too hot from a user's tactile perspective.
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-blueridge.dts341 temperature-sensor@4a {
515 temperature-sensor@4a {
743 led@a {
880 led@a {
1009 led@a {
1211 temperature-sensor@4a {
/openbmc/linux/drivers/video/fbdev/
H A Dpm2fb.c55 #define DPRINTK(a, b...) \ argument
56 printk(KERN_DEBUG "pm2fb: %s: " a, __func__ , ## b)
58 #define DPRINTK(a, b...) no_printk(a, ##b) argument
186 #define WAIT_FIFO(p, a) argument
188 static inline void WAIT_FIFO(struct pm2fb_par *p, u32 a) in WAIT_FIFO() argument
190 while (pm2_RD(p, PM2R_IN_FIFO_SPACE) < a) in WAIT_FIFO()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas205 a). reset the controller chips -- Xscale and Gen2 which
371 a max of 60 seconds to respond to the INIT cmd.
400 this was resulting in a value greater than max SGL supported
405 10. FW may take a max of 60 seconds to respond to the INIT
623 …The template will have definitions that will be initialised to appropriate values for a specific f…
633 …"There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepaths and …
639 …"MEGASAS_IOC_FIRMWARE can't be redefined if CONFIG_COMPAT is set, we need to define a MEGASAS_IOC_…
/openbmc/linux/Documentation/sound/cards/
H A Dmultisound.sh453 X * setdigital.c - sets the DIGITAL1 input for a mixer
467 X * You should have received a copy of the GNU General Public License
574 X * You should have received a copy of the GNU General Public License
1082 X * You should have received a copy of the GNU General Public License
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c107 const struct p54_channel_entry *a = _a; in p54_compare_channels() local
110 return a->freq - b->freq; in p54_compare_channels()
116 const struct p54_rssi_db_entry *a = _a; in p54_compare_rssichan() local
119 return a->freq - b->freq; in p54_compare_rssichan()
/openbmc/linux/crypto/
H A Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
44 (a) += f((b), (c), (d)) + le32_to_cpup(&(x)) + (k); \
45 (a) = rol32((a), (s)) + (e); \
H A Dccm.c149 static int format_adata(u8 *adata, unsigned int a) in format_adata() argument
156 if (a < 65280) { in format_adata()
157 *(__be16 *)adata = cpu_to_be16(a); in format_adata()
161 *(__be32 *)&adata[2] = cpu_to_be32(a); in format_adata()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_init.c760 int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a) in ql4xxx_lock_drvr_wait() argument
767 if (ql4xxx_lock_drvr(a) == 0) { in ql4xxx_lock_drvr_wait()
771 a->host_no, in ql4xxx_lock_drvr_wait()
776 "acquired\n", a->host_no, __func__)); in ql4xxx_lock_drvr_wait()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py62 if any(not opt_compare(a, b) for a,b in zip(self, other)):
64 return TypeIdentifiers(*(merge(a, b) for a,b in zip(self, other)))
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c131 if (tb->a[i]) { in __tegra_buf_cleanup()
132 tegra_vde_dmabuf_cache_unmap(ctx->vde, tb->a[i], true); in __tegra_buf_cleanup()
133 tb->a[i] = NULL; in __tegra_buf_cleanup()
180 dma_dir, &tb->a[i], in tegra_buf_init()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst19 care of pinging a running hardware watchdog until userspace opens the
21 timeout. Setting this to a non-zero value can be useful to ensure that
321 Force selection of a timeout setting without initial delay
565 Should a ThermTrip trigger the reset generator
/openbmc/linux/drivers/pci/
H A Diov.c272 struct attribute *a, int n) in sriov_vf_attrs_are_visible() argument
280 return a->mode; in sriov_vf_attrs_are_visible()
551 struct attribute *a, int n) in sriov_pf_attrs_are_visible() argument
558 return a->mode; in sriov_pf_attrs_are_visible()

1...<<771772773774775776777778779780>>...893