Home
last modified time | relevance | path

Searched refs:have_more (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/elflink/ldlinux/
Dloadhigh.c47 bool have_more; in pm_load_high() local
85 bytes_read = fs->fs_ops->getfssec(file, buf, sectors, &have_more); in pm_load_high()
93 if (!have_more) { in pm_load_high()
/external/syslinux/core/fs/
Dgetfssec.c89 int sectors, bool *have_more) in generic_getfssec() argument
190 if (have_more) in generic_getfssec()
191 *have_more = bytes_read < bytes_left; in generic_getfssec()
Dfs.c122 bool have_more; in pmapi_read_file() local
127 bytes_read = file->fs->fs_ops->getfssec(file, buf, sectors, &have_more); in pmapi_read_file()
133 if (!have_more) { in pmapi_read_file()
/external/syslinux/core/fs/pxe/
Dpxe.c197 int blocks, bool *have_more) in pxe_getfssec() argument
225 *have_more = 1; in pxe_getfssec()
231 *have_more = 0; in pxe_getfssec()
/external/syslinux/core/fs/xfs/
Dxfs.c86 bool *have_more) in xfs_getfssec() argument
88 return generic_getfssec(file, buf, sectors, have_more); in xfs_getfssec()
/external/syslinux/core/include/
Dfs.h250 int sectors, bool *have_more);
/external/syslinux/core/fs/btrfs/
Dbtrfs.c569 bool *have_more) in btrfs_getfssec() argument
580 ret = generic_getfssec(file, buf, sectors, have_more); in btrfs_getfssec()
/external/syslinux/core/fs/ntfs/
Dntfs.c962 bool *have_more) in ntfs_getfssec() argument
976 ret = generic_getfssec(file, buf, sectors, have_more); in ntfs_getfssec()