Searched refs:clnt_door_create (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libads/common/ |
H A D | poke.c | 45 clnt = clnt_door_create(ADSPRIV_PROGRAM, ADSPRIV_V1, ADSPRIV_MAX_XFER);
|
H A D | dsgetdc.c | 85 clnt = clnt_door_create(ADSPRIV_PROGRAM, ADSPRIV_V1, ADSPRIV_MAX_XFER);
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 126 clnt = clnt_door_create(KEY_PROG, vers, 0);
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | directory_client.c | 80 d->client = clnt_door_create(IDMAP_PROG, IDMAP_V1, 0);
|
H A D | utils.c | 328 idmap_handle.client = clnt_door_create(IDMAP_PROG, IDMAP_V1, sendsz);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 207 if ((clnt = clnt_door_create(prog, vers, 0)) != NULL) 367 if ((clnt = clnt_door_create(prog, vers, 0)) != NULL)
|
H A D | clnt_door.c | 79 clnt_door_create(const rpcprog_t program, const rpcvers_t version, function 147 syslog(LOG_ERR, "clnt_door_create: strdup failed"); 154 syslog(LOG_ERR, "clnt_door_create: strdup failed");
|
H A D | key_call.c | 845 if ((kcp->client = clnt_door_create(KEY_PROG, vers, 0)) == NULL)
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt.h | 913 extern CLIENT * clnt_door_create(const rpcprog_t, const rpcvers_t, 921 extern CLIENT * clnt_door_create();
|
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/ |
H A D | fmd_adm.c | 64 c = clnt_door_create(prog, FMD_ADM_VERSION_1, _fmd_adm_bufsize); 220 if ((c = clnt_door_create(ap->adm_prog, FMD_ADM_VERSION_1,
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 121 clnt_door_create.3nsl \ 392 clnt_door_create.3nsl := LINKSRC = rpc_clnt_create.3nsl
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 521 CLIENT *clnt_door_create(rpcprog_t program, rpcvers_t version, uint_t sendsz);
|
Completed in 114 milliseconds