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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c202 uthread->uu_iocount = 0;
211 if (uthread->uu_iocount)
212 printf("system call returned with uu_iocount != 0\n");
379 uthread->uu_iocount = 0;
388 if (uthread->uu_iocount)
389 printf("system call returned with uu_iocount != 0\n");
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h201 int uu_iocount; member in struct:uthread
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c8107 ut->uu_iocount += count;

Completed in 105 milliseconds