Home
last modified time | relevance | path

Searched refs:duplen (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1067 int i, duplen; in split_alias() local
1072 duplen = strlen(dup) + 1; in split_alias()
1088 kmem_free(dup, duplen); in split_alias()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba.c2876 int duplen; in usba_get_mfg_prod_sn_str() local
2892 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()
/titanic_41/usr/src/uts/common/os/
H A Ddevcfg.c5570 int duplen; in ndi_devi_config_one() local
5597 duplen = strlen(devnm) + 1; in ndi_devi_config_one()
5633 kmem_free(nmdup, duplen); in ndi_devi_config_one()