Searched refs:devfdname (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/linux/ |
D | syslinux.c | 124 snprintf(devfdname, sizeof devfdname, "/dev/loop%u", n); in do_mount() 125 loop_fd = open(devfdname, O_RDWR); in do_mount() 146 snprintf(devfdname, sizeof devfdname, "/proc/%lu/fd/%d", in do_mount() 151 return mount(devfdname, mntpath, fstype, in do_mount() 156 char devfdname[128], mnt_opts[128]; in do_mount() local 160 snprintf(devfdname, sizeof devfdname, "/proc/%lu/fd/%d", in do_mount() 176 devfdname, mntpath, NULL); in do_mount()
|