Home
last modified time | relevance | path

Searched refs:in (Results 101 – 125 of 13423) sorted by relevance

12345678910>>...537

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/
H A DModify-configure.in-and-etc-Makefile.am.patch4 Subject: [PATCH] Modify configure.in and etc/Makefile.am
13 configure.in | 6 +++++-
15 etc/radiusclient.conf.in | 2 +-
18 diff --git a/configure.in b/configure.in
20 --- a/configure.in
21 +++ b/configure.in
62 radiusclient.conf: radiusclient.conf.in
69 diff --git a/etc/radiusclient.conf.in b/etc/radiusclient.conf.in
71 --- a/etc/radiusclient.conf.in
72 +++ b/etc/radiusclient.conf.in
[all …]
/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/
H A Dfix-rs6000-crt0.patch4 name for crt0 in specific, so performing all of them results in an error during
14 Index: git/libgloss/rs6000/Makefile.in
16 --- git.orig/libgloss/rs6000/Makefile.in
17 +++ git/libgloss/rs6000/Makefile.in
22 - set -e; for x in ${MVME_CRT0} ${MVME_BSP} ${MVME_SCRIPTS}; do ${INSTALL_DATA} $$x $(DESTDIR)${too…
33 …set -e; for x in ${YELLOWKNIFE_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib…
37 - set -e; for x in ${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
38 + set -e; for x in ${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
39 …set -e; for x in ${ADS_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib${MULTIS…
43 - set -e; for x in ${MBX_CRT0} ${MBX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISU…
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2-timings.yaml19 Maximum DDR clock frequency for the speed-bin, in Hz.
30 SELF REFRESH) in pico seconds.
46 Four-bank activate window in pico seconds.
50 Row active time in nano seconds.
55 Row active time in pico seconds.
60 RAS-to-CAS delay in pico seconds.
65 Row precharge time (all banks) in pico seconds.
70 Active bank A to active bank B in pico seconds.
80 WRITE recovery time in pico seconds.
95 Long calibration time in pico seconds.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/
H A Dmpv_0.35.1.bb61 if "x11" in packageconfig and "opengl" in packageconfig:
63 if "x11" in packageconfig and "egl" in packageconfig:
65 if "egl" in packageconfig and "drm" in packageconfig:
67 if "vaapi" in packageconfig and "x11" in packageconfig:
69 if "vaapi" in packageconfig and "drm" in packageconfig:
71 if "vaapi" in packageconfig and "x11" in packageconfig and "egl" in packageconfig:
73 if "vdpau" in packageconfig and "opengl" in packageconfig and "x11" in packageconfig:
75 if "wayland" in packageconfig and "opengl" in packageconfig:
77 if "wayland" in packageconfig and "vaapi" in packageconfig:
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch44 - case "$CC" in
51 case $ac_sys_system in
53 - case $CC in
62 - case $CC in
63 + case $cc_basename in
71 -case $CC in
72 +case $cc_basename in
80 -case $CC in
81 +case $cc_basename in
98 -case "$CC" in
[all …]
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c201 const struct ib_mad *in, struct ib_mad *out, in mthca_process_mad() argument
211 forward_trap(to_mdev(ibdev), port_num, in); in mthca_process_mad()
223 if (in->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
224 in->mad_hdr.method != IB_MGMT_METHOD_SET && in mthca_process_mad()
232 if (in->mad_hdr.attr_id == IB_SMP_ATTR_SM_INFO || in mthca_process_mad()
239 if (in->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
240 in->mad_hdr.method != IB_MGMT_METHOD_SET) in mthca_process_mad()
246 in->mad_hdr.method == IB_MGMT_METHOD_SET && in mthca_process_mad()
247 in->mad_hdr.attr_id == IB_SMP_ATTR_PORT_INFO && in mthca_process_mad()
253 in_grh, in, out); in mthca_process_mad()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dbinstr.S7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
26 | Copy the fraction in d2:d3 to d4:d5.
39 | zero, it is the ls digit. Put the digit in its place in the
99 swap %d6 |put 0 in d6 lower word
118 addw %d1,%d7 |add in ls digit to d7b
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
126 movew %d1,%d7 |put new digit in d7b
127 swap %d7 |put LEN counter in word d7a
130 swap %d7 |put last digit in string
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td043mtea1.c336 struct omap_dss_device *in = ddata->in; in tpo_td043_connect() local
347 struct omap_dss_device *in = ddata->in; in tpo_td043_disconnect() local
352 in->ops.dpi->disconnect(in, dssdev); in tpo_td043_disconnect()
358 struct omap_dss_device *in = ddata->in; in tpo_td043_enable() local
371 r = in->ops.dpi->enable(in); in tpo_td043_enable()
382 in->ops.dpi->disable(in); in tpo_td043_enable()
395 struct omap_dss_device *in = ddata->in; in tpo_td043_disable() local
400 in->ops.dpi->disable(in); in tpo_td043_disable()
412 struct omap_dss_device *in = ddata->in; in tpo_td043_set_timings() local
417 in->ops.dpi->set_timings(in, timings); in tpo_td043_set_timings()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0030-Run-python-scripts-using-env.patch11 bin/dnf-automatic.in | 2 +-
12 bin/dnf.in | 2 +-
15 diff --git a/bin/dnf-automatic.in b/bin/dnf-automatic.in
17 --- a/bin/dnf-automatic.in
18 +++ b/bin/dnf-automatic.in
25 diff --git a/bin/dnf.in b/bin/dnf.in
27 --- a/bin/dnf.in
28 +++ b/bin/dnf.in
/openbmc/linux/Documentation/netlink/specs/
H A Ddevlink.yaml35 # TODO: fill in the attributes in between
42 # TODO: fill in the attributes in between
54 # TODO: fill in the attributes in between
61 # TODO: fill in the attributes in between
68 # TODO: fill in the attributes in between
75 # TODO: fill in the attributes in between
106 # TODO: fill in the attributes in between
113 # TODO: fill in the attributes in between
120 # TODO: fill in the attributes in between
131 # TODO: fill in the attributes in between
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass322 if not "-dbg" in name and not "-ptest" in name:
441 if "GNU_HASH" in line or "MIPS_XHASH" in line:
761 if 'la' in skip:
815 for e in errors:
832 for e in errors:
878 for e in errors:
887 if not "-dbg" in pkg and not "packagegroup-" in pkg and not "-image" in pkg:
897 if "-dbg" in rdepend and "debug-deps" not in skip:
1223 if w in testmatrix and testmatrix[w] in g:
1230 if e in testmatrix and testmatrix[e] in g:
[all …]
H A Dpackage_pkgdata.bbclass20 for pkgarch in pkgarchs:
23 for l in f:
55 for dep in taskdepdata:
80 for dep in set(start):
86 for dep in taskdepdata:
94 if dep in start:
100 for dep in setscenedeps:
105 for dep in set(start):
117 for dep in next:
148 for dep in configuredeps:
[all …]
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dsrq.c44 struct mlx5_srq_attr *in, in create_srq_user() argument
84 in->umem = srq->umem; in create_srq_user()
92 in->uid = (in->type != IB_SRQT_XRC) ? to_mpd(pd)->uid : 0; in create_srq_user()
95 in->user_index = uidx; in create_srq_user()
139 in->pas = kvcalloc(srq->buf.npages, sizeof(*in->pas), GFP_KERNEL); in create_srq_kernel()
140 if (!in->pas) { in create_srq_kernel()
161 kvfree(in->pas); in create_srq_kernel()
265 in.tm_log_list_size = in mlx5_ib_create_srq()
267 if (in.tm_log_list_size > in mlx5_ib_create_srq()
282 in.db_record = srq->db.dma; in mlx5_ib_create_srq()
[all …]
/openbmc/u-boot/doc/
H A DREADME.mxc_ocotp14 The section numbers in this file refer to the i.MX6 Reference Manual.
16 A fuse word contains 32 fuse bit slots, as explained in 46.2.1.
18 A bank contains 8 fuse word slots, as explained in 46.2.1 and shown by the
19 memory map in 46.4.
22 implemented in the fusebox.
24 See the README files of the SoCs using this driver in order to know the
25 conventions used by U-Boot to store some specific data in the fuses, e.g. MAC
32 using "Bankx Wordy" from the memory map in 46.4. This is explained in
33 detail by the first two paragraphs in 46.2.1.2.
37 the steps in 46.2.1.2.
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_arrays.c12 char in[256]; member
42 struct core_reloc_arrays *in = (void *)&data.in; in test_core_arrays() local
45 if (CORE_READ(&out->a2, &in->a[2])) in test_core_arrays()
47 if (CORE_READ(&out->b123, &in->b[1][2][3])) in test_core_arrays()
49 if (CORE_READ(&out->c1c, &in->c[1].c)) in test_core_arrays()
51 if (CORE_READ(&out->d00d, &in->d[0][0].d)) in test_core_arrays()
53 if (CORE_READ(&out->f01c, &in->f[0][1].c)) in test_core_arrays()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp26 for item in settingsDict[object]:
41 % for object in objects:
42 % for item in settingsDict[object]:
71 % for i in set(sdbusplus_includes):
105 % for object in objects:
110 % for n in ns:
117 for item in settingsDict[object]:
120 if 'Validation' in meta:
229 % if propName in validators:
439 % for object in objects:
[all …]
/openbmc/linux/fs/efs/
H A Dinode.c57 struct efs_inode_info *in; in efs_iget() local
68 in = INODE_INFO(inode); in efs_iget()
130 in->lastextent = 0; in efs_iget()
135 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget()
211 last = in->lastextent; in efs_map_block()
219 if (in->numextents == 1) { in efs_map_block()
224 direxts = in->numextents; in efs_map_block()
231 cur = (last + dirext) % in->numextents; in efs_map_block()
233 in->lastextent = cur; in efs_map_block()
245 indexts = in->numextents; in efs_map_block()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/files/
H A Dfix-pc.patch3 diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in
4 --- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400
5 +++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500
14 diff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in
15 --- ./log4cpp.orig/log4cpp.pc.in 2004-01-27 05:24:25.000000000 -0500
16 +++ ./log4cpp/log4cpp.pc.in 2016-02-22 15:06:55.769327491 -0500
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/
H A Duse-no-name-option-for-gzip.patch23 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
24 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
26 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
27 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
30 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
35 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
39 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
48 for i in $(PSF_VGAW) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
53 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
57 for i in $(PCF) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done
[all …]
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Duser.rst11 This file contains the documentation for the sysctl files in
14 The files in this directory can be used to override the default
22 no program in normal operation should run into these limits.
25 the user in the user namespace who created the object and
26 verified to be below the per user limit in that user namespace.
31 limits in the user namespaces of those users.
36 Currently, these files are in /proc/sys/user:
47 The maximum number of ipc namespaces that any user in the current
59 The maximum number of network namespaces that any user in the
65 The maximum number of pid namespaces that any user in the current
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1652 if (in->my_dev->param.is_yaffs2 && in->parent != in->my_dev->del_dir) { in yaffs_generic_obj_del()
1659 yaffs_chunk_del(in->my_dev, in->hdr_chunk, 1, __LINE__); in yaffs_generic_obj_del()
1907 return in; in yaffs_find_by_number()
2137 if (!in) { in yaffs_create_obj()
2179 in = NULL; in yaffs_create_obj()
2182 if (in) in yaffs_create_obj()
2185 return in; in yaffs_create_obj()
3165 if (!in || !in->lazy_loaded || in->hdr_chunk < 1) in yaffs_check_obj_details_loaded()
3277 if (in->fake && in != dev->root_dir && !force && !xmod) in yaffs_update_oh()
3822 yaffs_change_obj_name(in, in->my_dev->del_dir, in yaffs_unlink_file_if_needed()
[all …]
/openbmc/obmc-console/test/
H A Dtest-client-escape.c39 const char *in[4]; member
57 .in = { "a" },
65 .in = { "a", "b" },
73 .in = { "a\r~." },
81 .in = { "a\r~" },
97 .in = { "a\r~~." },
105 .in = { "a\r~~" },
114 .in = { "ab" },
123 .in = { "abc" },
132 .in = { "abcd" },
[all …]
/openbmc/linux/fs/ceph/
H A Dquota.c133 struct inode *in; in lookup_quotarealm_inode() local
163 if (IS_ERR(in)) { in lookup_quotarealm_inode()
169 qri->inode = in; in lookup_quotarealm_inode()
173 return in; in lookup_quotarealm_inode()
217 struct inode *in; in get_quota_realm() local
241 if (!in) { in get_quota_realm()
255 iput(in); in get_quota_realm()
351 if (!in) { in check_quota_exceeded()
394 iput(in); in check_quota_exceeded()
502 if (in) { in ceph_quota_update_statfs()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/util-macros/
H A D0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch4 Subject: [PATCH] xorg-macros.m4.in: do not run AC_CANONICAL_HOST in manpage
14 xorg-macros.m4.in | 1 -
17 diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
19 --- a/xorg-macros.m4.in
20 +++ b/xorg-macros.m4.in
22 # Added AC_PROG_SED in version 1.8
28 case $host_os in
/openbmc/u-boot/lib/lzma/
H A Dhistory.txt30 - Some changes in ANSI-C 7z Decoder interfaces.
51 - The bug in ANSI-C LZMA Decoder was fixed:
55 - LZMA SDK is placed in the public domain.
67 allocated range in some rare cases.
79 - Speed optimizations in Ñ++ LZMA Decoder.
100 - Small changes in .h files in ANSI-C version.
138 - The bug in 7z_C (7zIn.c) was fixed:
155 - The bug in LzmaDecodeSize.c was fixed:
162 - Fixes in 7z_C code and LzmaTest.c:
169 - Small fixes in C++ code
[all …]

12345678910>>...537