Searched refs:flf (Results 1 – 1 of 1) sorted by relevance
589 int flf = fcntl(ctx->pipe[i], F_GETFL); in vdev_netvsc_netvsc_probe() local591 if (flf != -1 && in vdev_netvsc_netvsc_probe()592 fcntl(ctx->pipe[i], F_SETFL, flf | O_NONBLOCK) != -1) in vdev_netvsc_netvsc_probe()