Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 2552) sorted by relevance

12345678910>>...103

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit38 destination d_auth { file("/var/log/auth.log"); };
39 destination d_cron { file("/var/log/cron.log"); };
40 destination d_daemon { file("/var/log/daemon.log"); };
41 destination d_kern { file("/var/log/kern.log"); };
42 destination d_lpr { file("/var/log/lpr.log"); };
43 destination d_mail { file("/var/log/mail.log"); };
44 destination d_syslog { file("/var/log/syslog"); };
45 destination d_user { file("/var/log/user.log"); };
46 destination d_uucp { file("/var/log/uucp.log"); };
50 destination d_mailinfo { file("/var/log/mail/mail.info"); };
[all …]
H A Dsyslog-ng.conf.systemd38 destination d_auth { file("/var/log/auth.log"); };
39 destination d_cron { file("/var/log/cron.log"); };
40 destination d_daemon { file("/var/log/daemon.log"); };
41 destination d_kern { file("/var/log/kern.log"); };
42 destination d_lpr { file("/var/log/lpr.log"); };
43 destination d_mail { file("/var/log/mail.log"); };
44 destination d_syslog { file("/var/log/syslog"); };
45 destination d_user { file("/var/log/user.log"); };
46 destination d_uucp { file("/var/log/uucp.log"); };
50 destination d_mailinfo { file("/var/log/mail/mail.info"); };
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch78 - DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
79 + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
91 -install(TARGETS containers DESTINATION lib)
92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR})
104 -install(TARGETS containers_test DESTINATION bin)
105 +install(TARGETS containers_test DESTINATION ${CMAKE_INSTALL_BINDIR})
110 -install(TARGETS containers_check_frame_int DESTINATION bin)
111 +install(TARGETS containers_check_frame_int DESTINATION ${CMAKE_INSTALL_BINDIR})
116 -#install(TARGETS containers_autotest DESTINATION bin)
117 +#install(TARGETS containers_autotest DESTINATION ${CMAKE_INSTALL_BINDIR})
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch44 - DESTINATION "${INSTALL_DOC_DIR_PREFIX}"
45 + DESTINATION "${INSTALL_DOC_DIR}"
53 - DESTINATION "${INSTALL_DOC_DIR_PREFIX}"
54 + DESTINATION "${INSTALL_DOC_DIR}"
62 - DESTINATION "${INSTALL_CMAKE_DIR_PREFIX}"
63 + DESTINATION "${INSTALL_CMAKE_DIR}"
70 - DESTINATION "${INSTALL_CMAKE_DIR_PREFIX}"
71 + DESTINATION "${INSTALL_CMAKE_DIR}"
77 - DESTINATION "${INSTALL_PKGCONFIG_DIR_PREFIX}"
78 + DESTINATION "${INSTALL_PKGCONFIG_DIR}"
[all …]
/openbmc/linux/Documentation/sound/cards/
H A Daudigy-mixer.rst22 neutral position leaving the signal unchanged. Note that if the same destination
240 This control specifies the destination - FX-bus accumulators. There are 24
243 * 0 - mono, A destination (FX-bus 0-63), default 0
244 * 1 - mono, B destination (FX-bus 0-63), default 1
245 * 2 - mono, C destination (FX-bus 0-63), default 2
246 * 3 - mono, D destination (FX-bus 0-63), default 3
247 * 4 - mono, E destination (FX-bus 0-63), default 4
248 * 5 - mono, F destination (FX-bus 0-63), default 5
249 * 6 - mono, G destination (FX-bus 0-63), default 6
250 * 7 - mono, H destination (FX-bus 0-63), default 7
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Drsmisc.c41 void *destination; in acpi_rs_convert_aml_to_resource() local
77 * destination is the internal resource descriptor in acpi_rs_convert_aml_to_resource()
80 destination = in acpi_rs_convert_aml_to_resource()
105 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
113 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
121 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
129 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
136 ACPI_SET8(destination, item_count); in acpi_rs_convert_aml_to_resource()
145 ACPI_SET16(destination, item_count); in acpi_rs_convert_aml_to_resource()
158 ACPI_SET16(destination, item_count); in acpi_rs_convert_aml_to_resource()
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-publish-sdk37 destination = args.dest
38 logger.debug("target_sdk = %s, update_server = %s" % (target_sdk, destination))
49 if ':' in destination:
51 host, destdir = destination.split(':')
55 dest_sdk = os.path.join(destination, sdk_basename)
56 destdir = destination
59 logger.debug("Making sure the destination directory exists")
61 mkdir(destination)
69 # Copying the SDK to the destination
70 logger.info("Copying the SDK to destination")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/
H A D0002-Add-package-configuration-files.patch23 - LIBRARY DESTINATION lib
24 - ARCHIVE DESTINATION lib
25 - RUNTIME DESTINATION lib)
27 -install (TARGETS avrogencpp RUNTIME DESTINATION bin)
29 -install (DIRECTORY api/ DESTINATION include/avro
32 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
33 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
34 + RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}
35 + INCLUDES DESTINATION include)
39 + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A Dfix-libdir.patch17 DESTINATION include/libubox
20 - ARCHIVE DESTINATION lib
21 - LIBRARY DESTINATION lib
22 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
23 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
31 - ARCHIVE DESTINATION lib
32 - LIBRARY DESTINATION lib
33 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
34 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
35 RUNTIME DESTINATION bin
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0002-fix-libdir-for-multilib.patch59 - LIBRARY DESTINATION "lib${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
60 - ARCHIVE DESTINATION "lib${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
61 + LIBRARY DESTINATION "lib${LIB_SUFFIX}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
62 + ARCHIVE DESTINATION "lib${LIB_SUFFIX}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
63 RUNTIME DESTINATION "${runtime_dir}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
64 BUNDLE DESTINATION Applications/wxWidgets
74 - DESTINATION "lib/wx/include")
75 + DESTINATION "lib${LIB_SUFFIX}/wx/include")
79 - DESTINATION "lib/wx/config"
80 + DESTINATION "lib${LIB_SUFFIX}/wx/config"
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath11k.yaml126 - description: interrupt event for ring reo2host-destination-ring4
127 - description: interrupt event for ring reo2host-destination-ring3
128 - description: interrupt event for ring reo2host-destination-ring2
129 - description: interrupt event for ring reo2host-destination-ring1
130 - description: interrupt event for ring rxdma2host-monitor-destination-mac3
131 - description: interrupt event for ring rxdma2host-monitor-destination-mac2
132 - description: interrupt event for ring rxdma2host-monitor-destination-mac1
142 - description: interrupt event for ring rxdma2host-destination-ring-mac3
143 - description: interrupt event for ring rxdma2host-destination-ring-mac2
144 - description: interrupt event for ring rxdma2host-destination-ring-mac1
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst11 existing, read-only source device into a writable destination device: It
18 and the copy of the source device to the destination device happens in the
27 replaced, e.g., by a linear table, mapping directly to the destination device.
36 The process of filling a region of the destination device with data from
38 source to the destination device.
40 Once a region gets hydrated we redirect all I/O regarding it to the destination
55 2. A destination device - the destination of the hydration, which will become a
59 destination device, i.e., which regions have already been hydrated, or have
62 The size of the destination device must be at least equal to the size of the
68 dm-clone divides the source and destination devices in fixed sized regions.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch22 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PAT…
23 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PY…
25 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
26 + DESTINATION l${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
28 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
29 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
32 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PAT…
33 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PY…
35 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
36 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dio_unittest.cpp34 char destination; in TEST_F() local
35 EXPECT_FALSE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F()
46 char destination; in TEST_F() local
47 EXPECT_FALSE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F()
60 char destination = 'b'; in TEST_F() local
61 EXPECT_TRUE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F()
62 EXPECT_THAT(destination, Eq('a')); in TEST_F()
88 char destination = 'b'; in TEST_F() local
92 .WillOnce(Return(&destination)); in TEST_F()
98 EXPECT_THAT(destination, Eq('a')); in TEST_F()
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst12 In postcopy the destination CPUs are started before all the memory has been
23 destination) prior to the start of migration:
39 separately for each vCPU. These values are calculated on destination
41 command on destination monitor:
53 the destination is waiting for).
67 if it hasn't had the start command; here the destination
70 The destination will fail early in migration at this point if the
85 the destination state to Listen, and starts a new thread
89 reception, the destination now 'sensitises' the RAM to detect
95 POSTCOPY_RUN causes the destination to synchronise all
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Dni_routes.h34 * @dest: Destination of all sources in this route set.
36 * @src: List of sources that all map to the same destination.
83 * destination.
84 * @destination: Destination of which to search for the route set.
87 * Return: NULL if no route_set is found with the specified @destination;
91 ni_find_route_set(const int destination,
107 * @dest: global-identifier for route destination
128 * Return: register value to be used for source at destination with special
145 * @dest: global-identifier for route destination
157 * @dest: global-identifier for route destination
[all …]
H A Dni_tio.h147 * the given destination.
149 * If the terminal for the destination is not already configured as an output,
152 * Return: the register value of the destination output selector;
156 unsigned int destination);
159 * Sets the register value of the selector MUX for the given destination.
161 * @destination:Device-global identifier of route destination.
166 * destination/gate. These mode bits might include a bitwise or of
171 unsigned int destination, unsigned int register_value);
174 * Sets the given destination MUX to its default value or disable it.
179 unsigned int destination);
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/
H A Dmeson.build5 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail'
8 'xyz/openbmc_project/Logging/Syslog/Destination/Mail__cpp'.underscorify(),
10 … '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml',
30 'xyz/openbmc_project/Logging/Syslog/Destination/Mail',
44 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__markdown'.underscorify(),
46 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.ya…
60 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create',
68 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__markdown'.underscorify(),
70 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.yam…
84 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DEventDestination.v1_15_1.json103 …iption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in …
111destination where events are sent if the event receiver specified by `Destination` is unreachable …
118 …k to a collection of server certificates for the server referenced by the `Destination` property.",
119Destination` property. If `VerifyCertificate` is `true`, services shall compare the certificates …
125 … of client identity certificates provided to the server referenced by the `Destination` property.",
126 …entity certificates that are provided to the server referenced by the `Destination` property as pa…
131 … "description": "A client-supplied string that is stored with the event destination subscription.",
164 "Destination": { object
165 "description": "The URI of the destination event receiver.",
167 …"longDescription": "This property shall contain a URI to the destination where the events are sent…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DEventDestination.v1_15_1.json103 …iption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in …
111destination where events are sent if the event receiver specified by `Destination` is unreachable …
118 …k to a collection of server certificates for the server referenced by the `Destination` property.",
119Destination` property. If `VerifyCertificate` is `true`, services shall compare the certificates …
125 … of client identity certificates provided to the server referenced by the `Destination` property.",
126 …entity certificates that are provided to the server referenced by the `Destination` property as pa…
131 … "description": "A client-supplied string that is stored with the event destination subscription.",
164 "Destination": { object
165 "description": "The URI of the destination event receiver.",
167 …"longDescription": "This property shall contain a URI to the destination where the events are sent…
[all …]
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot28 Get Destination IPs Of Event Subscriptions
35 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination
37 ${dest_ip}= Get Regexp Matches ${destination} .*://(.*):.* 1
42 Delete Event Subscription Of Unpingable Destination IPs
43 [Documentation] Delete event subscription with non-pinging destination IPs.
48 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination
49 ${dest_ip}= Get Regexp Matches ${destination} .*://(.*):.* 1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/
H A D0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch22 - DESTINATION lib/cmake/${package_name}
23 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${package_name}
31 - DESTINATION lib/cmake/${package_name}
32 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${package_name}
40 - RUNTIME DESTINATION bin
41 + RUNTIME DESTINATION {CMAKE_INSTALL_BINDIR}
49 - RUNTIME DESTINATION bin
50 + RUNTIME DESTINATION {CMAKE_INSTALL_BINDIR}
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DSnmpAlerts.vue74 <modal-add-destination @ok="onModalOk" />
148 // transform destination data to table data
150 const [destination, dataWithProtocol, dataWithoutProtocol] = [
151 subscriptions.Destination,
152 subscriptions.Destination.split('/')[2].split(':'),
153 subscriptions.Destination.split(':'),
155 //condition to check if destination comes with protocol or not
156 const conditionForProtocolCheck = destination.includes('://');
188 const destination = port
192 Destination: destination,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/
H A D0001-Honour-multilib-paths.patch48 - LIBRARY DESTINATION "lib"
49 - ARCHIVE DESTINATION "lib"
50 + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
51 + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
52 RUNTIME DESTINATION "bin"
53 INCLUDES DESTINATION "include")
59 - DESTINATION lib/pkgconfig)
60 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch75 …install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} A…
92 …install(TARGETS poppler-qt5 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR…
108 …install(TARGETS poppler-qt6 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR…
148 install(TARGETS pdftoppm DESTINATION bin)
149 install(FILES pdftoppm.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
161 install(TARGETS pdftocairo DESTINATION bin)
162 install(FILES pdftocairo.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
179 install(TARGETS pdftops DESTINATION bin)
180 install(FILES pdftops.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)

12345678910>>...103