Searched refs:sikncp (Results 1 – 1 of 1) sorted by relevance
1133 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_mirrormount() local1172 sikncp = esi->esi_knconf; in nfs4_trigger_esi_create_mirrormount()1174 sikncp->knc_semantics = svkncp->knc_semantics; in nfs4_trigger_esi_create_mirrormount()1175 sikncp->knc_protofmly = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()1176 (void) strcat((char *)sikncp->knc_protofmly, in nfs4_trigger_esi_create_mirrormount()1178 sikncp->knc_proto = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()1179 (void) strcat((char *)sikncp->knc_proto, (char *)svkncp->knc_proto); in nfs4_trigger_esi_create_mirrormount()1180 sikncp->knc_rdev = svkncp->knc_rdev; in nfs4_trigger_esi_create_mirrormount()1698 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_referral() local1763 sikncp = esi->esi_knconf; in nfs4_trigger_esi_create_referral()[all …]