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

/freebsd-12-stable/usr.sbin/edquota/
H A Dedquota.c120 struct quotause *qup, *protoprivs, *curprivs; local
170 if ((qup = calloc(1, sizeof(*qup))) == NULL)
185 strlcpy(qup->fsname, cp,
186 sizeof(qup->fsname));
190 qup->dqblk.dqb_bsoftlimit =
196 qup->dqblk.dqb_bhardlimit =
202 qup->dqblk.dqb_isoftlimit =
208 qup->dqblk.dqb_ihardlimit =
220 protoprivs = curprivs = qup;
376 struct quotause *qup, *quptail; local
421 struct quotause *qup; local
478 struct quotause *qup; local
538 struct quotause *qup; local
692 struct quotause *qup; local
718 struct quotause *qup; local
938 struct quotause *qup, *nextqup; local
[all...]
/freebsd-12-stable/usr.bin/quota/
H A Dquota.c95 static void showrawquotas(int type, u_long id, struct quotause *qup);
97 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
99 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
280 struct quotause *qup; local
291 for (qup = quplist; qup; qup = qup->next) {
293 if (qup->dqblk.dqb_ihardlimit &&
294 qup
390 showrawquotas(int type, u_long id, struct quotause *qup) argument
489 struct quotause *qup, *quptail = NULL; local
556 getufsquota(struct fstab *fs, struct quotause *qup, long id, int quotatype) argument
569 getnfsquota(struct statfs *fst, struct quotause *qup, long id, int quotatype) argument
[all...]
/freebsd-12-stable/sys/dev/qat/
H A Dqat_ae.c2123 struct qat_uof_page *qup = &qui->qui_pages[p]; local
2126 qup->qup_page_num = page->ucp_page_num;
2127 qup->qup_def_page = page->ucp_def_page;
2128 qup->qup_page_region = page->ucp_page_region;
2129 qup->qup_beg_vaddr = page->ucp_beg_vaddr;
2130 qup->qup_beg_paddr = page->ucp_beg_paddr;
2132 ASSIGN_OBJ_TAB(&qup->qup_num_uc_var, &qup->qup_uc_var,
2135 ASSIGN_OBJ_TAB(&qup->qup_num_imp_var, &qup
2979 struct qat_uof_page *qup = &qui->qui_pages[p]; local
3210 struct qat_uof_page *qup = local
3241 qat_aefw_get_uof_inst(struct qat_softc *sc, struct qat_uof_page *qup, u_int addr) argument
3272 qat_aefw_do_pagein(struct qat_softc *sc, u_char ae, struct qat_uof_page *qup) argument
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dparseaddr.c82 bool qup; local
136 qup = false;
139 qup = true;
141 qup = true;
215 if (qup && OpMode != MD_INITALIAS)

Completed in 245 milliseconds