Searched refs:buf_error (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c376 if (buf_error(bp) == 0) {
381 snprintf (errno_str, sizeof(errno_str), "%d", buf_error(bp));
H A Dvfs_bio.c515 buf_error(buf_t bp) { function
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h259 @function buf_error
265 errno_t buf_error(buf_t);
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c582 error = (int)buf_error(bp);

Completed in 67 milliseconds