Home
last modified time | relevance | path

Searched defs:link_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dubifs.c488 char link_name[64]; in ubifs_findfile() local
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c530 g_autofree gchar *link_name = g_strdup_printf("%x", spapr_drc_index(drc)); in drc_realize() local
/openbmc/qemu/hw/i386/
H A Dacpi-build.c371 static const char link_name[][5] = {"LNKD", "LNKA", "LNKB", "LNKC"}; in build_prt() local
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1642 def ensure_symlink(self, target, link_name): argument