Home
last modified time | relevance | path

Searched full:headers (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py67 def request_login(self, headers, url, credential, timeout=10): argument
72 headers By default headers is assigned as application/json.
73 If user assign the headers,
74 then default headers is not considered.
86 if headers == "None":
87 headers = dict()
88 headers["Content-Type"] = "application/json"
101 self, headers=headers, url=url, data=credential
106 def request_get(self, headers, url, timeout=10, verify=False): argument
111 headers By default headers is assigned as application/json.
[all …]
H A Drest_client.robot46 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Accept=application/json
47 Set To Dictionary ${kwargs} headers ${headers}
72 ${headers}= Create Dictionary Content-Type=application/json
74 Set To Dictionary ${kwargs} headers ${headers}
97 ${headers}= Create Dictionary Content-Type=application/json
100 ${resp}= PUT On Session openbmc ${base_uri} json=${kwargs["data"]} headers=${headers}
121 ${headers}= Create Dictionary Content-Type=application/json
123 Set To Dictionary ${kwargs} headers ${headers}
166 ${headers}= Create Dictionary Content-Type=application/json
169 ${resp}= POST On Session openbmc /login json=${data} headers=${headers}
[all …]
/openbmc/qemu/scripts/
H A Dupdate-linux-headers.sh3 # Update Linux kernel headers QEMU requires from a specified kernel tree.
13 # The script will copy the headers into two target folders:
15 # - linux-headers/ for files that are required for compiling for a
17 # and defines that are more recent than the headers that might be
19 # file copies for these headers.
21 # - include/standard-headers/ for files that are used for guest
24 # kernel headers, but we need those definitions regardless of which
26 # sanitize the headers to remove any use of Linux-specifics such as
30 hdrdir="$tmpdir/headers"
37 usage: update-kernel-headers.sh LINUX_PATH [OUTPUT_PATH]
[all …]
/openbmc/phosphor-misc/http-redirect/
H A Dtest.awk12 function reportfail(resultfile, expect, request, headers)
21 for (h in headers)
22 print("headers:" headers[h])
28 function test(code, expect, request, headers)
30 runtest(cmd, request, headers)
31 result = check(resultfile, code, expect, request, headers)
34 reportfail(resultfile, expect, request, headers)
37 function check(resultfile, code, expect, request, headers)
56 function runtest(cmd, request, headers, h, OORS)
64 for (h in headers)
[all …]
H A Dhttp-redirect.awk37 # headers start on the next line
48 headers[header] = headers[header] " " $0
64 # Headers are case insensitive, so normalize token to upper case.
67 # RFC2616 4.2 multiple instances of a headers is only valid for for
70 if (header in headers)
71 prior = headers[header] ", "
72 headers[header] = prior content
74 trace("found header >"header"< with content >"headers[header]"<")
79 # A blank line marks the end of the headers.
82 trace("end of request headers")
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch10 * Makefile (install-headers): Preserve old behavior: depend on
11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers
16 * Makefile: Amend make install-headers to install everything
18 part of 'install-headers', not 'install-others'.
19 If install-bootstrap-headers is 'yes', install a dummy copy of
43 +# other headers, so 'make install-headers' produces a useable include
46 +ifeq ($(install-bootstrap-headers),yes)
47 +install-headers: $(inst_includedir)/gnu/stubs.h
53 headers += gnu/lib-names.h
62 +ifeq ($(install-bootstrap-headers),yes)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch46 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
50 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
51 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
52 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
54 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h')
57 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h')
61 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
65 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
66 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
67 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/
H A Dfixup-install-docdir.patch15 diff -uNr a/doc/headers/Makefile.am b/doc/headers/Makefile.am
16 --- a/doc/headers/Makefile.am 2014-10-30 22:06:29.704574162 +0100
17 +++ b/doc/headers/Makefile.am 2014-10-30 22:07:43.578524791 +0100
21 -dochdrdir = $(prefix)/doc/@PACKAGE@/headers
22 +dochdrdir = $(docdir)/headers
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot65 ${headers}= Create Dictionary Content-Type=application/json
69 ... openbmc /redfish/v1/SessionService/Sessions headers=${headers}
111 ${headers}= Create Dictionary Content-Type=application/json
114 …}= POST On Session openbmc /redfish/v1/SessionService/Sessions data=${data} headers=${headers}
117 ${headers}= Create Dictionary Content-Type=application/json
118 ... X-Auth-Token=${resp.headers["X-Auth-Token"]}
119 …{resp}= DELETE On Session openbmc ${REDFISH_SESSION}${/}${resp.json()["Id"]} headers=${headers}
H A Dtest_service_root_security.robot51 ${headers}= Create Dictionary Content-Type=application/json
55 ... data=${data} headers=${headers}
66 ${headers}= Create Dictionary Content-Type=application/json
70 ... data=${data} headers=${headers}
139 # The getheaders() method returns the headers as a list of tuples:
140 # headers:
156 ${headers}= Key Value List To Dict ${resp.getheaders()}
157 Rprint Vars headers fmt=1
159 Dictionary Should Contain Sub Dictionary ${headers} ${header_requirements}
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/
H A D0001-configure.ac-don-t-require-eglmesaext.h.patch12 fixes commit fb1acfec ("Fix building against libglvnd-provided EGL headers")
32 - [AC_MSG_ERROR([Unable to locate required EGL headers])])
36 - [AC_MSG_ERROR([Unable to locate required EGL headers])],
41 - [AC_MSG_ERROR([Unable to locate required EGL headers])],
55 +dnl Test for the existence of egl headers.
57 +dnl In that case AC_CHECK_HEADERS failes if X11 headers are not available.
60 +dnl require additional headers.
64 + [AC_MSG_ERROR([Unable to locate required EGL headers])],
72 + [AC_MSG_ERROR([Unable to locate required EGL headers])],
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-headers_1.4.313.0.bb4 games and interactive media. This package contains the development headers \
7 BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
12 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https"
24 # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools,
H A Dvulkan-loader_1.4.313.0.bb4 provide only the common vendor-agnostic library loader, headers and \
21 DEPENDS += "vulkan-headers"
39 # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools,
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch14 .../instrumentation/syscalls/headers/arm-32-syscalls_pointers.h | 2 ++
17 …it a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h b/include/instrumentation…
19 --- a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h
20 +++ b/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_fs.h6 #include "standard-headers/linux/types.h"
7 #include "standard-headers/linux/virtio_ids.h"
8 #include "standard-headers/linux/virtio_config.h"
9 #include "standard-headers/linux/virtio_types.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch14 src/headers/gpm.h | 9 ++++++++-
17 diff --git a/src/headers/gpm.h b/src/headers/gpm.h
19 --- a/src/headers/gpm.h
20 +++ b/src/headers/gpm.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch103 if not conf.CHECK_DECLS('malloc', headers='stdlib.h'):
124 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
132 - # headers to replace.h.
139 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
140 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
141 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
143 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h')
146 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h')
150 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
158 + # headers to replace.h.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch119 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
127 - # headers to replace.h.
134 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
135 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
136 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
138 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h')
141 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h')
145 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
153 + # headers to replace.h.
160 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch115 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
123 - # headers to replace.h.
130 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
131 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
132 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
134 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h')
137 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h')
141 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
149 + # headers to replace.h.
156 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch114 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
118 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
119 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
120 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
122 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h')
125 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h')
129 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
133 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
134 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
135 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dtest_utils.cpp2 // Meson runs clang-tidy directly on headers (.hpp), but the tool relies on
4 // This results in invalid diagnostics when headers are processed alone.
5 // The workaround ensures headers like test_utils.hpp are properly analyzed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/
H A Dopencl-headers_2024.10.24.bb1 SUMMARY = "OpenCL API Headers"
2 DESCRIPTION = "OpenCL compute API headers from Khronos Group"
9 SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \
/openbmc/qemu/include/hw/xen/
H A Dxen.h4 * must not depend on any xen headers being present in
11 * C files using Xen toolstack libraries will have included those headers
14 * by the *system* Xen headers which were transitively included.
17 * include xen_native.h, may need this defined so that the Xen headers
/openbmc/kcsbridge/src/
H A Dmeson.build1 headers = include_directories('.') variable
13 include_directories: headers,
20 include_directories: headers,
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers.inc1 SUMMARY = "Sanitized set of kernel headers for the C library's use"
3 …esigned to maintain an Application Programming Interface (API) stable version of the Linux headers"
12 # of linux-libc-headers since you have your own custom kernel. To put
15 # Why? These headers are used to build the libc. If you customise the
16 # headers you are customising the libc and the libc becomes machine
20 # But you have some kernel headers you need for some driver? That is fine
29 # an older libc ABI for that old kernel. The headers installed by this

12345678910>>...40