Searched refs:d_name (Results 1 - 7 of 7) sorted by relevance

/u-boot/scripts/dtc/
H A Dfstree.c42 if (streq(de->d_name, ".")
43 || streq(de->d_name, ".."))
46 tmpname = join_path(dirname, de->d_name);
61 prop = build_property(xstrdup(de->d_name),
71 newchild = name_node(newchild, xstrdup(de->d_name));
/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c417 sprintf(tempstr, "%s/%s", mountpt, de->d_name);
420 de->d_name,
426 printf("%s\n", de->d_name);
H A Dyaffsfs.h41 YCHAR d_name[NAME_MAX+1]; /* file name (null-terminated) */ member in struct:yaffs_dirent
H A Dyaffsfs.c2935 dsc->de.d_name, NAME_MAX);
2936 if (yaffs_strnlen(dsc->de.d_name, NAME_MAX + 1) == 0) {
2938 yaffs_strcpy(dsc->de.d_name, _Y("zz"));
/u-boot/tools/env/
H A Dfw_env.c191 ret = sscanf(dirent->d_name, UBI_VOL_NAME_PATT,
194 if (ubi_check_volume_sysfs_name(dirent->d_name,
1739 if (!strcmp(dent->d_name, ".") || !strcmp(dent->d_name, "..")) {
1743 bytes = snprintf(comp, sizeof(comp), "%s/%s/of_node/compatible", path, dent->d_name);
1771 bytes = asprintf(&nvmem, "%s/%s/nvmem", path, dent->d_name);
/u-boot/arch/sandbox/cpu/
H A Dos.c645 next = os_malloc(sizeof(*node) + strlen(entry->d_name) + 1);
651 if (dirlen + strlen(entry->d_name) > len) {
652 len = dirlen + strlen(entry->d_name);
664 strcpy(next->name, entry->d_name);
/u-boot/fs/ubifs/
H A Dubifs.h578 struct qstr d_name; member in struct:dentry

Completed in 209 milliseconds