Searched refs:offset (Results 1 – 4 of 4) sorted by relevance
/hurd/ |
A D | fd-write.c | 26 const void *buf, size_t *nbytes, loff_t offset) in _hurd_fd_write() argument 33 return __io_write (port, buf, *nbytes, offset, &wrote); in _hurd_fd_write()
|
A D | fd-read.c | 25 _hurd_fd_read (struct hurd_fd *fd, void *buf, size_t *nbytes, loff_t offset) in _hurd_fd_read() argument 33 return __io_read (port, &data, &nread, offset, *nbytes); in _hurd_fd_read()
|
A D | hurdauth.c | 53 vm_size_t offset; in _S_msg_add_auth() local 75 offset = (round_page (nexist + nnew * sizeof (uid_t)) in _S_msg_add_auth() 77 if (offset) in _S_msg_add_auth() 81 offset); in _S_msg_add_auth()
|
/hurd/hurd/ |
A D | fd.h | 260 void *buf, size_t *nbytes, __loff_t offset); 262 const void *buf, size_t *nbytes, __loff_t offset);
|
Completed in 8 milliseconds