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

/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c107 * an hca_entry is created whenever a new hca device is
152 * hf_hca_entry is filled in if an hca_entry with
751 datadm_hca_entry_t *hca_entry; local
753 hca_entry = (datadm_hca_entry_t *)malloc(sizeof (*hca_entry));
754 if (hca_entry == NULL) {
757 bzero(hca_entry, sizeof (*hca_entry));
758 return (hca_entry);
762 datadm_free_hca_entry(datadm_hca_entry_t *hca_entry) argument
928 datadm_hca_entry_t *hca_entry; local
[all...]

Completed in 47 milliseconds