Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c46 unsigned long file_start; member
133 INODE->file_start = 0; in iso9660_mount()
156 INODE->file_start = 0; in iso9660_dir()
378 INODE->file_start = idr->extent.l; in iso9660_dir()
419 if (INODE->file_start == 0) in iso9660_read()
433 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf)) in iso9660_read()
H A Dfsys_zfs.c61 static uint64_t file_start = 0; variable
1833 file_start = file_end = 0; in zfs_read()
1840 if (filepos >= file_start && filepos+len <= file_end) { in zfs_read()
1841 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()
1875 file_start = blkid * blksz; in zfs_read()
1876 file_end = file_start + blksz; in zfs_read()
1880 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c112 int file_start; /* The index in the input line of the first character */ member
765 conf->file_start = args->file_start; in CPL_MATCH_FN()
773 if(conf->file_start < 0) { in CPL_MATCH_FN()
781 start_path = line + conf->file_start; in CPL_MATCH_FN()
809 cfa->file_start = -1; in cpl_init_FileArgs()
827 cfc->file_start = -1; in cpl_init_FileConf()
922 cfc->file_start = start_index; in cfc_file_start()
H A Dpcache.c78 int file_start; /* The index in the input line of the first character */ member
1183 ppc->file_start = -1; in pca_init_PcaPathConf()
1257 if(ppc->file_start < 0) { in CPL_MATCH_FN()
1264 start_path = line + ppc->file_start; in CPL_MATCH_FN()
1612 ppc->file_start = start_index; in ppc_file_start()
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h420 int file_start; /* Equivalent to the argument of cfc_file_start() */ member