/openbmc/linux/fs/ |
H A D | file.c | 166 static int expand_fdtable(struct files_struct *files, unsigned int nr) in expand_fdtable() 211 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files() 394 static struct fdtable *close_files(struct files_struct * files) in close_files() 426 void put_files_struct(struct files_struct *files) in put_files_struct() 440 struct files_struct * files = tsk->files; in exit_files() local 483 struct files_struct *files = current->files; in alloc_fd() local 550 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd() 560 struct files_struct *files = current->files; in put_unused_fd() local 586 struct files_struct *files = current->files; in fd_install() local 619 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | python3-manifest.json | 98 "files": [ array 116 "files": [ array 129 "files": [ array 141 "files": [ array 151 "files": [ array 167 "files": [ array 181 "files": [ array 429 "files": [ array 449 "files": [ array 461 "files": [ array [all …]
|
/openbmc/linux/include/linux/ |
H A D | fdtable.h | 73 #define rcu_dereference_check_fdtable(files, fdtfd) \ argument 76 #define files_fdtable(files) \ argument 82 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() 93 static inline struct file *files_lookup_fd_locked(struct files_struct *files, unsigned int fd) in files_lookup_fd_locked() 100 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 D | setup.py | 96 files = os.environ.get('SOURCES', '').split() variable 106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.cpp | 167 std::vector<FFDCFile> files{}; in createFFDCFiles() local 196 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 D | README.md | 372 #### Normal hardware FRU callout 425 #### Maintenance procedure callout 437 #### Symbolic FRU callout
|
/openbmc/linux/include/drm/ |
H A D | drm_debugfs.h | 157 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 D | core_manager.cpp | 22 vector<string> files; in watchCallback() local 50 void Manager::createHelper(const vector<string>& files) in createHelper()
|
H A D | ramoops_manager.cpp | 35 std::vector<std::string> files; in Manager() local 76 void Manager::createHelper(const std::vector<std::string>& files) in createHelper()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_debugfs.c | 75 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 D | intel_gt_engines_debugfs.c | 31 static const struct intel_gt_debugfs_file files[] = { in intel_gt_engines_debugfs_register() local
|
/openbmc/docs/ |
H A D | anti-patterns.md | 139 ### Identification 149 ### Description 156 ### Background 175 ### Resolution
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | cleanup.hpp | 22 const std::vector<std::string>& files, in FileCleanupHandler() 79 std::vector<std::string> files; member in ipmi_flash::FileCleanupHandler
|
H A D | main.cpp | 31 std::vector<std::string> files = { variable
|
H A D | cleanup.cpp | 30 const std::string& blobId, const std::vector<std::string>& files, in CreateCleanupHandler()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-ffdc-file.cpp | 8 std::vector<util::FFDCFile> files; in TEST() local
|
/openbmc/linux/tools/perf/util/ |
H A D | data.c | 22 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 D | attn_logging.cpp | 30 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 D | intel_gsc_uc_debugfs.c | 31 static const struct intel_gt_debugfs_file files[] = { in intel_gsc_uc_debugfs_register() local
|
H A D | intel_huc_debugfs.c | 28 static const struct intel_gt_debugfs_file files[] = { in intel_huc_debugfs_register() local
|
H A D | intel_uc_debugfs.c | 42 static const struct intel_gt_debugfs_file files[] = { in intel_uc_debugfs_register() local
|
/openbmc/webui-vue/ |
H A D | .eslintrc.js | 30 files: [ property in module.exports.AnonymousClass4d8d81170201
|
/openbmc/entity-manager/scripts/ |
H A D | autojson.py | 90 files = [] variable
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 234 void drm_debugfs_create_files(const struct drm_info_list *files, int count, in drm_debugfs_create_files() 316 int drm_debugfs_remove_files(const struct drm_info_list *files, int count, in drm_debugfs_remove_files() 401 void drm_debugfs_add_files(struct drm_device *dev, const struct drm_debugfs_info *files, int count) in drm_debugfs_add_files()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/ |
H A D | dwarfsrcfiles.c | 25 Dwarf_Files *files; in process_cu() local
|