Home
last modified time | relevance | path

Searched refs:qcmd (Results 1 – 2 of 2) 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()
221 int qcmd; in quota_on() local
223 qcmd = QCMD(Q_QUOTAON, qf->quotatype); 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
412 qcmd = QCMD(Q_SETUSE, qf->quotatype); in quota_write_usage()
457 int qcmd; in quota_write_limits() local
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c113 struct ibv_query_device qcmd; in c4iw_alloc_context() local
169 ret = ibv_cmd_query_device(&context->ibv_ctx, &attr, &raw_fw_ver, &qcmd, in c4iw_alloc_context()
170 sizeof qcmd); in c4iw_alloc_context()