Searched defs:fcntl (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py23 import fcntl namespace
325 flags = fcntl.fcntl(p1.stdout, fcntl.F_GETFL) & (~os.O_NONBLOCK)
326 fcntl.fcntl(p1.stdout, fcntl.F_SETFL, flags)

Completed in 14 milliseconds