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

  /src/sbin/dump_lfs/
lfs_inode.c 407 static int root_fd = -1; variable in typeref:typename:int
415 root_fd = open(mpname, O_RDONLY, 0);
416 if (root_fd < 0)
419 fcntl(root_fd, LFCNREWIND, -1); /* Ignore return value */
420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) {
438 if (root_fd < 0)
441 fcntl(root_fd, LFCNWRAPGO, &waitfor);
442 close(root_fd);
443 root_fd = -1;
lfs_inode.c 407 static int root_fd = -1; variable in typeref:typename:int
415 root_fd = open(mpname, O_RDONLY, 0);
416 if (root_fd < 0)
419 fcntl(root_fd, LFCNREWIND, -1); /* Ignore return value */
420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) {
438 if (root_fd < 0)
441 fcntl(root_fd, LFCNWRAPGO, &waitfor);
442 close(root_fd);
443 root_fd = -1;

Completed in 23 milliseconds