Searched refs:f_modefp (Results 1 – 3 of 3) sorted by relevance
177 if ((fp)->f_modefp != NULL) \178 (fp)->f_modefp->f_timeoutstate = SM_TIME_BLOCK; \193 if ((fp)->f_modefp != NULL) \194 (fp)->f_modefp->f_timeoutstate = SM_TIME_NONBLOCK; \
372 fp1->f_modefp = fp2;373 fp2->f_modefp = fp1;
133 struct sm_file *f_modefp; /* sync mode with this fp */ member