Lines Matching refs:tlyp
5283 struct nfscllayout *lyp, *tlyp; in nfscl_layout() local
5291 tlyp = NULL; in nfscl_layout()
5295 tlyp = malloc(sizeof(*tlyp) + fhlen - 1, M_NFSLAYOUT, in nfscl_layout()
5305 if (tlyp != NULL) in nfscl_layout()
5306 free(tlyp, M_NFSLAYOUT); in nfscl_layout()
5317 lyp = tlyp; in nfscl_layout()
5318 tlyp = NULL; in nfscl_layout()
5356 if (tlyp != NULL) in nfscl_layout()
5357 free(tlyp, M_NFSLAYOUT); in nfscl_layout()
5375 if (tlyp != NULL) in nfscl_layout()
5376 free(tlyp, M_NFSLAYOUT); in nfscl_layout()