Home
last modified time | relevance | path

Searched defs:files (Results 1 – 25 of 121) sorted by relevance

12345

/openbmc/linux/fs/
H A Dfile.c458 struct files_struct * files = tsk->files; in exit_files() local
501 struct files_struct *files = current->files; in alloc_fd() local
578 struct files_struct *files = current->files; in put_unused_fd() local
604 struct files_struct *files = current->files; in fd_install() local
656 struct files_struct *files = current->files; in close_fd() local
810 struct files_struct *files = current->files; in close_fd_get_file() local
954 struct files_struct *files; in task_lookup_fd_rcu() local
969 struct files_struct *files; in task_lookup_next_fd_rcu() local
1006 struct files_struct *files = current->files; in __fget_light() local
1082 struct files_struct *files = current->files; in set_close_on_exec() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dpython3-manifest.json98 "files": [ array
111 "files": [ array
127 "files": [ array
140 "files": [ array
165 "files": [ array
177 "files": [ array
190 "files": [ array
206 "files": [ array
220 "files": [ array
451 "files": [ array
[all …]
/openbmc/linux/include/linux/
H A Dfdtable.h74 #define rcu_dereference_check_fdtable(files, fdtfd) \ argument
77 #define files_fdtable(files) \ argument
83 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw()
94 static inline struct file *files_lookup_fd_locked(struct files_struct *files, unsigned int fd) in files_lookup_fd_locked()
101 static inline struct file *files_lookup_fd_rcu(struct files_struct *files, unsigned int fd) in files_lookup_fd_rcu()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dsetup.py96 files = os.environ.get('SOURCES', '').split() variable
106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp167 std::vector<FFDCFile> files{}; in createFFDCFiles() local
196 DBusErrorLogging::createFFDCTuples(std::vector<FFDCFile>& files) in createFFDCTuples()
218 std::vector<FFDCFile> files{createFFDCFiles(journal)}; in logError() local
243 void DBusErrorLogging::removeFFDCFiles(std::vector<FFDCFile>& files, in removeFFDCFiles()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md372 #### Normal hardware FRU callout
425 #### Maintenance procedure callout
437 #### Symbolic FRU callout
/openbmc/linux/include/drm/
H A Ddrm_debugfs.h157 static inline void drm_debugfs_create_files(const struct drm_info_list *files, in drm_debugfs_create_files()
162 static inline int drm_debugfs_remove_files(const struct drm_info_list *files, in drm_debugfs_remove_files()
174 const struct drm_debugfs_info *files, in drm_debugfs_add_files()
/openbmc/phosphor-debug-collector/
H A Dcore_manager.cpp22 vector<string> files; in watchCallback() local
50 void Manager::createHelper(const vector<string>& files) in createHelper()
H A Dramoops_manager.cpp37 std::vector<std::string> files; in Manager() local
78 void Manager::createHelper(const std::vector<std::string>& files) in createHelper()
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py89 files = [ variable
97 files = [ variable
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.c75 static const struct intel_gt_debugfs_file files[] = { in gt_debugfs_register() local
106 const struct intel_gt_debugfs_file *files, in intel_gt_debugfs_register_files()
H A Dintel_gt_engines_debugfs.c31 static const struct intel_gt_debugfs_file files[] = { in intel_gt_engines_debugfs_register() local
/openbmc/docs/
H A Danti-patterns.md139 ### Identification
149 ### Description
156 ### Background
175 ### Resolution
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dcleanup.hpp23 const std::vector<std::string>& files, in FileCleanupHandler()
81 std::vector<std::string> files; member in ipmi_flash::FileCleanupHandler
H A Dmain.cpp31 std::vector<std::string> files = { variable
H A Dcleanup.cpp30 const std::string& blobId, const std::vector<std::string>& files, in CreateCleanupHandler()
/openbmc/openpower-hw-diags/test/
H A Dtest-ffdc-file.cpp8 std::vector<util::FFDCFile> files; in TEST() local
/openbmc/linux/tools/perf/util/
H A Ddata.c22 static void close_dir(struct perf_data_file *files, int nr) in close_dir()
38 struct perf_data_file *files = NULL; in perf_data__create_dir() local
78 struct perf_data_file *files = NULL; in perf_data__open_dir() local
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp30 createFFDCTuples(const std::vector<util::FFDCFile>& files) in createFFDCTuples()
77 std::vector<util::FFDCFile> files{}; in createFFDCFiles() local
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_debugfs.c28 static const struct intel_gt_debugfs_file files[] = { in intel_huc_debugfs_register() local
H A Dintel_gsc_uc_debugfs.c31 static const struct intel_gt_debugfs_file files[] = { in intel_gsc_uc_debugfs_register() local
H A Dintel_uc_debugfs.c42 static const struct intel_gt_debugfs_file files[] = { in intel_uc_debugfs_register() local
/openbmc/webui-vue/
H A D.eslintrc.js22 files: [ property in module.exports.AnonymousClass4d8d81170201
/openbmc/entity-manager/scripts/
H A Dautojson.py90 files = argv[1:] variable
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/
H A Ddwarfsrcfiles.c25 Dwarf_Files *files; in process_cu() local

12345