Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c168 int drvfd; in vntsd_open_vcc() local
182 drvfd = open(path, O_RDWR); in vntsd_open_vcc()
184 if ((drvfd < 0) && (errno == EAGAIN)) { in vntsd_open_vcc()
195 if (drvfd < 0) { in vntsd_open_vcc()
202 return (drvfd); in vntsd_open_vcc()