Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c61 copen(int startfd, char *fname, int filemode, int createmode) in copen() argument
88 if (startfd == AT_FDCWD) { in copen()
106 if ((startfp = getf(startfd)) == NULL) in copen()
110 releasef(startfd); in copen()
133 if (startfd == AT_FDCWD) { in copen()