OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thunk_pwrite
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/usermode/dev/
ld_thunkbus.c
281
ret =
thunk_pwrite
(sc->sc_fd, bp->b_data, bp->b_bcount, offset);
312
len =
thunk_pwrite
(sc->sc_fd, data, blkcnt, blkno * ld->sc_secsize);
/src/sys/arch/usermode/include/
thunk.h
122
ssize_t
thunk_pwrite
(int, const void *, size_t, off_t);
/src/sys/arch/usermode/usermode/
pmap.c
261
wlen =
thunk_pwrite
(mem_fh, &dummy, 1, file_len - 1);
271
wlen =
thunk_pwrite
(mem_fh, block, PAGE_SIZE, pg);
292
written =
thunk_pwrite
(mem_fh, (void *) kmem_k_start, kmem_k_length,
thunk.c
538
thunk_pwrite
(int d, const void *buf, size_t nbytes, off_t offset)
function in typeref:typename:ssize_t
Completed in 18 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025