Searched refs:remove_files (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/sysfs/ |
H A D | group.c | 20 static void remove_files(struct kernfs_node *parent, in remove_files() function 70 remove_files(parent, grp); in create_files() 100 remove_files(parent, grp); in create_files() 292 remove_files(kn, grp); in sysfs_remove_group()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1540 remove_files = [] 1561 …remove_files = list(del_f.values()) + [value["path"] for value in upd_p.values() if "path" in valu… 1562 if remove_files: 1563 removedentries = _remove_file_entries(srcuri, remove_files)[0] 1611 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out… 1612 return True, appendfile, remove_files 1668 remove_files = [] 1671 remove_files = list(del_f.values()) + list(del_p.values()) 1694 if files or remove_files: 1696 if remove_files: [all …]
|
/openbmc/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 513 goto remove_files; in turris_mox_rwtm_probe() 549 remove_files: in turris_mox_rwtm_probe()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | docg3.c | 1569 goto remove_files; in doc_register_sysfs() 1575 remove_files: in doc_register_sysfs()
|