HomeSort by: relevance | last modified time | path
    Searched defs:idtype (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/compat/common/
compat_50_quota.c 70 int idtype; local
85 idtype = quota_idtype_from_ufs(q1cmd & SUBCMDMASK);
86 if (idtype == -1) {
99 error = vfs_quotactl_quotaon(mp, idtype, qfile);
105 error = vfs_quotactl_quotaoff(mp, idtype);
109 key.qk_idtype = idtype;
135 key.qk_idtype = idtype;
155 (void)idtype; /* not used */
  /src/sys/compat/netbsd32/
netbsd32_wait.c 86 syscallarg(idtype_t) idtype;
93 idtype_t idtype = SCARG(uap, idtype); local
114 int error = do_sys_waitid(idtype, id, &pid, &status,
  /src/libexec/rpc.rquotad/
rquotad.c 219 int idtype; local
244 idtype = QUOTA_IDTYPE_USER;
247 idtype = QUOTA_IDTYPE_GROUP;
279 qk.qk_idtype = idtype;
  /src/sys/ufs/lfs/
ulfs_quota1.c 480 int idtype; local
483 idtype = qk->qk_idtype;
486 if (ump->um_quotas[idtype] == NULLVP)
490 if ((error = lfs_dqget(NULLVP, 0, ump, idtype, &dq)) != 0)
494 if ((error = lfs_dqget(NULLVP, id, ump, idtype, &dq)) != 0)
ulfs_quota.c 272 int idtype; local
277 idtype = args->u.idtypestat.qc_idtype;
286 switch (idtype) {
586 int idtype = args->u.cursorskipidtype.qc_idtype; local
587 error = lfsquota2_handle_cmd_cursorskipidtype(ump, cursor, idtype);
661 int idtype = args->u.quotaon.qc_idtype; local
663 error = lfsquota1_handle_cmd_quotaon(l, ump, idtype, qfile);
690 int idtype = args->u.quotaoff.qc_idtype; local
691 error = lfsquota1_handle_cmd_quotaoff(l, ump, idtype);
ulfs_quota2.c 589 /* make sure we can index by the fs-independent idtype */
683 int idtype; local
694 idtype = qk->qk_idtype;
698 if (ump->um_quotas[idtype] == NULLVP)
705 error = getq2h(ump, idtype, &hbp, &q2h, 0);
715 error = lfs_dqget(NULLVP, id, ump, idtype, &dq);
726 error = getq2e(ump, idtype, dq->dq2_lblkno, dq->dq2_blkoff,
767 error = getq2h(ump, idtype, &hbp, &q2h, 0);
775 error = quota2_walk_list(ump, hbp, idtype,
956 int idtype; member in struct:q2cursor_getids
1282 int idtype; local
    [all...]
  /src/sys/ufs/ufs/
ufs_quota1.c 493 int idtype; local
496 idtype = qk->qk_idtype;
499 if (ump->um_quotas[idtype] == NULLVP)
503 if ((error = dqget(NULLVP, 0, ump, idtype, &dq)) != 0)
507 if ((error = dqget(NULLVP, id, ump, idtype, &dq)) != 0)
ufs_quota.c 273 int idtype; local
278 idtype = args->u.idtypestat.qc_idtype;
287 switch (idtype) {
571 int idtype = args->u.cursorskipidtype.qc_idtype; local
579 error = quota2_handle_cmd_cursorskipidtype(ump, cursor, idtype);
650 int idtype = args->u.quotaon.qc_idtype; local
652 error = quota1_handle_cmd_quotaon(l, ump, idtype, qfile);
678 int idtype = args->u.quotaoff.qc_idtype; local
679 error = quota1_handle_cmd_quotaoff(l, ump, idtype);
ufs_quota2.c 587 /* make sure we can index by the fs-independent idtype */
688 int idtype; local
699 idtype = qk->qk_idtype;
703 if (ump->um_quotas[idtype] == NULLVP)
710 error = getq2h(ump, idtype, &hbp, &q2h, 0);
720 error = dqget(NULLVP, id, ump, idtype, &dq);
734 error = getq2e(ump, idtype, dq->dq2_lblkno, dq->dq2_blkoff,
775 error = getq2h(ump, idtype, &hbp, &q2h, 0);
783 error = quota2_walk_list(ump, hbp, idtype,
963 int idtype; member in struct:q2cursor_getids
1287 int idtype; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/sys/
procset.h 58 #include <sys/idtype.h>
66 * specifies the interpretation of an id value. An idtype and
71 idtype /* pollutes XPG4.2 namespace */ enum
  /src/sys/kern/
kern_exit.c 662 do_sys_waitid(idtype_t idtype, id_t id, int *pid, int *status, int options,
675 error = find_stopped_child(curproc, idtype, id, options, &child,
706 idtype_t idtype; local
712 * Translate the special pid values into the (idtype, pid)
717 idtype = P_ALL;
720 idtype = P_PGID;
723 idtype = P_PID;
727 ret = do_sys_waitid(idtype, id, pid, status, options, ru ? &wru : NULL,
767 syscallarg(idtype_t) idtype;
776 idtype_t idtype; local
    [all...]
  /src/usr.sbin/repquota/
repquota.c 89 /* highest addid()'ed identifier per idtype */
226 repquota(struct quotahandle *qh, int idtype)
239 if (idtype == QUOTA_IDTYPE_USER) {
242 if (idtype == QUOTA_IDTYPE_GROUP) {
246 valid[idtype] = 0;
251 if (qk.qk_idtype != idtype) {
255 valid[idtype] = 1;
257 qvp = defaultqv[idtype];
259 if ((fup = lookup(qk.qk_id, idtype)) == 0)
260 fup = addid(qk.qk_id, idtype, (char *)0)
422 int idtype; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_env.c 132 int idtype; local
143 idtype = CMS_RECIPINFO_KEYIDENTIFIER;
146 idtype = CMS_RECIPINFO_ISSUER_SERIAL;
154 if (!cms_set1_SignerIdentifier(ktri->rid, recip, idtype))
  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_darwin.c 98 int r, idtype; local
103 r = mbr_uuid_to_id((const unsigned char *)q, &ugid, &idtype);
108 if (idtype == ID_TYPE_UID) {
112 } else if (idtype == ID_TYPE_GID) {
  /src/external/bsd/libarchive/dist/libarchive/test/
test_acl_platform_nfs4.c 549 int r, idtype; local
580 r = mbr_uuid_to_id((const unsigned char *)q, &ugid, &idtype);
584 switch (idtype) {
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_eke.c 230 u8 idtype; local
302 wpa_printf(MSG_DEBUG, "EAP-EKE: Too short ID/Request Data to include IDType/Identity");
307 idtype = *pos++;
308 wpa_printf(MSG_DEBUG, "EAP-EKE: Server IDType %u", idtype);
  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.h 173 int idtype; /* identifier type */ member in struct:idspec
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_env.c 294 int idtype; local
306 idtype = CMS_RECIPINFO_KEYIDENTIFIER;
309 idtype = CMS_RECIPINFO_ISSUER_SERIAL;
317 if (!ossl_cms_set1_SignerIdentifier(ktri->rid, recip, idtype, ctx))
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_env.c 331 int idtype; local
343 idtype = CMS_RECIPINFO_KEYIDENTIFIER;
346 idtype = CMS_RECIPINFO_ISSUER_SERIAL;
354 if (!ossl_cms_set1_SignerIdentifier(ktri->rid, recip, idtype, ctx))
  /src/usr.sbin/edquota/
edquota.c 134 getidbyname(const char *name, int idtype)
141 switch (idtype) {
153 warnx("%d: unknown quota type", idtype);
305 putprivs1(uint32_t id, int idtype, struct quotause *qup)
329 getprivs1(long id, int idtype, const char *filesys)
355 quota_idtype_to_ufs(idtype)))
407 dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq,
412 qk.qk_idtype = idtype;
443 getprivs2(long id, int idtype, const char *filesys, int defaultq,
478 idtypename = quota_idtype_getname(qh, idtype);
1316 int idtype; local
    [all...]
  /src/sys/compat/linux/common/
linux_misc.c 274 syscallarg(int) idtype;
282 idtype_t idtype; local
289 linux_idtype = SCARG(uap, idtype);
292 idtype = P_ALL;
295 idtype = P_PID;
298 idtype = P_PGID;
313 error = do_sys_waitid(idtype, id, &pid, &status, options, &wru, &info);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 462 syscallarg(int) idtype; member in struct:linux_sys_waitid_args
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1016 syscallarg(int) idtype; member in struct:linux_sys_waitid_args
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1129 syscallarg(int) idtype; member in struct:linux_sys_waitid_args
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1126 syscallarg(int) idtype; member in struct:linux_sys_waitid_args

Completed in 223 milliseconds

1 2