Home
last modified time | relevance | path

Searched defs:devfd (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/extlinux/
Dmain.c97 static uint64_t get_size(int devfd) in get_size()
123 static int sysfs_get_offset(int devfd, unsigned long *start) in sysfs_get_offset()
166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo) in get_geometry()
231 static int patch_file_and_bootblock(int fd, const char *dir, int devfd) in patch_file_and_bootblock()
464 static int rewrite_boot_image(int devfd, const char *path, const char *filename) in rewrite_boot_image()
511 int ext2_fat_install_file(const char *path, int devfd, struct stat *rst) in ext2_fat_install_file()
603 int btrfs_install_file(const char *path, int devfd, struct stat *rst) in btrfs_install_file()
669 static int xfs_install_file(const char *path, int devfd, struct stat *rst) in xfs_install_file()
981 static int install_file(const char *path, int devfd, struct stat *rst) in install_file()
1006 static int validate_device(const char *path, int devfd) in validate_device()
[all …]
/external/ppp/pppd/
Dmain.c171 int devfd = -1; /* fd of underlying device */ variable