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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c1689 nfp->f_iocount = 0;
2409 * successful, increment the f_iocount
2448 fp->f_iocount++;
2465 * successful, increment the f_iocount
2507 fp->f_iocount++;
2526 * successful, increment the f_iocount
2564 fp->f_iocount++;
2581 * successful, increment the f_iocount
2619 fp->f_iocount++;
2636 * and if successful, increment the f_iocount
[all...]
H A Dsys_generic.c1636 fp->f_iocount++;
1666 fp->f_iocount--;
1668 if (p->p_fpdrainwait && fp->f_iocount == 0) {
1721 fp->f_iocount--;
1724 if (p->p_fpdrainwait && fp->f_iocount == 0) {
H A Duipc_usrreq.c1283 fp->f_iocount = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h92 int32_t f_iocount; member in struct:fileproc

Completed in 34 milliseconds