Searched defs:create_client (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/rpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 172 static svc_rpc_gss_data *create_client(); 626 if ((client_data = create_client()) == NULL) { 1174 create_client() function
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_proc.c | 761 clnt = create_client(my_idp->my_name, my_idp->my_prog, my_idp->my_vers, 789 create_client(char *host, int prognum, int versnum, char *netid, function
|
| /illumos-gate/usr/src/cmd/svc/configd/ |
| H A D | client.c | 2436 create_client(pid_t pid, uint32_t debugflags, int privileged, int *out_fd) function
|
| /illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
| H A D | svc_rpcsec_gss.c | 204 static svc_rpc_gss_data *create_client(); 938 client_data = c_d ? c_d : create_client(); 1507 create_client() function
|
Completed in 1410 milliseconds