Searched defs:nbyte (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/ |
H A D | dnsproxy.h | 91 int nbyte; /* length of dns request */ member in struct:request
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | SysCalls.c | 1006 The read() function shall attempt to read nbyte bytes from the file 1010 Before any action described below is taken, and if nbyte is zero, the 1035 Upon successful completion, where nbyte is greater than 0, read() shall 1037 number of bytes read. This number shall never be greater than nbyte. The 1038 value returned may be less than nbyte if the number of bytes left in the 1039 file is less than nbyte, if the read() request was interrupted by a 1041 than nbyte bytes immediately available for reading. For example, a read() 1068 read (int fildes, void *buf, size_t nbyte) argument 1073 BufSize = (ssize_t)nbyte; 1077 BufSize = filp->f_ops->fo_read(filp, &filp->f_offset, nbyte, bu 1109 write(int fd, const void *buf, size_t nbyte) argument [all...] |
Completed in 67 milliseconds