Searched refs:clnt_door_create (Results 1 – 13 of 13) 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); in _DsForceRediscovery()
|
H A D | dsgetdc.c | 86 clnt = clnt_door_create(ADSPRIV_PROGRAM, ADSPRIV_V1, ADSPRIV_MAX_XFER); in _DsGetDcName()
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 124 clnt = clnt_door_create(KEY_PROG, vers, 0); in my_key_call()
|
/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/libidmap/common/ |
H A D | utils.c | 328 idmap_handle.client = clnt_door_create(IDMAP_PROG, IDMAP_V1, sendsz); in _idmap_clnt_connect()
|
H A D | directory_client.c | 80 d->client = clnt_door_create(IDMAP_PROG, IDMAP_V1, 0); in directory_open()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 204 if ((clnt = clnt_door_create(prog, vers, 0)) != NULL) in clnt_create_timed() 364 if ((clnt = clnt_door_create(prog, vers, 0)) != NULL) in clnt_create_service_timed()
|
H A D | clnt_door.c | 79 clnt_door_create(const rpcprog_t program, const rpcvers_t version, in clnt_door_create() function
|
H A D | key_call.c | 843 if ((kcp->client = clnt_door_create(KEY_PROG, vers, 0)) == NULL) in getkeyserv_handle()
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 121 clnt_door_create.3nsl \ 393 clnt_door_create.3nsl := LINKSRC = rpc_clnt_create.3nsl
|
/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); in fmd_adm_open() 220 if ((c = clnt_door_create(ap->adm_prog, FMD_ADM_VERSION_1, in fmd_adm_retry()
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 125 clnt_door_create;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 40 link path=usr/share/man/man3nsl/clnt_door_create.3nsl \
|