Searched refs:sikncp (Results 1 – 1 of 1) sorted by relevance
1138 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_mirrormount() local1177 sikncp = esi->esi_knconf; in nfs4_trigger_esi_create_mirrormount()1179 sikncp->knc_semantics = svkncp->knc_semantics; in nfs4_trigger_esi_create_mirrormount()1180 sikncp->knc_protofmly = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()1181 (void) strcat((char *)sikncp->knc_protofmly, in nfs4_trigger_esi_create_mirrormount()1183 sikncp->knc_proto = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()1184 (void) strcat((char *)sikncp->knc_proto, (char *)svkncp->knc_proto); in nfs4_trigger_esi_create_mirrormount()1185 sikncp->knc_rdev = svkncp->knc_rdev; in nfs4_trigger_esi_create_mirrormount()1703 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_referral() local1768 sikncp = esi->esi_knconf; in nfs4_trigger_esi_create_referral()[all …]