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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9554 fc_ns_cmd32_t *ns_req32; local
9558 if (fcio->fcio_ilen != sizeof (*ns_req32)) {
9564 ns_req32 = kmem_zalloc(sizeof (*ns_req32), KM_SLEEP);
9566 if (ddi_copyin(fcio->fcio_ibuf, ns_req32,
9567 sizeof (*ns_req32), mode)) {
9570 kmem_free(ns_req32, sizeof (*ns_req32));
9574 ns_req->ns_flags = ns_req32->ns_flags;
9575 ns_req->ns_cmd = ns_req32
[all...]

Completed in 84 milliseconds