Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 2583) sorted by relevance

12345678910>>...104

/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/
H A Done.yaml16 pathcallback: create errorlog event
18 - name: create errorlog event
/openbmc/linux/Documentation/input/
H A Duinput.rst10 process can create a virtual input device with specific capabilities. Once
21 The uinput header defines ioctls to create, set up, and destroy virtual
28 create uinput devices and send events. libevdev is less error-prone than
40 This first example shows how to create a new virtual device, and how to
86 * On UI_DEV_CREATE the kernel will create the device node for this
115 This example shows how to create a virtual device that behaves like a physical
149 * On UI_DEV_CREATE the kernel will create the device node for this
220 * On UI_DEV_CREATE the kernel will create the device node for this
/openbmc/phosphor-settingsd/
H A DREADME-settings-manager.md9 - The above makes it possible to not even create settings objects that do not
17 based on which the settings manager should at run-time create appropriate
24 able to create only relevant settings D-Bus objects along with specifying their
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/
H A D0001-Makefile.in-add-DESTDIR.patch13 | install: cannot create regular file '/usr/lib/nfslock.so.0.1': Permission denied
19 | install: cannot create regular file '/usr/include/lockfile.h': Permission denied
20 | install: cannot create regular file '/usr/include/maillock.h': Permission denied
/openbmc/linux/fs/orangefs/
H A Dnamei.c39 new_op->upcall.req.create.parent_refn = parent->refn; in orangefs_create()
41 fill_default_sys_attrs(new_op->upcall.req.create.attributes, in orangefs_create()
44 strncpy(new_op->upcall.req.create.d_name, in orangefs_create()
53 &new_op->downcall.resp.create.refn.khandle, in orangefs_create()
54 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
61 ref = new_op->downcall.resp.create.refn; in orangefs_create()
435 .create = orangefs_create,
/openbmc/openpower-pnor-code-mgmt/vpnor/
H A Dobmc-vpnor-updatesymlinks.service4 Before=pldm-create-phyp-nvram.service
5 Before=pldm-create-phyp-nvram-cksum.service
/openbmc/linux/fs/nfs/
H A Dnfs3proc.c288 struct nfs3_createargs create; member
353 data->arg.create.fh = NFS_FH(dir); in nfs3_proc_create()
354 data->arg.create.name = dentry->d_name.name; in nfs3_proc_create()
355 data->arg.create.len = dentry->d_name.len; in nfs3_proc_create()
356 data->arg.create.sattr = sattr; in nfs3_proc_create()
358 data->arg.create.createmode = NFS3_CREATE_UNCHECKED; in nfs3_proc_create()
361 data->arg.create.verifier[0] = cpu_to_be32(jiffies); in nfs3_proc_create()
377 switch (data->arg.create.createmode) { in nfs3_proc_create()
379 data->arg.create.createmode = NFS3_CREATE_GUARDED; in nfs3_proc_create()
987 .create = nfs_create,
[all …]
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.hpp20 create(bmcPaths); in HealthMetricCollection()
31 void create(const MetricIntf::paths_t& bmcPaths);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/
H A D0002-Add-debian-csh-scripts.patch14 create mode 100644 csh.cshrc
15 create mode 100644 csh.login
16 create mode 100644 csh.logout
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/
H A Dswtpm_0.8.1.bb27 # used by swtpm-create-tpmca (the last two is provided by gnutls)
28 # gnutls is required by: swtpm-create-tpmca, swtpm-localca and swtpm_cert
39 --no-create-home --shell /bin/false ${BPN}"
/openbmc/entity-manager/docs/
H A Dassociations.md3 Entity Manager will create [associations][1] between entities in certain cases.
9 It will then create the 'upstream containing downstream' and 'downstream
43 Entity Manager will create the 'Superchassis containing Subchassis' and
/openbmc/phosphor-fan-presence/monitor/
H A Dtrust_manager.hpp46 for (auto& create : functions) in Manager() local
48 groups.emplace_back(create()); in Manager()
/openbmc/linux/fs/minix/
H A Ditree_v1.c54 struct buffer_head *bh_result, int create) in V1_minix_get_block() argument
56 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Devent.hpp62 EventBase(const char* name, CreateFunc create, const Event& event,
86 static sd_event_source* create_source(const char* name, CreateFunc create,
/openbmc/sdbusplus/
H A DREADME.md42 The sdbusplus library builds on top of the [sd-bus] library to create a modern
65 In a few, relatively succinct, C++ lines this snippet will create a D-Bus
89 callback, you can create a small YAML file to define your D-Bus interface and
90 the `sdbus++` tool will create a C++ class that implements your D-Bus interface.
92 you can overload to create your own customized behavior for the interface.
95 and [error](docs/yaml/error.md). Interfaces are used to create server and client
106 `org.freedesktop.Example`, you would create the files
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddelay.rst24 echo "0 `blockdev --getsz $1` delay $1 0 500" | dmsetup create delayed
31 echo "0 `blockdev --getsz $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
H A Ddm-init.rst11 The second is to create one or more device-mappers using the module parameter
12 "dm-mod.create=" through the kernel boot command line argument.
23 …dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<tab…
73 dm-mod.create="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0
79 An example of multiple device-mappers, with the dm-mod.create="..." contents
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dset_device_action_tests.cpp48 i2c::create(1, 0x70, i2c::I2CInterface::InitialState::CLOSED); in TEST()
57 i2c::create(1, 0x72, i2c::I2CInterface::InitialState::CLOSED); in TEST()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk6 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh),)
8 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
12 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsmb.conf183 create mask = 0700
214 ; create mask = 0600
224 create mask = 0700
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_landing_page.py118 layer = Layer.objects.create(name='bar')
119 Layer_Version.objects.create(layer=layer)
172 build = Build.objects.create(project=self.project,
209 build = Build.objects.create(project=user_project,
/openbmc/libcper/docs/
H A DGeneratorExtensions.md9 The first step is to create the generator itself. To do this, you should create
11 then create a C file within `sections/` to house your generation code. For the
12 sake of example, we will create a generator for a fake OEM section
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt102 44 fprintf(stderr, "failed to create cpus\n");
107 Now we create libperf's event list, which will serve as holder for the cycles event:
113 50 fprintf(stderr, "failed to create evlist\n");
118 We create libperf's event for the cycles attribute we defined earlier and add it to the list:
124 56 fprintf(stderr, "failed to create cycles\n");
144 Once the events list is open, we can create memory maps AKA perf ring buffers:
/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/
H A Ddmverity33 create rootfs \
84 create rootfs \
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp162 manager.create("error message", 42, 0, in TEST_F()
208 manager.create("error message", 42, 0, in TEST_F()
331 manager.create("xyz.openbmc_project.Error.Foo", 42, 0, in TEST_F()
415 manager.create("error message", 42, 0, in TEST_F()
631 manager.create("error message", 37, 0, in TEST_F()
650 manager.create("error message", 38, 0, in TEST_F()
703 manager.create("error message", 42, 0, in TEST_F()
774 manager.create("error message", 42, 0, in TEST_F()
851 manager.create("error message", 42, 0, in TEST_F()
929 manager.create("error message", 42, 0, in TEST_F()
[all …]

12345678910>>...104