OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufoff
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/puffs/mount_psshfs/
psbuf.c
506
size_t
bufoff
, winlen;
local
535
bufoff
= puffs_framebuf_telloff(pb);
536
if (puffs_framebuf_getwindow(pb,
bufoff
,
/src/sys/arch/sgimips/mace/
if_mec.c
951
int len,
bufoff
, buflen, nsegs, align, resid, pseg, nptr, slen, i;
local
983
bufoff
= 0;
1010
bufoff
= MEC_TXD_BUFSTART(ETHER_PAD_LEN);
1011
m_copydata(m0, 0, len, txd->txd_buf +
bufoff
);
1012
memset(txd->txd_buf +
bufoff
+ len, 0,
1017
bufoff
= MEC_TXD_BUFSTART(len);
1018
m_copydata(m0, 0, len, txd->txd_buf +
bufoff
);
1085
bufoff
= MEC_TXD_BUFSTART(buflen);
1179
bufoff
= MEC_TXD_BUFSTART(buflen);
1278
m_copydata(m0, 0, buflen, txd->txd_buf +
bufoff
);
[
all
...]
/src/sys/fs/hfs/
hfs_vnops.c
866
off_t
bufoff
; /* offset in buffer relative to start of dirents */
local
873
bufoff
= 0;
924
bufoff
+= curent.d_reclen;
925
if (
bufoff
- curent.d_reclen < uio->uio_offset)
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026