HomeSort by: relevance | last modified time | path
    Searched refs:quota_get (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libquota/
quota_get.c 1 /* $NetBSD: quota_get.c,v 1.5 2012/02/01 05:34:40 dholland Exp $ */
32 __RCSID("$NetBSD: quota_get.c,v 1.5 2012/02/01 05:34:40 dholland Exp $");
50 quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) function in typeref:typename:int
Makefile 13 SRCS+= quota_get.c quota_put.c quota_delete.c
22 libquota.3 quota_get.3 \
  /src/include/
quota.h 63 int quota_get(struct quotahandle *, const struct quotakey *,
  /src/libexec/rpc.rquotad/
rquotad.c 281 if (quota_get(qh, &qk, &blocks) < 0) {
289 if (quota_get(qh, &qk, &files) < 0) {
  /src/usr.bin/quota/
quota.c 518 if (quota_get(qup->qh, &qk, &qup->qvs[j]) < 0) {
520 warn("%s: quota_get (objtype %u)",
  /src/usr.sbin/edquota/
edquota.c 415 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
427 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {

Completed in 63 milliseconds