Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c62 static uint64_t file_end = 0; variable
1833 file_start = file_end = 0; in zfs_read()
1840 if (filepos >= file_start && filepos+len <= file_end) { in zfs_read()
1876 file_end = file_start + blksz; in zfs_read()
1878 movesize = MIN(length, file_end - filepos); in zfs_read()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1300 caddr_t file_end; in getpfiledata() local
1313 file_end = memp + fsz; in getpfiledata()
1316 while ((caddr_t)objp < file_end) { in getpfiledata()
1362 if ((caddr_t)objp > file_end) { in getpfiledata()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c806 file_end(struct parse_state *psp) in file_end() function
1180 file_end(psp); in parse_from_file()
1738 file_end(&pstate); in parse_options()