Searched refs:written (Results 101 - 103 of 103) sorted by relevance

12345

/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp34 // new data must be written, ie. in low memory situations.
93 // cannot be written back if set
104 // block. In this case, the block has not yet written back yet, and
109 // be written back before that transaction becomes the next previous
335 // wait for all blocks to be written
1116 /*! Adds the specified block to the to be written array. If no more blocks can
1162 /*! Adds all blocks of the specified transaction to the to be written array.
1197 while the blocks are written back.
1284 ssize_t written = write_pos(fCache->fd, local
1287 if (written !
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1456 size_t written = 0; local
1470 written += toCopy;
1480 TRACE("wrote descriptor (%" B_PRIuSIZE " bytes)\n", written);
1481 return written;
/haiku/src/kits/tracker/
H A DPoseView.cpp27 this Software without prior written authorization from Be Incorporated.
3425 ssize_t written = destFile.Write(buffer, (size_t)result); local
3426 if (written != result)
3427 result = written < B_OK ? written : B_ERROR;

Completed in 107 milliseconds

12345