mca_ptl_usock_component  164 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     memset(&mca_ptl_usock_component.connection, 0, sizeof(struct sockaddr_storage));
mca_ptl_usock_component  165 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     address = (struct sockaddr_un*)&mca_ptl_usock_component.connection;
mca_ptl_usock_component  179 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     if (PMIX_SUCCESS != (rc = pmix_ptl_base_connect(&mca_ptl_usock_component.connection, len, &sd))) {
mca_ptl_usock_component   41 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.h extern pmix_ptl_usock_component_t mca_ptl_usock_component;
mca_ptl_usock_component   81 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_EXPORT pmix_ptl_usock_component_t mca_ptl_usock_component = {
mca_ptl_usock_component  113 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     memset(&mca_ptl_usock_component.connection, 0, sizeof(mca_ptl_usock_component.connection));
mca_ptl_usock_component  127 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         mca_ptl_usock_component.tmpdir = strdup(tdir);
mca_ptl_usock_component  136 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if (NULL != mca_ptl_usock_component.tmpdir) {
mca_ptl_usock_component  137 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         free(mca_ptl_usock_component.tmpdir);
mca_ptl_usock_component  139 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if (NULL != mca_ptl_usock_component.super.uri) {
mca_ptl_usock_component  140 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         free(mca_ptl_usock_component.super.uri);
mca_ptl_usock_component  142 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if (NULL != mca_ptl_usock_component.filename) {
mca_ptl_usock_component  144 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         unlink(mca_ptl_usock_component.filename);
mca_ptl_usock_component  145 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         free(mca_ptl_usock_component.filename);
mca_ptl_usock_component  208 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     address = (struct sockaddr_un*)&mca_ptl_usock_component.connection;
mca_ptl_usock_component  217 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if (0 > asprintf(&pmix_pid, "%s/pmix-%d", mca_ptl_usock_component.tmpdir, mypid)) {
mca_ptl_usock_component  223 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c                        mca_ptl_usock_component.tmpdir, pmix_pid);
mca_ptl_usock_component  238 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     mca_ptl_usock_component.filename = strdup(address->sun_path);