Searched refs:f_modefp (Results 1 – 3 of 3) sorted by relevance
178 if ((fp)->f_modefp != NULL) \179 (fp)->f_modefp->f_timeoutstate = SM_TIME_BLOCK; \194 if ((fp)->f_modefp != NULL) \195 (fp)->f_modefp->f_timeoutstate = SM_TIME_NONBLOCK; \
374 fp1->f_modefp = fp2;375 fp2->f_modefp = fp1;
135 struct sm_file *f_modefp; /* sync mode with this fp */ member