Searched refs:qcmd (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libutil/ |
| H A D | quotafile.c | 119 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 …]
|
| /src/contrib/ofed/libcxgb4/ |
| H A D | dev.c | 113 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()
|