Searched refs:knetconfig (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/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)
73 struct knetconfig *
77 struct knetconfig *k = NULL;
84 k = (struct knetconfig *)malloc(sizeof (*k));
166 fsl_retp->knconf_len = (sizeof (struct knetconfig) +
/illumos-gate/usr/src/uts/common/nfs/
H A Dlm.h79 struct knetconfig;
83 * Given a knetconfig and network address, returns a reference to the
87 * (knetconfig::knc_proto) than what was requested.
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 Dmount.h70 struct knetconfig *knconf; /* transport netconfig struct */
142 #define NFSMNT_KNCONF 0x4000 /* transport's knetconfig structure */
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;
/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc45 int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
H A Dlibrdc.h39 extern int convert_nconf_to_knconf(struct netconfig *, struct knetconfig *);
/illumos-gate/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 Dauth.h86 struct knetconfig *knconf; /* knetconfig info that associated */
95 caddr32_t knconf; /* knetconfig info that associated */
352 extern int authdes_create(char *, uint_t, struct netbuf *, struct knetconfig *,
433 struct netbuf *, int *, struct knetconfig *, int, AUTH **);
H A Dclnt.h206 #define KNC_STRSIZE 128 /* maximum length of knetconfig strings */
209 * knetconfig
213 * Note that the knetconfig strings can either be dynamically allocated, or
214 * they can be string literals. The code that sets up the knetconfig is
216 * necessary when the knetconfig is destroyed.
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 **kncon
[all...]
H A Dclnt_gen.c76 struct knetconfig *config,
178 struct knetconfig *config,
H A Drpc_subr.c440 portmap_getport(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers,
508 rpcbind_getaddr(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers,
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c52 * structs netbuf, knetconfig, and nfsarg from SVR4
62 struct knetconfig { struct
74 /* transport knetconfig struct */
75 struct knetconfig *knconf;
133 (struct knetconfig *)malloc(sizeof (struct knetconfig))) == NULL) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h330 * nh_knc: host's knetconfig (used by kRPC subsystem).
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 Dklmmod.c181 struct knetconfig knc;
201 * Build knetconfig, checking arg values.
392 * this function to release knetconfig stored
399 lm_free_config(struct knetconfig *knc)
426 lm_get_sysid(struct knetconfig *knc, struct netbuf *addr,
H A Dnlm_impl.c81 struct knetconfig n_knc;
162 * Static table of all netid/knetconfig network
164 * is used when we need to get valid knetconfig by
169 * knetconfig from NFS mountinfo (client side)
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 *);
751 * Initialize knetconfig that is used for communication
755 nlm_init_local_knc(struct knetconfig *knc)
784 struct knetconfig kn
[all...]
/illumos-gate/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;
753 k = (struct knetconfig *)malloc(sizeof (*k));
774 free_knconf(struct knetconfig *k)
/illumos-gate/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,
430 synchronize(struct knetconfig *synconfig, struct netbuf *syncaddr, int calltype,
H A Dkey_call.c68 struct knetconfig auth_config;
240 struct knetconfig *configp;
251 * filch a knetconfig structure.
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_handle.c54 struct knetconfig gss_config;
/illumos-gate/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;
376 * Copy knetconfig information from the template, note that the
584 struct knetconfig *knconf;
1862 pmap_kgetport(struct knetconfig *kncon
[all...]
H A Dnfs4_common.c79 nfs4_tsize(struct knetconfig *knp)
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c267 struct knetconfig ua_kn;
534 struct knetconfig *kncfp,
636 struct knetconfig *kncfp,
765 struct knetconfig *kncfp,
859 struct knetconfig *kncfp,
921 struct knetconfig *kncfp,
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h294 struct knetconfig { struct

Completed in 137 milliseconds

123