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

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 74 static struct local_client local_client_head; variable in typeref:struct:local_client
452 local_client_head.fd = clops->get_main_cluster_fd();
453 local_client_head.type = CLUSTER_MAIN_SOCK;
454 local_client_head.callback = clops->cluster_fd_callback;
465 newfd->next = local_client_head.next;
466 local_client_head.next = newfd;
703 local_client_head.fd = clops->get_main_cluster_fd();
705 for (thisfd = &local_client_head; thisfd != NULL;
733 for (thisfd = &local_client_head; thisfd != NULL;
799 for (thisfd = &local_client_head; thisfd != NULL
    [all...]
clvmd.c 74 static struct local_client local_client_head; variable in typeref:struct:local_client
452 local_client_head.fd = clops->get_main_cluster_fd();
453 local_client_head.type = CLUSTER_MAIN_SOCK;
454 local_client_head.callback = clops->cluster_fd_callback;
465 newfd->next = local_client_head.next;
466 local_client_head.next = newfd;
703 local_client_head.fd = clops->get_main_cluster_fd();
705 for (thisfd = &local_client_head; thisfd != NULL;
733 for (thisfd = &local_client_head; thisfd != NULL;
799 for (thisfd = &local_client_head; thisfd != NULL
    [all...]

Completed in 29 milliseconds