Lines Matching defs:off
380 * Fork off mmap children.
399 * Now fork off an additional process to continually
611 "mapsize %d, off %Ld, loop %d\n",
616 "mapsize %ld, off %ld, loop %d\n",
647 " at pg %d off %d, exp "
704 off64_t off;
707 off_t off;
722 if ((off = lseek64(fd_writer, 0, SEEK_END)) == -1) {
724 if ((off = lseek(fd_writer, 0, SEEK_END)) == -1) {
741 (void)printf("writer %d bytes at off %Ld, size %Ld\n",
742 growsize, off, statbuf.st_size);
745 (void)printf("writer %d bytes at off %ld, size %ld\n",
746 growsize, off, statbuf.st_size);
756 p = buf + (off % pagesize);
767 off += growsize;
861 (void)fprintf(stderr, ", pg %d off %d, "
865 (void)fprintf(stderr, ", pg %d off %d, "