Lines Matching refs:f
333 file_t *f;
348 if ((f = getf((int)arg)) == NULL) {
352 if (f->f_vnode->v_stream == NULL) {
363 if (str_vp(f->f_vnode) == str_vp(rwsconsvp)) {
374 (void) strioctl(f->f_vnode, I_LOOK, (intptr_t)modname,
384 error = strioctl(f->f_vnode, I_PUSH,
397 srpush(f->f_vnode, B_FALSE);
409 if ((f = getf((int)arg)) == NULL) {
412 if (f->f_vnode->v_stream == NULL) {
418 *rvalp = (str_vp(f->f_vnode) == lp->wl_vp);