/titanic_41/usr/src/uts/common/nfs/ |
H A D | lm.h | 79 struct knetconfig; 89 extern struct lm_sysid *lm_get_sysid(struct knetconfig *, struct netbuf *, 98 extern void lm_free_config(struct knetconfig *);
|
H A D | nfs_sec.h | 91 extern sec_data_t *nfs_clnt_secdata(seconfig_t *, char *, struct knetconfig *,
|
H A D | nfs_clnt.h | 266 struct knetconfig *sv_knconf; /* bound TLI fd */ 267 struct knetconfig *sv_origknconf; /* For RDMA save orig knconf */ 418 struct knetconfig *mi_klmconfig;
|
H A D | mount.h | 70 struct knetconfig *knconf; /* transport netconfig struct */
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 62 struct knetconfig { struct 75 struct knetconfig *knconf; 133 (struct knetconfig *)malloc(sizeof (struct knetconfig))) == NULL) { in mount()
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_impl.h | 357 struct knetconfig nh_knc; /* (c) */ 400 struct knetconfig ns_knc; /* (c) */ 513 const char *, struct knetconfig *); 515 int nlm_svc_add_ep(struct file *, const char *, struct knetconfig *); 565 const char *nlm_knc_to_netid(struct knetconfig *); 566 int nlm_knc_from_netid(const char *, struct knetconfig *);
|
H A D | klmmod.c | 181 struct knetconfig knc; in lm_svc() 399 lm_free_config(struct knetconfig *knc) in lm_free_config() 426 lm_get_sysid(struct knetconfig *knc, struct netbuf *addr, in lm_get_sysid()
|
H A D | nlm_impl.c | 81 struct knetconfig n_knc; 225 static int nlm_init_local_knc(struct knetconfig *); 227 static int nlm_nsm_init(struct nlm_nsm *, struct knetconfig *, struct netbuf *); 241 struct knetconfig *, struct netbuf *); 717 nlm_init_local_knc(struct knetconfig *knc) in nlm_init_local_knc() 746 struct knetconfig knc; in nlm_nsm_init_local() 768 nlm_nsm_init(struct nlm_nsm *nsm, struct knetconfig *knc, struct netbuf *nb) in nlm_nsm_init() 1322 struct knetconfig *knc, struct netbuf *naddr) in nlm_host_create() 1623 struct knetconfig knc; in nlm_host_findcreate() 2266 nlm_svc_add_ep(struct file *fp, const char *netid, struct knetconfig *knc) in nlm_svc_add_ep() [all …]
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.h | 34 extern struct knetconfig *get_knconf(struct netconfig *); 35 extern void free_knconf(struct knetconfig *);
|
H A D | nfs_resolve.c | 62 free_knconf(struct knetconfig *k) in free_knconf() 73 struct knetconfig * 77 struct knetconfig *k = NULL; in get_knconf() 84 k = (struct knetconfig *)malloc(sizeof (*k)); in get_knconf() 166 fsl_retp->knconf_len = (sizeof (struct knetconfig) + in get_nfs4ref_info()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | auth_des.h | 152 struct knetconfig *, des_block *, int, AUTH **); 155 extern int rtime(struct knetconfig *, struct netbuf *, int,
|
H A D | clnt.h | 218 struct knetconfig { struct 345 extern int clnt_tli_kcreate(struct knetconfig *config, struct netbuf *svcaddr, 349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config, 364 extern int clnt_clts_kcreate(struct knetconfig *config, struct netbuf *addr, 383 struct knetconfig **knconf); 473 extern enum clnt_stat rpcbind_getaddr(struct knetconfig *, rpcprog_t,
|
H A D | auth.h | 100 struct knetconfig *knconf; /* knetconfig info that associated */ 366 extern int authdes_create(char *, uint_t, struct netbuf *, struct knetconfig *, 447 struct netbuf *, int *, struct knetconfig *, int, AUTH **);
|
H A D | clnt_gen.c | 76 struct knetconfig *config, in clnt_tli_kcreate() 178 struct knetconfig *config, in clnt_tli_kinit()
|
H A D | rpc_subr.c | 440 portmap_getport(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in portmap_getport() 508 rpcbind_getaddr(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in rpcbind_getaddr()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 65 static struct knetconfig *get_knconf(struct netconfig *nconf); 67 static void free_knconf(struct knetconfig *k); 88 struct knetconfig *get_knconf(struct netconfig *); 90 void free_knconf(struct knetconfig *); 743 static struct knetconfig * 747 struct knetconfig *k; in get_knconf() 753 k = (struct knetconfig *)malloc(sizeof (*k)); in get_knconf() 774 free_knconf(struct knetconfig *k) in free_knconf()
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 75 static bool_t synchronize(struct knetconfig *, struct netbuf *, 91 struct knetconfig ad_synconfig; /* netconfig for the synch host */ 108 struct knetconfig *synconfig, des_block *ckey, int calltype, in authdes_create() 430 synchronize(struct knetconfig *synconfig, struct netbuf *syncaddr, int calltype, in synchronize()
|
H A D | key_call.c | 68 struct knetconfig auth_config; 240 struct knetconfig *configp; in key_call()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 189 static enum clnt_stat pmap_rmt_call(struct knetconfig *, struct netbuf *, 203 static enum clnt_stat pmap_kgetport(struct knetconfig *, struct netbuf *, 205 static enum clnt_stat mycallrpc(struct knetconfig *, struct netbuf *, 217 struct knetconfig **, int *); 264 static struct knetconfig dl_udp_netconf = { 271 static struct knetconfig dl_tcp_netconf = { 297 struct knetconfig *dl_cf; in mount_root() 584 struct knetconfig *knconf; in ping_prog() 1862 pmap_kgetport(struct knetconfig *knconf, struct netbuf *call_addr, in pmap_kgetport() 1944 pmap_rmt_call(struct knetconfig *knconf, struct netbuf *call_addr, in pmap_rmt_call() [all …]
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | librdc.h | 39 extern int convert_nconf_to_knconf(struct netconfig *, struct knetconfig *);
|
H A D | llib-lrdc | 45 int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 54 struct knetconfig gss_config;
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 267 struct knetconfig ua_kn; 534 struct knetconfig *kncfp, in med_get_pmap_addr() 636 struct knetconfig *kncfp, in med_get_rpcb_addr() 765 struct knetconfig *kncfp, in med_get_rpc_handle() 859 struct knetconfig *kncfp, in med_get_client() 921 struct knetconfig *kncfp, in med_callrpc()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 72 struct knetconfig fi_knconf; /* netconfig */
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_subr.c | 143 rdc_create_svinfo(char *host, struct netbuf *svaddr, struct knetconfig *conf) in rdc_create_svinfo()
|