Symbol: CUROFF
usr.sbin/puffs/mount_9p/ninebuf.c
109
puffs_framebuf_seekset(pb, CUROFF(pb) + n);
usr.sbin/puffs/mount_9p/ninebuf.c
130
if (CUROFF(pb) == 0) {
usr.sbin/puffs/mount_9p/ninebuf.c
137
howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
usr.sbin/puffs/mount_9p/ninebuf.c
140
if (puffs_framebuf_getwindow(pb, CUROFF(pb), &win, &winlen)==-1)
usr.sbin/puffs/mount_9p/ninebuf.c
152
puffs_framebuf_seekset(pb, CUROFF(pb) + n);
usr.sbin/puffs/mount_9p/ninebuf.c
87
if ((lenstate = (CUROFF(pb) < 4)))
usr.sbin/puffs/mount_9p/ninebuf.c
88
howmuch = 4 - CUROFF(pb);
usr.sbin/puffs/mount_9p/ninebuf.c
90
howmuch = p9pbuf_get_len(pb) - CUROFF(pb);
usr.sbin/puffs/mount_9p/ninebuf.c
97
if (puffs_framebuf_getwindow(pb, CUROFF(pb), &win, &winlen)==-1)
usr.sbin/puffs/mount_psshfs/psbuf.c
101
if ((lenstate = READSTATE_LENGTH(CUROFF(pb))))
usr.sbin/puffs/mount_psshfs/psbuf.c
102
howmuch = 4 - CUROFF(pb);
usr.sbin/puffs/mount_psshfs/psbuf.c
104
howmuch = psbuf_get_len(pb) - (CUROFF(pb) - 4);
usr.sbin/puffs/mount_psshfs/psbuf.c
111
if (puffs_framebuf_getwindow(pb, CUROFF(pb), &win, &winlen)==-1)
usr.sbin/puffs/mount_psshfs/psbuf.c
123
puffs_framebuf_seekset(pb, CUROFF(pb) + n);
usr.sbin/puffs/mount_psshfs/psbuf.c
146
if (CUROFF(pb) == 0) {
usr.sbin/puffs/mount_psshfs/psbuf.c
153
howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
usr.sbin/puffs/mount_psshfs/psbuf.c
156
if (puffs_framebuf_getwindow(pb, CUROFF(pb), &win, &winlen)==-1)
usr.sbin/puffs/mount_psshfs/psbuf.c
168
puffs_framebuf_seekset(pb, CUROFF(pb) + n);