HomeSort by: relevance | last modified time | path
    Searched defs:_control_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-nbsd-iface.c 58 static int _control_fd = -1; variable
204 if (_control_fd != -1)
219 if ((_control_fd = open(control, O_RDWR)) < 0) {
1178 if (_control_fd != -1) {
1179 close(_control_fd);
1180 _control_fd = -1;
libdm-iface.c 79 static int _control_fd = -1; variable
333 if (_control_fd != -1)
345 if ((_control_fd = open(control, O_RDWR)) < 0) {
722 else if (ioctl(_control_fd, command, dmi) < 0) {
1766 if (ioctl(_control_fd, command, dmi) < 0) {
1915 if (_control_fd != -1) {
1916 close(_control_fd);
1917 _control_fd = -1;

Completed in 48 milliseconds