HomeSort by relevance Sort by last modified time
    Searched refs:have_more (Results 1 - 9 of 9) sorted by null

  /external/syslinux/com32/elflink/ldlinux/
loadhigh.c 47 bool have_more; local
85 bytes_read = fs->fs_ops->getfssec(file, buf, sectors, &have_more);
93 if (!have_more) {
  /external/syslinux/core/fs/
getfssec.c 89 int sectors, bool *have_more)
190 if (have_more)
191 *have_more = bytes_read < bytes_left;
fs.c 122 bool have_more; local
127 bytes_read = file->fs->fs_ops->getfssec(file, buf, sectors, &have_more);
133 if (!have_more) {
  /external/syslinux/core/fs/pxe/
pxe.c 197 int blocks, bool *have_more)
225 *have_more = 1;
231 *have_more = 0;
  /external/syslinux/core/include/
fs.h 250 int sectors, bool *have_more);
  /external/syslinux/core/fs/xfs/
xfs.c 86 bool *have_more)
88 return generic_getfssec(file, buf, sectors, have_more);
  /external/syslinux/core/fs/btrfs/
btrfs.c 569 bool *have_more)
580 ret = generic_getfssec(file, buf, sectors, have_more);
  /bionic/libc/dns/net/
getaddrinfo.c 465 int32_t have_more; local
466 if (!readBE32(proxy, &have_more)) {
469 if (have_more == 0) {
    [all...]
  /external/syslinux/core/fs/ntfs/
ntfs.c 962 bool *have_more)
976 ret = generic_getfssec(file, buf, sectors, have_more);
    [all...]

Completed in 239 milliseconds