Searched refs:dl_cf (Results 1 – 1 of 1) sorted by relevance
297 struct knetconfig *dl_cf; in mount_root() local365 dl_cf = &dl_tcp_netconf; in mount_root()369 dl_cf = &dl_udp_netconf; in mount_root()373 rc = init_mountopts(args, version, &dl_cf, vfsflags); in mount_root()379 args->knconf->knc_semantics = dl_cf->knc_semantics; in mount_root()380 args->knconf->knc_rdev = dl_cf->knc_rdev; in mount_root()381 (void) strcpy(args->knconf->knc_protofmly, dl_cf->knc_protofmly); in mount_root()382 (void) strcpy(args->knconf->knc_proto, dl_cf->knc_proto); in mount_root()2438 init_mountopts(struct nfs_args *args, int version, struct knetconfig **dl_cf, in init_mountopts() argument2446 struct knetconfig *cf = *dl_cf; in init_mountopts()[all …]