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

  /src/lib/libquota/
quota_cursor.c 43 struct quotacursor *qc; local in function:quota_opencursor
76 qc = malloc(sizeof(*qc));
77 if (qc == NULL) {
81 qc->qc_qh = qh;
84 qc->qc_type = QC_OLDFILES;
85 qc->u.qc_oldfiles = __quota_oldfiles_cursor_create(qh);
86 if (qc->u.qc_oldfiles == NULL) {
88 free(qc);
93 qc->qc_type = QC_KERNEL
    [all...]
  /src/usr.sbin/quotarestore/
quotarestore.c 316 struct quotacursor *qc; local in function:scankeys
322 qc = quota_opencursor(qh);
323 if (qc == NULL) {
327 while (quotacursor_atend(qc) == 0) {
328 num = quotacursor_getn(qc, keys, vals, MAX);
331 quotacursor_rewind(qc);
344 quotacursor_close(qc);
  /src/usr.sbin/repquota/
repquota.c 228 struct quotacursor *qc; local in function:repquota
234 qc = quota_opencursor(qh);
235 if (qc == NULL) {
240 quotacursor_skipidtype(qc, QUOTA_IDTYPE_GROUP);
243 quotacursor_skipidtype(qc, QUOTA_IDTYPE_USER);
247 while (!quotacursor_atend(qc)) {
248 if (quotacursor_get(qc, &qk, &qv)) {
  /src/bin/csh/
exec.c 645 Char qc; local in function:tellmewhat
668 qc = *s2++;
669 while (*s2 && *s2 != qc)
  /src/sys/dev/qbus/
if_qe.c 389 struct qe_cdata *qc = sc->sc_qedata; local in function:qeinit
411 qc->qc_xmit[i].qe_addr_hi = 0; /* Clear valid bit */
412 qc->qc_xmit[i].qe_status1 = qc->qc_xmit[i].qe_flag = QE_NOTYET;
419 qc->qc_recv[i].qe_status1 = qc->qc_recv[i].qe_flag = QE_NOTYET;
449 struct qe_cdata *qc = sc->sc_qedata; local in function:qestart
527 qc->qc_xmit[idx].qe_buf_len = -(len/2);
528 qc->qc_xmit[idx].qe_addr_lo = LOWORD(buffer);
529 qc->qc_xmit[idx].qe_addr_hi = HIWORD(buffer)
568 struct qe_cdata *qc = sc->sc_qedata; local in function:qeintr
774 struct qe_cdata *qc = sc->sc_qedata; local in function:qe_setup
    [all...]
  /src/sys/kern/
subr_vmem.c 615 qcache_t *qc = QC_POOL_TO_QCACHE(pool); local in function:qc_poolpage_alloc
616 vmem_t *vm = qc->qc_vmem;
628 qcache_t *qc = QC_POOL_TO_QCACHE(pool); local in function:qc_poolpage_free
629 vmem_t *vm = qc->qc_vmem;
656 qcache_t *qc = &vm->vm_qcache_store[i - 1]; local in function:qc_init
660 qc->qc_vmem = vm;
661 snprintf(qc->qc_name, sizeof(qc->qc_name), "%s-%zu",
667 qc->qc_name, pa, ipl, NULL, NULL, NULL);
671 qc->qc_cache = pc
696 qcache_t *qc = vm->vm_qcache[i]; local in function:qc_destroy
1141 qcache_t *qc = vm->vm_qcache[qidx - 1]; local in function:vmem_alloc
1394 qcache_t *qc = vm->vm_qcache[qidx - 1]; local in function:vmem_free
    [all...]

Completed in 16 milliseconds