Lines Matching refs:servicep
2811 char **servicep = NULL;
2820 DDI_PROP_DONTPASS, property, &servicep, &nservices) !=
2834 len = strlen(servicep[count]);
2843 "length %d", servicep[count], property, len);
2848 if (ibnex_unique_svcname(servicep[count]) != IBNEX_SUCCESS) {
2851 servicep[count]);
2861 if (valid[j] && strncmp(servicep[count],
2862 servicep[j], 4) == 0) {
2865 servicep[count]);
2876 ddi_prop_free(servicep); /* free the property */
2899 (void) strcpy(comm_svcp[i], servicep[count]);
2904 ddi_prop_free(servicep);