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

12345

/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c615 vfs_name(mount_t mp, char * buffer) argument
617 strncpy(buffer, mp->mnt_vtable->vfc_name, MFSNAMELEN);
2273 /* get buffer and uio */
2855 /* if we fetched a filesec, dispose of the buffer */
4454 * have a vnode here, so we drop our namei buffer for the source attribute file
H A Dvfs_syscalls.c4348 * We determine the entry count by walking the buffer containing
4410 * Force NUL termination of the copyin buffer to avoid nami() running
4781 /* find the user buffer size */
4826 * uap->ub User buffer (holds file status info)
4864 * uap->ub User buffer (holds file status info)
4900 * uap->ub User buffer (holds file status info)
4935 * uap->ub User buffer (holds file status info)
6851 * Our kernel buffer needs to be smaller since re-packing
6855 * (4-byte aligned). So having a buffer that is 3/8 the size
6858 * Since this buffer i
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c2775 /* Mark buffer as containing static data if cnode flag set */
2813 * do not attach the file's cp blob to the buffer.
3629 * invalidated (to maintain buffer cache consistency).
4312 block.buffer = (char *)buf_dataptr(bp);
4325 /* This buffer shouldn't be locked anymore but if it is clear it */

Completed in 73 milliseconds

12345