OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 26 00:26:28 UTC 2026