HomeSort by: relevance | last modified time | path
    Searched refs:thisfd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 130 static int read_from_local_sock(struct local_client *thisfd);
144 static int local_rendezvous_callback(struct local_client *thisfd, char *buf,
150 static int distribute_command(struct local_client *thisfd);
507 static int local_sock_callback(struct local_client *thisfd, char *buf, int len,
512 return read_from_local_sock(thisfd);
516 static int local_rendezvous_callback(struct local_client *thisfd, char *buf,
525 int client_fd = accept(thisfd->fd, (struct sockaddr *) &socka, &sl);
557 static int local_pipe_callback(struct local_client *thisfd, char *buf,
563 struct local_client *sock_client = thisfd->bits.pipe.client;
566 len = read(thisfd->fd, buffer, sizeof(int))
698 struct local_client *thisfd; local
1999 struct local_client *thisfd; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 2392 FuncDeclaration *thisfd local
2413 && fdparent != thisfd)
2416 fdparent = thisfd;
2438 gcc_assert (thisfd != NULL);
2440 if (thisfd != fdparent)
2443 if (!thisfd->vthis)
2447 fdparent->toPrettyChars (), thisfd->toPrettyChars ());
2453 Dsymbol *dsym = thisfd;
2493 tree frame_ref = get_framedecl (thisfd, fdparent);
2495 /* If `thisfd' is a derived member function, then `fdparent' is th
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 1120 if (auto thisfd = s.isFuncDeclaration())
1122 if (!thisfd.isNested() && !thisfd.vthis && !intypeof)

Completed in 20 milliseconds