Home
last modified time | relevance | path

Searched refs:thisfd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c130 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, in local_sock_callback() argument
512 return read_from_local_sock(thisfd); in local_sock_callback()
516 static int local_rendezvous_callback(struct local_client *thisfd, char *buf, in local_rendezvous_callback() argument
525 int client_fd = accept(thisfd->fd, (struct sockaddr *) &socka, &sl); in local_rendezvous_callback()
557 static int local_pipe_callback(struct local_client *thisfd, char *buf, in local_pipe_callback() argument
563 struct local_client *sock_client = thisfd->bits.pipe.client; in local_pipe_callback()
566 len = read(thisfd->fd, buffer, sizeof(int)); in local_pipe_callback()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc2089 FuncDeclaration *thisfd in get_frame_for_symbol() local
2110 && fdparent != thisfd) in get_frame_for_symbol()
2113 fdparent = thisfd; in get_frame_for_symbol()
2135 gcc_assert (thisfd != NULL); in get_frame_for_symbol()
2137 if (thisfd != fdparent) in get_frame_for_symbol()
2140 if (!thisfd->vthis) in get_frame_for_symbol()
2144 fdparent->toPrettyChars (), thisfd->toPrettyChars ()); in get_frame_for_symbol()
2150 Dsymbol *dsym = thisfd; in get_frame_for_symbol()
2190 tree frame_ref = get_framedecl (thisfd, fdparent); in get_frame_for_symbol()
2199 ClassDeclaration *cd = thisfd->isThis ()->isClassDeclaration (); in get_frame_for_symbol()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2392 FuncDeclaration *thisfd in get_frame_for_symbol() local
2413 && fdparent != thisfd) in get_frame_for_symbol()
2416 fdparent = thisfd; in get_frame_for_symbol()
2438 gcc_assert (thisfd != NULL); in get_frame_for_symbol()
2440 if (thisfd != fdparent) in get_frame_for_symbol()
2443 if (!thisfd->vthis) in get_frame_for_symbol()
2447 fdparent->toPrettyChars (), thisfd->toPrettyChars ()); in get_frame_for_symbol()
2453 Dsymbol *dsym = thisfd; in get_frame_for_symbol()
2493 tree frame_ref = get_framedecl (thisfd, fdparent); in get_frame_for_symbol()
2502 ClassDeclaration *cd = thisfd->isThis ()->isClassDeclaration (); in get_frame_for_symbol()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c3669 FuncDeclaration *thisfd = s->isFuncDeclaration(); in getLevel() local
3670 if (thisfd) in getLevel()
3672 if (!thisfd->isNested() && !thisfd->vthis && !sc->intypeof) in getLevel()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1120 if (auto thisfd = s.isFuncDeclaration()) in getLevel() local
1122 if (!thisfd.isNested() && !thisfd.vthis && !intypeof) in getLevel()