Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirfile.h35 VIR_FILE_CLOSE_IGNORE_EBADF = 1 << 1, enumerator
82 VIR_FILE_CLOSE_IGNORE_EBADF))
H A Dvirfile.c128 if (!(flags & VIR_FILE_CLOSE_IGNORE_EBADF)) in virFileClose()