Searched defs:knc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c181 struct knetconfig knc; local
205 bzero(&knc, sizeof (knc));
208 knc.knc_semantics = NC_TPI_COTS_ORD;
209 knc.knc_proto = NC_TCP;
212 knc.knc_semantics = NC_TPI_CLTS;
213 knc.knc_proto = NC_UDP;
223 knc.knc_protofmly = NC_INET;
226 knc.knc_protofmly = NC_INET6;
229 knc
399 lm_free_config(struct knetconfig *knc) argument
426 lm_get_sysid(struct knetconfig *knc, struct netbuf *addr, char *name, bool_t *nc_changed) argument
[all...]
H A Dnlm_impl.c755 nlm_init_local_knc(struct knetconfig *knc) argument
760 bzero(knc, sizeof (*knc));
766 knc->knc_semantics = NC_TPI_COTS;
767 knc->knc_protofmly = NC_INET;
768 knc->knc_proto = NC_TCP;
769 knc->knc_rdev = vp->v_rdev;
784 struct knetconfig knc; local
788 error = nlm_init_local_knc(&knc);
799 return (nlm_nsm_init(nsm, &knc,
806 nlm_nsm_init(struct nlm_nsm *nsm, struct knetconfig *knc, struct netbuf *nb) argument
1376 nlm_host_create(char *name, const char *netid, struct knetconfig *knc, struct netbuf *naddr) argument
1678 struct knetconfig knc; local
2329 nlm_svc_add_ep(struct file *fp, const char *netid, struct knetconfig *knc) argument
2347 nlm_svc_starting(struct nlm_globals *g, struct file *fp, const char *netid, struct knetconfig *knc) argument
2703 nlm_knc_to_netid(struct knetconfig *knc) argument
2740 nlm_knc_from_netid(const char *netid, struct knetconfig *knc) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c441 struct knetconfig knc; local
462 knc.knc_semantics = NC_TPI_COTS;
463 knc.knc_protofmly = "inet";
464 knc.knc_proto = "tcp";
469 knc.knc_semantics = NC_TPI_CLTS;
470 knc.knc_protofmly = "inet";
471 knc.knc_proto = "udp";
476 knc.knc_semantics = NC_TPI_COTS;
477 knc.knc_protofmly = "inet6";
478 knc
[all...]
H A Dnfs4_callback.c842 nfs4_cb_args(nfs4_server_t *np, struct knetconfig *knc, SETCLIENTID4args *args) argument
862 if (strcmp(p->protofmly, knc->knc_protofmly) == 0 &&
863 strcmp(p->proto, knc->knc_proto) == 0) {
873 knc->knc_protofmly, knc->knc_proto));
H A Dnfs4_stub_vnops.c1631 struct knetconfig *knc; local
1680 knc = nfsfsloc.knconf;
1682 (knc->knc_protofmly == NULL) || (knc->knc_proto == NULL)) {
3334 nfs4_ping_server_common(struct knetconfig *knc, struct netbuf *addr, int nointr) argument
3348 if (clnt_tli_kcreate(knc, addr, NFS_PROGRAM, NFS_V4,
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c1334 struct knetconfig *knc; local
1368 knc = kmem_zalloc(sizeof (struct knetconfig),
1370 knc->knc_semantics = NC_TPI_RDMA;
1382 knc->knc_protofmly = pf;
1383 knc->knc_proto = p;
1384 knc->knc_rdev = (dev_t)rp;
1385 *knconf = knc;

Completed in 279 milliseconds