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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9841 la_els_rnid_acc_t *rnid_acc; local
9885 rnid_acc = kmem_zalloc(sizeof (la_els_rnid_acc_t), KM_SLEEP);
9898 job->job_private = (void *)rnid_acc;
9915 ASSERT(job->job_private == (void *)rnid_acc);
9919 rnid_acc->hdr.cmn_len +
9920 rnid_acc->hdr.specific_len;
9924 } else if (ddi_copyout((void *)rnid_acc,
9948 kmem_free(rnid_acc, sizeof (la_els_rnid_acc_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6145 uchar_t *rnid_acc; local
6171 rnid_acc = kmem_zalloc(req_len, KM_SLEEP);
6178 (caddr_t)rnid_acc) != QL_SUCCESS)) {
6180 kmem_free(rnid_acc, req_len);
6194 bcopy(rnid_acc, &acc.hdr, req_len);
6198 kmem_free(rnid_acc, req_len);

Completed in 89 milliseconds