Home
last modified time | relevance | path

Searched refs:knetconfig (Results 1 – 25 of 60) sorted by relevance

123

/titanic_41/usr/src/uts/common/nfs/
H A Dlm.h79 struct knetconfig;
89 extern struct lm_sysid *lm_get_sysid(struct knetconfig *, struct netbuf *,
98 extern void lm_free_config(struct knetconfig *);
H A Dnfs_sec.h91 extern sec_data_t *nfs_clnt_secdata(seconfig_t *, char *, struct knetconfig *,
H A Dnfs_clnt.h266 struct knetconfig *sv_knconf; /* bound TLI fd */
267 struct knetconfig *sv_origknconf; /* For RDMA save orig knconf */
418 struct knetconfig *mi_klmconfig;
H A Dmount.h70 struct knetconfig *knconf; /* transport netconfig struct */
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c62 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 Dnlm_impl.h357 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 Dklmmod.c181 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 Dnlm_impl.c81 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 Dnfs_resolve.h34 extern struct knetconfig *get_knconf(struct netconfig *);
35 extern void free_knconf(struct knetconfig *);
H A Dnfs_resolve.c62 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 Dauth_des.h152 struct knetconfig *, des_block *, int, AUTH **);
155 extern int rtime(struct knetconfig *, struct netbuf *, int,
H A Dclnt.h218 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 Dauth.h100 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 Dclnt_gen.c76 struct knetconfig *config, in clnt_tli_kcreate()
178 struct knetconfig *config, in clnt_tli_kinit()
H A Drpc_subr.c440 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 Dmount_nfs.c65 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 Dauth_des.c75 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 Dkey_call.c68 struct knetconfig auth_config;
240 struct knetconfig *configp; in key_call()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c189 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 Dlibrdc.h39 extern int convert_nconf_to_knconf(struct netconfig *, struct knetconfig *);
H A Dllib-lrdc45 int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
/titanic_41/usr/src/uts/common/gssapi/
H A Dgssd_handle.c54 struct knetconfig gss_config;
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c267 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 Dautofs.h72 struct knetconfig fi_knconf; /* netconfig */
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_subr.c143 rdc_create_svinfo(char *host, struct netbuf *svaddr, struct knetconfig *conf) in rdc_create_svinfo()

123