/openbmc/linux/fs/ |
H A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local 77 i_name = next_non_spacetab(bprm->buf+2, i_end); in load_script() 78 if (!i_name || (i_name == i_end)) in load_script() 83 i_sep = next_terminator(i_name, i_end); in load_script() 121 retval = copy_string_kernel(i_name, bprm); in load_script() 125 retval = bprm_change_interp(i_name, bprm); in load_script() 132 file = open_exec(i_name); in load_script()
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | plugin.hpp | 86 void add(libhei::ChipType_t i_type, const std::string& i_name, in add() argument 91 itr->second.end() == itr->second.find(i_name)) in add() 93 iv_map[i_type][i_name] = i_plugin; in add() 110 const std::string& i_name) const in get() 116 func = iv_map.at(i_type).at(i_name); in get() 121 i_name.c_str()); in get()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.aserver.set.hpp.mako | 5 i_name = interface.joinedName("_", "interface") 17 _${i_name}.property_changed("${property.name}"); 31 _${i_name}.property_changed("${property.name}"); 49 _${i_name}.property_changed("${property.name}");
|
H A D | property.aserver.callback.hpp.mako | 5 i_name = interface.classname 12 auto self = static_cast<${i_name}*>(context); 60 auto self = static_cast<${i_name}*>(context);
|
H A D | method.aserver.callback.hpp.mako | 9 i_name = interface.classname 22 auto self = static_cast<${i_name}*>(context);
|
/openbmc/linux/fs/omfs/ |
H A D | dir.c | 56 if (strncmp(oi->i_name, name, namelen) == 0) in omfs_scan_list() 139 memcpy(oi->i_name, name, namelen); in omfs_add_link() 140 memset(oi->i_name + namelen, 0, OMFS_NAMELEN - namelen); in omfs_add_link() 361 if (!dir_emit(ctx, oi->i_name, in omfs_fill_chain() 362 strnlen(oi->i_name, OMFS_NAMELEN), in omfs_fill_chain()
|
H A D | omfs_fs.h | 67 char i_name[OMFS_NAMELEN]; /* filename */ member
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | resolution.hpp | 232 PluginResolution(const std::string& i_name, unsigned int i_instance) : in PluginResolution() argument 233 iv_name(i_name), iv_instance(i_instance) in PluginResolution()
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-parser.hpp | 99 parseBus(const nlohmann::json& i_data, const std::string& i_name);
|
H A D | ras-data-parser.cpp | 331 const nlohmann::json& i_data, const std::string& i_name) in parseBus() argument 333 auto bus = i_data.at("buses").at(i_name); in parseBus()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | omfs.rst | 80 char i_name[OMFS_NAMELEN]; /* filename */ 87 until a match is found on i_name. Empty buckets are represented by block
|
/openbmc/linux/fs/f2fs/ |
H A D | recovery.c | 130 fname->disk_name.name = raw_inode->i_name; in init_recovered_filename() 150 &raw_inode->i_name[fname->disk_name.len]); in init_recovered_filename() 241 name = raw_inode->i_name; in recover_dentry() 343 name = F2FS_INODE(page)->i_name; in recover_inode()
|
H A D | dir.c | 478 memcpy(ri->i_name, fname->disk_name.name, fname->disk_name.len); in init_dent_inode() 492 &ri->i_name[fname->disk_name.len]); in init_dent_inode()
|
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | 297 __u8 i_name[F2FS_NAME_LEN]; /* file name for SPOR */ member
|