Home
last modified time | relevance | path

Searched full:creating (Results 1 – 25 of 2168) sorted by relevance

12345678910>>...87

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch4 Subject: [PATCH] Makefile.am: avoid race when creating autostart directories
11 | make: creating data/xsession/openbox-gnome-session
12 | make: creating data/xsession/openbox-session
13 | make: creating data/xsession/openbox-kde-session
14 | make: creating data/autostart/openbox-autostart
15 | make: creating doc/openbox.1
16 | make: creating data/autostart/autostart
17 | make: creating doc/openbox-session.1
18 | make: creating doc/openbox-gnome-session.1
19 | make: creating doc/openbox-kde-session.1
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D159.out3 == Creating image ==
15 == Creating image ==
27 == Creating image ==
39 == Creating image ==
51 == Creating image ==
63 == Creating image ==
75 == Creating image ==
H A D175.out3 == creating image with default preallocation ==
7 == creating image with preallocation off ==
11 == creating image with preallocation full ==
15 == creating image with preallocation falloc ==
H A D160.out3 == Creating image ==
15 == Creating image ==
27 == Creating image ==
39 == Creating image ==
H A D266.out1 --- Creating empty file ---
23 --- Creating empty file ---
45 --- Creating empty file ---
66 --- Creating empty file ---
86 --- Creating empty file ---
108 --- Creating empty file ---
130 --- Creating empty file ---
H A D015.out3 creating image
5 creating first snapshot
8 creating second snapshot
H A D01549 echo "creating image"
58 # refcount table growth when rewriting the image after creating one snapshot.
64 echo "creating first snapshot"
67 echo "creating second snapshot"
H A D054.out3 creating too large image (1 EB)
7 creating too large image (1 EB) using qcow2.py
H A D009.out3 creating image
6 creating pattern
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-iio20 High resolution timers directory. Creating a directory here
21 will result in creating a hrtimer trigger in the IIO subsystem.
33 Dummy IIO devices directory. Creating a directory here will result
34 in creating a dummy IIO device in the IIO subsystem.
/openbmc/openbmc/poky/documentation/
H A Dtransitioning-to-a-custom-environment.rst45 <dev-manual/layers:Understanding and Creating Layers>`.
61 :ref:`dev-manual/layers:creating a general layer using the
67 BSP, :ref:`create your own layer for the BSP <bsp-guide/bsp:creating a new
77 Creating your own recipe is especially important for custom application
96 #. **Consider creating your own distribution**.
97 When you get to a certain level of customization, consider creating your own
105 local settings, it's time to :ref:`consider creating your own distribution
106 <dev-manual/custom-distribution:creating your own distribution>`.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustom-distribution.rst3 Creating Your Own Distribution
18 To create your own distribution, the basic steps consist of creating
19 your own distribution layer, creating your own distribution
30 ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`"
101 ":ref:`dev-manual/layers:creating your own layer`" and
102 ":ref:`dev-manual/layers:following best practices when creating layers`"
120 Instead of creating a custom distribution from scratch as per above, you may
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp29 * @brief class for creating all the OEM IBM handlers
97 /** @brief Method for creating codeUpdate handler */
104 /** @brief Method for creating slot handler */
111 /** @brief Method for creating oemPlatformHandler
123 /** @brief Method for creating oemIbmPlatformHandler */
131 /** @brief Method for creating oemFruHandler */
137 /** @brief Method for creating oemIbmUtilsHandler */
144 /** @brief Method for creating oemIbmFruHandler */
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCollectionCapabilities.v1_4_1.json146 …"ComputerSystemComposition": "This capability describes a client creating a new computer system re…
147 …puterSystemConstrainedComposition": "This capability describes a client creating a new computer sy…
148 …"RegisterResourceBlock": "This capability describes a client creating a new resource block from an…
149 …"ResourceBlockComposition": "This capability describes a client creating a new resource block from…
150 …"ResourceBlockConstrainedComposition": "This capability describes a client creating a new resource…
151 …"VolumeCreation": "This capability describes a client creating a new volume resource as part of an…
/openbmc/linux/Documentation/usb/
H A Dgadget-testing.rst41 The function name to use when creating the function directory is "acm".
80 The function name to use when creating the function directory is "ecm".
93 and after creating the functions/ecm.<instance name> they contain default
120 The function name to use when creating the function directory is "geth".
133 and after creating the functions/ecm.<instance name> they contain default
160 The function name to use when creating the function directory is "eem".
173 and after creating the functions/eem.<instance name> they contain default
200 The function name to use when creating the function directory is "ffs".
203 After creating the directory there is a new instance (a "device") of FunctionFS
224 The function name to use when creating the function directory is "hid".
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_fw.c29 mlx5dr_err(dmn, "Failed creating TTL W/A FW flow table %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
37 mlx5dr_err(dmn, "Failed creating TTL W/A FW flow group %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
124 mlx5dr_err(dmn, "Failed creating multi dest FW flow table %d\n", ret); in mlx5dr_fw_create_md_tbl()
132 mlx5dr_err(dmn, "Failed creating multi dest FW flow group %d\n", ret); in mlx5dr_fw_create_md_tbl()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp19 info("Creating Health Monitor with config size {SIZE}", "SIZE", in startup()
30 info("Creating Health Metric Collection for {TYPE}", "TYPE", type); in startup()
65 info("Creating health monitor"); in main()
/openbmc/qemu/include/crypto/
H A Dtlscredspsk.h46 * <title>Creating TLS-PSK credential objects in code</title>
62 * <title>Creating TLS-PSK credential objects via QMP</title>
80 * <title>Creating TLS-PSK credential objects via CLI</title>
H A Dtlscredsx509.h52 * <title>Creating x509 TLS credential objects in code</title>
69 * <title>Creating x509 TLS credential objects via QMP</title>
89 * <title>Creating x509 TLS credential objects via CLI</title>
H A Dtlscredsanon.h48 * <title>Creating anonymous TLS credential objects in code</title>
65 * <title>Creating anonymous TLS credential objects via QMP</title>
85 * <title>Creating anonymous TLS credential objects via CLI</title>
/openbmc/qemu/hw/nvme/
H A Dtrace-events160 pci_nvme_err_invalid_create_sq_cqid(uint16_t cqid) "failed creating submission queue, invalid cqid=…
161 pci_nvme_err_invalid_create_sq_sqid(uint16_t sqid) "failed creating submission queue, invalid sqid=…
162 pci_nvme_err_invalid_create_sq_size(uint16_t qsize) "failed creating submission queue, invalid qsiz…
163 pci_nvme_err_invalid_create_sq_addr(uint64_t addr) "failed creating submission queue, addr=0x%"PRIx…
164 pci_nvme_err_invalid_create_sq_qflags(uint16_t qflags) "failed creating submission queue, qflags=%"…
167 pci_nvme_err_invalid_create_cq_cqid(uint16_t cqid) "failed creating completion queue, cqid=%"PRIu16…
168 pci_nvme_err_invalid_create_cq_size(uint16_t size) "failed creating completion queue, size=%"PRIu16…
169 pci_nvme_err_invalid_create_cq_addr(uint64_t addr) "failed creating completion queue, addr=0x%"PRIx…
170 pci_nvme_err_invalid_create_cq_vector(uint16_t vector) "failed creating completion queue, vector=%"…
171 pci_nvme_err_invalid_create_cq_qflags(uint16_t qflags) "failed creating completion queue, qflags=%"…
/openbmc/openbmc/poky/scripts/
H A Drunqemu-gen-tapdevs88 echo "Creating $COUNT tap devices for GID: $GID..."
90 echo "Creating $OE_TAP_NAME$index"
105 # will use the existing bank of tap devices without creating
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-gen-tapdevs88 echo "Creating $COUNT tap devices for GID: $GID..."
90 echo "Creating $OE_TAP_NAME$index"
105 # will use the existing bank of tap devices without creating
/openbmc/linux/Documentation/userspace-api/
H A Dunshare.rst48 shared resources without creating a new process. unshare() is a natural
56 where creating a new process to control sharing/unsharing of process
58 when creating a new process using fork or clone, unshare() can benefit
83 client requests by creating processes that share resources such as
85 decide what needs to be shared at the time of creating the process
139 shared by explicit request to share them when creating a process
143 shared execution context without creating a new process.
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/
H A Ddebugedit_5.1.bb1 SUMMARY = "Tools for creating debuginfo and source file distributions"
2 DESCRIPTION = "debugedit provides programs and scripts for creating \

12345678910>>...87