Searched defs:sbd_mgmt_url (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c117 char *sbd_mgmt_url = NULL; variable
2884 kmem_free(sbd_mgmt_url, sbd_mgmt_url_alloc_size);
2885 sbd_mgmt_url = NULL;
2890 sbd_mgmt_url = kmem_alloc(url_sz, KM_SLEEP);
2893 (void) strcpy(sbd_mgmt_url, (char *)mlu->mlu_buf +
3132 if (sbd_mgmt_url) {
3133 sz += strlen(sbd_mgmt_url) + 1;
3145 if (sbd_mgmt_url) {
3148 (void) strcpy((char *)&oslp->mlu_buf[off], sbd_mgmt_url);
3149 off += strlen(sbd_mgmt_url)
[all...]

Completed in 66 milliseconds