Home
last modified time | relevance | path

Searched refs:qcmd (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libutil/
H A Dquotafile.c119 int qcmd, serrno = 0; in quota_open() local
130 qcmd = QCMD(Q_GETQUOTASIZE, quotatype); in quota_open()
140 if (quotactl(qf->fsname, qcmd, 0, &qf->wordsize) == 0) in quota_open()
221 int qcmd; in quota_on() local
223 qcmd = QCMD(Q_QUOTAON, qf->quotatype); in quota_on()
224 return (quotactl(qf->fsname, qcmd, 0, qf->qfname)); in quota_on()
339 int qcmd; in quota_read() local
342 qcmd = QCMD(Q_GETQUOTA, qf->quotatype); in quota_read()
343 return (quotactl(qf->fsname, qcmd, id, dqb)); in quota_read()
409 int qcmd; in quota_write_usage() local
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5304 qlt_cmd_t *qcmd; in qlt_handle_purex() local
5347 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_purex()
5349 els->els_req_payload = GET_BYTE_OFFSET(qcmd, in qlt_handle_purex()
5351 qcmd->fw_xchg_addr = QMEM_RD32(qlt, (&resp[0x10])); in qlt_handle_purex()
5377 remote_portid, els->els_req_payload[0], qcmd->fw_xchg_addr); in qlt_handle_purex()
5435 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_xfer_scsi_data() local
5442 qi = qcmd->qid; in qlt_xfer_scsi_data()
5445 qcmd->dbuf = dbuf; in qlt_xfer_scsi_data()
5446 flags = (uint16_t)(((uint16_t)qcmd->param.atio_byte3 & 0xf0) << 5); in qlt_xfer_scsi_data()
5482 QMEM_WR32_REQ(qlt, qi, req+0x14, qcmd->fw_xchg_addr); in qlt_xfer_scsi_data()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c455 hci1394_q_cmd_t *qcmd; in hci1394_async_atreq_process() local
466 hci1394_q_at_next(async_handle->as_atreq_q, flush_q, &qcmd); in hci1394_async_atreq_process()
472 if (qcmd == NULL) { in hci1394_async_atreq_process()
479 hcicmd = (hci1394_async_cmd_t *)qcmd->qc_arg; in hci1394_async_atreq_process()
482 hcicmd->ac_priv->ack_tstamp = qcmd->qc_timestamp; in hci1394_async_atreq_process()
500 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
524 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
538 switch (qcmd->qc_status) { in hci1394_async_atreq_process()
937 hci1394_q_cmd_t *qcmd; in hci1394_async_atresp_process() local
948 hci1394_q_at_next(async_handle->as_atresp_q, flush_q, &qcmd); in hci1394_async_atresp_process()
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h137 Cmd_func qcmd; variable
H A Dmain.c230 setcom(cmd_info, qcmd); in setup()
H A Dcmd.c517 qcmd(Cmd_info *cmd_info) in qcmd() function
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c113 struct ibv_query_device qcmd; in c4iw_alloc_context() local
171 ret = ibv_cmd_query_device(&context->ibv_ctx, &attr, &raw_fw_ver, &qcmd, in c4iw_alloc_context()
172 sizeof qcmd); in c4iw_alloc_context()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c1615 uint64_t qcmd; in skd_send_fitmsg() local
1625 qcmd = skmsg->mb_dma_address.cookies->dmac_laddress; in skd_send_fitmsg()
1626 qcmd |= FIT_QCMD_QID_NORMAL; in skd_send_fitmsg()
1650 qcmd |= FIT_QCMD_MSGSIZE_512; in skd_send_fitmsg()
1652 qcmd |= FIT_QCMD_MSGSIZE_256; in skd_send_fitmsg()
1654 qcmd |= FIT_QCMD_MSGSIZE_128; in skd_send_fitmsg()
1659 SKD_WRITEQ(skdev, qcmd, FIT_Q_COMMAND); in skd_send_fitmsg()
1677 uint64_t qcmd; in skd_send_special_fitmsg() local
1714 qcmd = skspcl->mb_dma_address.cookies->dmac_laddress; in skd_send_special_fitmsg()
1716 qcmd |= FIT_QCMD_QID_NORMAL + FIT_QCMD_MSGSIZE_128; in skd_send_special_fitmsg()
[all …]