Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/sdbusplus/tools/
H A Dsdbus++-gen-meson216 nl=$'\n'
224 sources="${sources}${ind}'${yamldir}/$1.${s}',${nl}"
228 outputs="${outputs}${ind}'error.cpp',${nl}"
229 install="${install}${ind}false,${nl}"
231 outputs="${outputs}${ind}'error.hpp',${nl}"
232 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}"
236 outputs="${outputs}${ind}'event.cpp',${nl}"
237 install="${install}${ind}false,${nl}"
239 outputs="${outputs}${ind}'event.hpp',${nl}"
240 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}"
[all …]
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
99 static inline void _insl(volatile u32 * port, void *buf, int nl) in _insl() argument
102 while (nl--) in _insl()
106 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl() argument
109 while (nl--) { in _outsl()
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() argument
133 while (nl--) in _insl_ns()
137 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() argument
140 while (nl--) { in _outsl_ns()
[all …]
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc_intf.h70 #define ISREQUEST(nl) (((nl) & 1) == 0) /* test for request */ argument
71 #define ISRESPONSE(nl) (((nl) & 1) == 1) /* test for response */ argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
75 extern void _insl(volatile u32 *port, void *buf, int nl);
76 extern void _outsl(volatile u32 *port, const void *buf, int nl);
79 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
80 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
89 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
90 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_private.h96 int nl = 0; in DECLARE_CODEC32() local
106 nl = 1; in DECLARE_CODEC32()
108 nl = 0; in DECLARE_CODEC32()
115 if (!nl) in DECLARE_CODEC32()
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dmusl-locales_git.bb42 LICENSE:locale-base-nl-nl = "MIT"
60 locale-base-nl-nl \
78 FILES:locale-base-nl-nl += "${datadir}/i18n/locales/musl/nl_NL.UTF-8"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ldns/
H A Dldns_1.8.4.bb2 HOMEPAGE = "https://nlnetlabs.nl/ldns"
6 SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz"
/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst59 - nl
122 - nl-be
128 "nl-be" correspond to the same dip switch value. By default, if no value is
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/
H A Datop_2.11.0.bb10 HOMEPAGE = "http://www.atoptool.nl"
20 SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \
28 UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php"
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build26 'nl': '-l nl',
/openbmc/u-boot/board/topic/zynq/
H A DMAINTAINERS2 M: Mike Looijmans <mike.looijmans@topic.nl>
/openbmc/u-boot/board/mini-box/picosam9g45/
H A DMAINTAINERS2 M: Erik van Luijk <evanluijk@interact.nl>
/openbmc/qemu/io/
H A Dchannel-websock.c209 char *nl, *sep, *tmp; in qio_channel_websock_extract_headers() local
222 nl = strstr(buffer, QIO_CHANNEL_WEBSOCK_HANDSHAKE_DELIM); in qio_channel_websock_extract_headers()
223 if (!nl) { in qio_channel_websock_extract_headers()
227 *nl = '\0'; in qio_channel_websock_extract_headers()
264 buffer = nl + strlen(QIO_CHANNEL_WEBSOCK_HANDSHAKE_DELIM); in qio_channel_websock_extract_headers()
278 nl = strstr(buffer, QIO_CHANNEL_WEBSOCK_HANDSHAKE_DELIM); in qio_channel_websock_extract_headers()
279 if (nl) { in qio_channel_websock_extract_headers()
280 *nl = '\0'; in qio_channel_websock_extract_headers()
308 if (nl) { in qio_channel_websock_extract_headers()
309 buffer = nl + strlen(QIO_CHANNEL_WEBSOCK_HANDSHAKE_DELIM); in qio_channel_websock_extract_headers()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dnl-Delta1 # Initial Tuning file for nl-DELTA
H A Dnl-Ziggo1 # Initial Tuning file for nl-Ziggo
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch85 register struct namelist *nl;
106 struct namelist *nl;
H A Drdist-6.1.5-cleanup.patch21 - register struct namelist *nl;
22 + struct namelist *nl;
97 - register struct namelist *nl;
98 + struct namelist *nl;
211 - register struct namelist *nl, *prev;
213 + struct namelist *nl, *prev;
221 extern char *getnlstr(nl)
222 - register struct namelist *nl;
223 + struct namelist *nl;
255 - register struct namelist *nl;
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/
H A Dtearsofsteel-1080p.bb5 SRC_URI = "http://ftp.nluug.nl/pub/graphics/blender/demo/movies/ToS/ToS-4k-1920.mov"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/
H A Dedid-decode_git.bb3 HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html"
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
201 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mtr/
H A Dmtr_0.95.bb3 HOMEPAGE = "http://www.bitwizard.nl/mtr/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-configure.ac-remove-AM_PO_SUBDIRS.patch19 …ALL_LINGUAS="az cs da de en_GB es eu fi fr hu id is it ja nl pa pl pt_BR ro ru rw sk sr sv uk vi z…
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y110 input: nl start | start;
116 mainmenu_stmt: T_MAINMENU prompt nl
348 if_entry: T_IF expr nl
495 nl:
497 | nl T_EOL
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dbe-All2 # Created from http://nl.wikipedia.org/wiki/DVB-T-frequenties
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch20 @@ -16,8 +16,8 @@ char *v_ifdown = "@(#)ifdown.c 1.11 02-Jun-1998 miquels@cistron.nl";

123