Searched refs:create_client (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_statd.h | 199 extern CLIENT *create_client(char *, int, int, char *, struct timeval *);
|
| 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
|
| H A D | sm_statd.c | 563 * If it's anything else, just pass it on to create_client(). 580 (void) printf("statd_call_statd: calling create_client(%s)\n", 587 if ((clnt = create_client(name_or_addr, SM_PROG, SM_VERS, NULL,
|
| /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/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
|
| /illumos-gate/usr/src/cmd/svc/configd/ |
| H A D | configd.c | 392 return (create_client(ucred_getpid(uc), debugflags, privileged,
|
| H A D | configd.h | 659 int create_client(pid_t, uint32_t, int, int *);
|
| H A D | client.c | 2436 create_client(pid_t pid, uint32_t debugflags, int privileged, int *out_fd) function
|
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | yp_bind.c | 991 goto create_client; 1062 create_client:
|
Completed in 710 milliseconds