Searched refs:duplen (Results 1 – 3 of 3) sorted by relevance
1067 int i, duplen; in split_alias() local1072 duplen = strlen(dup) + 1; in split_alias()1088 kmem_free(dup, duplen); in split_alias()
2876 int duplen; in usba_get_mfg_prod_sn_str() local2892 duplen = usba_str_startcmp(buffer, in usba_get_mfg_prod_sn_str()2895 if (duplen != -1) { /* Not a complete match. */ in usba_get_mfg_prod_sn_str()2901 len -= duplen; in usba_get_mfg_prod_sn_str()2903 &usba_device->usb_product_str[duplen], in usba_get_mfg_prod_sn_str()
5570 int duplen; in ndi_devi_config_one() local5597 duplen = strlen(devnm) + 1; in ndi_devi_config_one()5633 kmem_free(nmdup, duplen); in ndi_devi_config_one()