Home
last modified time | relevance | path

Searched refs:startfp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c64 file_t *fp, *startfp; in copen() local
105 if ((startfp = getf(startfd)) == NULL) in copen()
107 startvp = startfp->f_vnode; in copen()
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1491 file_t *startfp; in fgetstartvp() local
1518 if ((startfp = getf(fd)) == NULL) in fgetstartvp()
1520 startvp = startfp->f_vnode; in fgetstartvp()