Searched refs:qup (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c208 struct quotause *qup; local
211 qup = malloc(sizeof(*qup));
212 if (qup == NULL) {
216 qup->next = NULL;
217 qup->found = 0;
218 qup->xgrace = 0;
219 qup->isdefault = 0;
221 quotaval_clear(&qup->qv[i]);
222 qup
233 quotause_destroy(struct quotause *qup) argument
267 struct quotause *qup, *nextqup; local
286 quotalist_append(struct quotalist *qlist, struct quotause *qup) argument
400 dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq, int objtype, struct quotause *qup) argument
439 struct quotause *qup; local
500 putprivs2(uint32_t id, int idtype, struct quotause *qup) argument
555 struct quotause *qup; local
609 struct quotause *qup; local
773 struct quotause *qup; local
838 struct quotause *qup; /* current filesystem */ local
1116 struct quotause *qup; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dquota.c322 struct quotause *qup; local
328 for (qup = quplist; qup; qup = qup->next) {
329 showonequota(idtype, idtypename, id, idname, qup);
339 struct quotause *qup)
346 qvs = qup->qvs;
347 numqvs = qup->numqvs;
360 quota_idtype_getname(qup
338 showonequota(int idtype, const char *idtypename, id_t id, const char *idname, struct quotause *qup) argument
481 struct quotause *qup, *quptail; local
[all...]

Completed in 57 milliseconds