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

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 563 struct local_client *sock_client = thisfd->bits.pipe.client; local
598 DEBUGLOG("background routine status was %d, sock_client=%p\n",
599 status, sock_client);
601 if (sock_client == NULL) {
607 send_local_reply(sock_client, status,
608 sock_client->fd);
610 if (sock_client->bits.localsock.state ==
612 send_local_reply(sock_client, 0,
613 sock_client->fd);
618 distribute_command(sock_client)) !
    [all...]
clvmd.c 563 struct local_client *sock_client = thisfd->bits.pipe.client; local
598 DEBUGLOG("background routine status was %d, sock_client=%p\n",
599 status, sock_client);
601 if (sock_client == NULL) {
607 send_local_reply(sock_client, status,
608 sock_client->fd);
610 if (sock_client->bits.localsock.state ==
612 send_local_reply(sock_client, 0,
613 sock_client->fd);
618 distribute_command(sock_client)) !
    [all...]

Completed in 64 milliseconds