/openbmc/ibm-logging/ |
H A D | callout.cpp | 132 void Callout::serialize(const fs::path& dir) in serialize() argument 134 auto path = getFilePath(dir); in serialize() 141 bool Callout::deserialize(const fs::path& dir) in deserialize() argument 143 auto path = getFilePath(dir); in deserialize()
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.c | 41 static char *dir; variable 46 dir = getenv(ENV); in test_attr__init() 47 test_attr__enabled = (dir != NULL); in test_attr__init() 77 snprintf(path, PATH_MAX, "%s/event-%d-%llu-%d", dir, in store_event()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | xilinx-xadc.h | 25 enum iio_event_direction dir); 28 enum iio_event_direction dir, int state); 31 enum iio_event_direction dir, enum iio_event_info info, 35 enum iio_event_direction dir, enum iio_event_info info,
|
/openbmc/phosphor-logging/ |
H A D | elog_serialize.cpp | 107 fs::path getEntrySerializePath(uint32_t id, const fs::path& dir) in getEntrySerializePath() argument 109 return dir / std::to_string(id); in getEntrySerializePath() 112 fs::path serialize(const Entry& e, const fs::path& dir) in serialize() argument 114 auto path = getEntrySerializePath(e.id(), dir); in serialize()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 1262 spin_lock(&dir->i_lock); in nfs4_update_changeattr() 1382 p->dir = parent; in nfs4_opendata_alloc() 1466 dput(p->dir); in nfs4_opendata_free() 2556 struct inode *dir = d_inode(data->dir); in nfs4_run_open_task() local 2609 struct inode *dir = d_inode(data->dir); in _nfs4_recover_proc_open() local 2671 struct inode *dir = d_inode(data->dir); in _nfs4_proc_open() local 3045 struct inode *dir = d_inode(opendata->dir); in _nfs4_open_and_get_state() local 4435 .dir_fh = NFS_FH(dir), in _nfs4_proc_lookup() 4747 .fh = NFS_FH(dir), in _nfs4_proc_remove() 5134 .fh = NFS_FH(dir), in _nfs4_proc_readdir() [all …]
|
/openbmc/linux/security/ |
H A D | security.c | 1713 if (unlikely(IS_PRIVATE(d_backing_inode(dir->dentry)))) in security_path_mknod() 1732 if (unlikely(IS_PRIVATE(d_backing_inode(dir->dentry)))) in security_path_mkdir() 1734 return call_int_hook(path_mkdir, 0, dir, dentry, mode); in security_path_mkdir() 1751 return call_int_hook(path_rmdir, 0, dir, dentry); in security_path_rmdir() 1767 return call_int_hook(path_unlink, 0, dir, dentry); in security_path_unlink() 1912 if (unlikely(IS_PRIVATE(dir))) in security_inode_create() 1949 return call_int_hook(inode_unlink, 0, dir, dentry); in security_inode_unlink() 1965 if (unlikely(IS_PRIVATE(dir))) in security_inode_symlink() 1983 if (unlikely(IS_PRIVATE(dir))) in security_inode_mkdir() 2002 return call_int_hook(inode_rmdir, 0, dir, dentry); in security_inode_rmdir() [all …]
|
/openbmc/qemu/block/ |
H A D | qcow2-bitmap.c | 493 while (dir < end) { in bitmap_directory_to_be() 561 uint8_t *dir, *dir_end; in bitmap_list_load() local 576 dir = g_try_malloc(size); in bitmap_list_load() 577 if (dir == NULL) { in bitmap_list_load() 581 dir_end = dir + size; in bitmap_list_load() 642 g_free(dir); in bitmap_list_load() 649 g_free(dir); in bitmap_list_load() 741 uint8_t *dir; in bitmap_list_store() local 764 if (dir == NULL) { in bitmap_list_store() 813 g_free(dir); in bitmap_list_store() [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | hp-wmi-sensors.c | 1322 struct dentry *dir; in hp_wmi_debugfs_init() local 1344 dir = debugfs_create_dir(buf, entries); in hp_wmi_debugfs_init() 1346 debugfs_create_file("name", 0444, dir, in hp_wmi_debugfs_init() 1350 debugfs_create_file("description", 0444, dir, in hp_wmi_debugfs_init() 1354 debugfs_create_u32("sensor_type", 0444, dir, in hp_wmi_debugfs_init() 1370 debugfs_create_u32("base_units", 0444, dir, in hp_wmi_debugfs_init() 1380 debugfs_create_u32("rate_units", 0444, dir, in hp_wmi_debugfs_init() 1391 dir = debugfs_create_dir(buf, entries); in hp_wmi_debugfs_init() 1393 debugfs_create_file("name", 0444, dir, in hp_wmi_debugfs_init() 1397 debugfs_create_file("description", 0444, dir, in hp_wmi_debugfs_init() [all …]
|
/openbmc/linux/drivers/iio/accel/ |
H A D | bma400_core.c | 214 .dir = IIO_EV_DIR_NONE, 220 .dir = IIO_EV_DIR_NONE, 227 .dir = IIO_EV_DIR_FALLING, 235 .dir = IIO_EV_DIR_RISING, 243 .dir = IIO_EV_DIR_SINGLETAP, 250 .dir = IIO_EV_DIR_DOUBLETAP, 1116 switch (dir) { in bma400_read_event_config() 1166 switch (dir) { in bma400_activity_event_en() 1249 switch (dir) { in bma400_tap_event_en() 1342 switch (dir) { in get_gen_config_reg() [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_irc.c | 116 int dir = CTINFO2DIR(ctinfo); in help() local 128 if (dir == IP_CT_DIR_REPLY) in help() 218 tuple = &ct->tuplehash[dir].tuple; in help() 220 ct->tuplehash[!dir].tuple.dst.u3.ip != dcc_ip) || in help() 235 tuple = &ct->tuplehash[!dir].tuple; in help()
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 145 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 146 srctree := $(patsubst %/,%,$(dir $(srctree))) 720 __build-dir = $(subst $(OUTPUT),,$(dir $@)) 721 build-dir = $(or $(__build-dir),.) 762 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 765 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 768 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 771 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 774 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 777 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | protocol.c | 123 unsigned int *offset, enum xfer_buf_dir dir) in usb_stor_access_xfer_buf() argument 135 sg_miter_start(&miter, sg, nents, dir == FROM_XFER_BUF ? in usb_stor_access_xfer_buf() 145 if (dir == FROM_XFER_BUF) in usb_stor_access_xfer_buf()
|
/openbmc/linux/Documentation/gpu/dp-mst/ |
H A D | topology-figure-3.dot | 6 edge [dir=none]; 9 edge [dir=""]; 35 edge [style=dashed;dir=back];
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
H A D | 0001-Makefile.am-remove-regression-dir.patch | 4 Subject: [PATCH] Makefile.am: remove regression dir 6 Remove regression dir to fix below do_compile 12 BTW, it should be safe not to cover regression dir
|
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | usb_manager.cpp | 17 fs::path dir(usbPath); in run() local 18 fs::create_directories(dir, ec); in run() 28 for (const auto& p : std::filesystem::directory_iterator(dir)) in run()
|
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/ |
H A D | analyze-commits.py | 42 for f in sorted(os.listdir(args.dir)): 43 path = os.path.join(args.dir, f) 106 with open(os.path.join(args.dir, "commits.json"), "w") as outfile:
|
H A D | analyze-reviews.py | 42 for f in sorted(os.listdir(args.dir)): 43 path = os.path.join(args.dir, f) 116 with open(os.path.join(args.dir, "reviews.json"), "w") as outfile:
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
H A D | 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch | 4 Subject: [PATCH] opencv: resolve missing opencv data dir in yocto build 6 When Yocto build is performed, opencv searches for data dir using simple 31 # Check the data dir used by opencv for its xml data files
|
/openbmc/linux/drivers/misc/ |
H A D | xilinx_tmr_inject.c | 73 struct dentry *dir; in xtmr_init_debugfs() local 76 dir = fault_create_debugfs_attr("inject_fault", dbgfs_root, in xtmr_init_debugfs() 78 debugfs_create_file("inject_fault", 0200, dir, NULL, in xtmr_init_debugfs()
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.h | 94 struct btrfs_inode *dir, u64 index); 102 struct btrfs_inode *dir, struct btrfs_inode *inode, 105 struct btrfs_inode *dir);
|
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 77 inode = new_inode(dir->i_sb); in ceph_new_inode() 1384 struct inode *dir; in update_dentry_lease_careful() local 1508 if (dir) { in ceph_fill_trace() 1525 struct ceph_fname fname = { .dir = dir, in ceph_fill_trace() 1580 ceph_dir_clear_ordered(dir); in ceph_fill_trace() 1637 BUG_ON(!dir); in ceph_fill_trace() 1670 ceph_dir_clear_ordered(dir); in ceph_fill_trace() 1715 ceph_dir_clear_ordered(dir); in ceph_fill_trace() 1730 update_dentry_lease(dir, dn, in ceph_fill_trace() 1742 BUG_ON(!dir); in ceph_fill_trace() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2_trace.h | 2083 unsigned long long dir), 2095 __entry->dir = dir; 2110 __entry->dir = dir; 2136 __entry->dir = dir; 2165 __field(void *, dir) 2173 __entry->dir = dir; 2210 __field(void *, dir) 2219 __entry->dir = dir; 2338 __field(void *, dir) 2345 __entry->dir = dir; [all …]
|
/openbmc/linux/drivers/iio/light/ |
H A D | vcnl4000.c | 1168 switch (dir) { in vcnl4010_read_event() 1201 switch (dir) { in vcnl4010_write_event() 1238 switch (dir) { in vcnl4040_read_event() 1260 switch (dir) { in vcnl4040_read_event() 1302 switch (dir) { in vcnl4040_write_event() 1326 switch (dir) { in vcnl4040_write_event() 1715 .dir = IIO_EV_DIR_RISING, 1723 .dir = IIO_EV_DIR_EITHER, 1731 .dir = IIO_EV_DIR_RISING, 1739 .dir = IIO_EV_DIR_EITHER, [all …]
|
/openbmc/linux/scripts/dtc/ |
H A D | srcpos.c | 32 char *dir = xmalloc(len + 1); in get_dirname() local 34 memcpy(dir, path, len); in get_dirname() 35 dir[len] = '\0'; in get_dirname() 36 return dir; in get_dirname() 136 cur_dir = current_srcfile->dir; in fopen_any_on_path() 182 srcfile->dir = get_dirname(srcfile->name); in srcfile_push()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 51 #define _CMDCF(dir, flags, vtype, nr) \ argument 52 (((dir) << _CMD_DIRSHIFT) | \ 56 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 57 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|