Searched refs:ns_data_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h310 caddr_t ns_data_buf; /* User buffer */ member in struct:fctl_ns_req
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7212 port->fp_total_devices = *((int *)ns_cmd->ns_data_buf);
8430 if (fp_copyout((void *)ns_cmd->ns_data_buf,
9637 if (ddi_copyout(ns_cmd->ns_data_buf,
10166 ns_cmd->ns_data_buf)->pid.port_id = 0;
10168 ns_cmd->ns_data_buf)->pid.priv_lilp_posit = 0;
10173 BE_32(*((uint32_t *)ns_cmd->ns_data_buf));
10285 ns_cmd->ns_data_buf)->pid.port_id = 0;
10287 ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->
10319 d_id = BE_32(*((uint32_t *)ns_cmd->ns_data_buf));
12689 bcopy(ns_cmd->ns_data_buf, (caddr_
[all...]
H A Dfctl.c1214 d_id = ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->pid.port_id;
1345 bcopy(ns_cmd->ns_data_buf, ns_req->ns_resp_payload,
5268 ns_cmd->ns_data_buf = kmem_zalloc(data_len, sleep);
5269 if (ns_cmd->ns_data_buf == NULL) {
5290 if (ns_cmd->ns_data_len && ns_cmd->ns_data_buf) {
5291 kmem_free(ns_cmd->ns_data_buf, ns_cmd->ns_data_len);

Completed in 102 milliseconds