Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/srptadm/
H A Dsrptadm.c114 static int get_local_hcas(char **hcaArray, int count);
537 get_local_hcas(char **hcaArray, int count) in get_local_hcas() argument
546 if ((hcaArray == NULL) || (count == 0)) { in get_local_hcas()
568 hcaArray[idx] = strdup(bufp); in get_local_hcas()
569 if (hcaArray[idx] == NULL) { in get_local_hcas()