Home
last modified time | relevance | path

Searched refs:dl_cf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c299 struct knetconfig *dl_cf; in mount_root() local
367 dl_cf = &dl_tcp_netconf; in mount_root()
371 dl_cf = &dl_udp_netconf; in mount_root()
375 rc = init_mountopts(args, version, &dl_cf, vfsflags); in mount_root()
381 args->knconf->knc_semantics = dl_cf->knc_semantics; in mount_root()
382 args->knconf->knc_rdev = dl_cf->knc_rdev; in mount_root()
383 (void) strcpy(args->knconf->knc_protofmly, dl_cf->knc_protofmly); in mount_root()
384 (void) strcpy(args->knconf->knc_proto, dl_cf->knc_proto); in mount_root()
2509 struct knetconfig *cf = *dl_cf; in init_mountopts()
2771 *dl_cf = &dl_udp_netconf; in init_mountopts()
[all …]