Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd.c545 SHMEM_UNUSE(CRULE_OR_HRULE(&saved_req),
649 SHMEM_UNUSE(&saved_io.srule,
799 SHMEM_UNUSE(CRULE_OR_HRULE(&req),
972 SHMEM_UNUSE(&io.srule, &cinfo, sockscf.shmemfd, SHMEM_ALL);
H A Dsockd_negotiate.c818 SHMEM_UNUSE(CRULE_OR_HRULE(neg), &cinfo, sockscf.shmemfd, unuse);
1538 SHMEM_UNUSE(CRULE_OR_HRULE(neg),
H A Dsockd_request.c425 SHMEM_UNUSE(rule, &cinfo, sockscf.shmemfd, SHMEM_ALL); in run_request()
2533 SHMEM_UNUSE(&bindio.srule,
2587 SHMEM_UNUSE(&bindio.srule,
H A Dsockd_io.c4177 SHMEM_UNUSE(SHMEMRULE(io), &cinfo, sockscf.shmemfd, SHMEM_ALL);
4182 SHMEM_UNUSE(SHMEMRULE(io), &cinfo, sockscf.shmemfd, SHMEM_ALL);
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h625 #define SHMEM_UNUSE(rule, cinfo, lock, objects) \ macro