Searched refs:error_ret (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c252 int error_ret = 0; local
265 error_ret = EINVAL;
271 error_ret = EINVAL;
287 if ( (error_ret = VNOP_PAGEOUT(vp, upl, upl_offset, (off_t)f_offset,
312 if ( (error_ret = VNOP_PAGEOUT(vp, NULL, upl_offset, (off_t)f_offset,
329 error_ret = EINVAL;
364 if (error_ret == 0)
365 error_ret = error;
443 if (error_ret == 0)
444 error_ret
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c754 goto error_ret;
761 goto error_ret;
764 error_ret:
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c4099 int error_ret = 0; local
4204 if (error_ret == 0)
4205 error_ret = error;
4213 if (error_ret != 0) {
4214 retval = error_ret;

Completed in 32 milliseconds