Home
last modified time | relevance | path

Searched refs:quota (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/usr.bin/kdump/
H A Dktrstruct.c399 ktrquota(const struct dqblk *quota) in ktrquota() argument
403 quota->dqb_bhardlimit, quota->dqb_bsoftlimit, in ktrquota()
404 quota->dqb_curblocks, quota->dqb_ihardlimit, in ktrquota()
405 quota->dqb_isoftlimit, quota->dqb_curinodes); in ktrquota()
406 print_time(quota->dqb_btime, 0, 0); in ktrquota()
408 print_time(quota->dqb_itime, 0, 0); in ktrquota()
678 struct dqblk quota; in ktrstruct() local
680 if (datalen != sizeof(quota)) in ktrstruct()
682 memcpy(&quota, data, datalen); in ktrstruct()
683 ktrquota(&quota); in ktrstruct()
/openbsd/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm46 quota => '$', # pwent[4]
145 $pw_quota = $pwob->quota ( $_[4] );
/openbsd/usr.bin/quota/
H A DMakefile3 PROG= quota
/openbsd/gnu/usr.bin/perl/t/op/
H A Dlfs.t34 # files (quota) or the filesystem simply doesn't support large files.
39 # such a process, enough quota, and such a (file) system.
145 } elsif ($! =~ /quota/i) {
146 explain("filesystem quota limits?");
H A Dpwent.t179 my ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
183 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
/openbsd/gnu/usr.bin/perl/ext/Fcntl/t/
H A Dsyslfs.t36 # files (quota) or the filesystem simply doesn't support large files.
41 # such a process, enough quota, and such a (file) system.
150 } elsif ($! =~ /quota/i) {
151 explain("filesystem quota limits?");
/openbsd/etc/
H A Drpc15 rquotad 100011 rquotaprog quota rquota
H A Drc591 find . -maxdepth 1 ! -name . ! -name lost+found ! -name quota.user \
592 ! -name quota.group ! -name vi.recover -execdir rm -rf -- {} \;)
/openbsd/usr.bin/
H A DMakefile23 pr printenv printf quota radioctl rcs rdist rdistd \
/openbsd/sys/dev/pci/
H A Dif_iwm.c8408 int i, idx, num_active_macs, quota, quota_rem; in iwm_update_quotas() local
8435 quota = 0; in iwm_update_quotas()
8438 quota = IWM_MAX_QUOTA / num_active_macs; in iwm_update_quotas()
8450 cmd.quotas[idx].quota = htole32(0); in iwm_update_quotas()
8453 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]); in iwm_update_quotas()
8460 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem); in iwm_update_quotas()
8469 cmd_v2.quotas[i].quota = cmd.quotas[i].quota; in iwm_update_quotas()
H A Dif_iwmreg.h2988 uint32_t quota; member
3015 uint32_t quota; member
H A Dif_iwxreg.h3284 uint32_t quota; member
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm1163 my ($name, $passwd, $uid, $gid, $quota, $class, $gcos, $dir, $shell,
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlvms.pod325 improve performance at the expense of the BYTLM UAF quota.
723 contains the owner field from the UAF record. The C<$quota>
H A Dperlthrtut.pod747 your I/O channels, or deplete your process's quota of filehandles. You
H A Dperlfunc.pod3317 my ( $name, $passwd, $uid, $gid, $quota,
3344 In I<getpw*()> the fields $quota, $comment, and $expire are special
3346 $quota is unsupported, it is an empty scalar. If it is supported, it
3347 usually encodes the disk quota. If the $comment field is unsupported,
3349 administrative comment about the user. In some systems the $quota
3356 $quota and $comment fields mean and whether you have the $expire field
H A Dperl56delta.pod330 limits, you may have quota limits on your filesystems that stop you
H A Dperl561delta.pod928 limits, you may have quota limits on your filesystems that stop you
/openbsd/sys/conf/
H A Dfiles988 file ufs/ufs/ufs_quota.c quota & ( ffs | mfs | ext2fs )
/openbsd/usr.sbin/amd/doc/
H A Damdref.texinfo1383 @item quota
1384 Enable quota checking on this mount.
/openbsd/distrib/sets/lists/comp/
H A Dmi1463 ./usr/include/ufs/ufs/quota.h
/openbsd/distrib/sets/lists/man/
H A Dmi424 ./usr/share/man/man1/quota.1
/openbsd/games/fortune/datfiles/
H A Dlimerick2988 And you've greatly exceeded your quota."
/openbsd/distrib/sets/lists/base/
H A Dmi616 ./usr/bin/quota
/openbsd/usr.sbin/unbound/doc/
H A DChangelog6 - Fix CAMP issues with global quota. Thanks to Huayi Duan, Marco

12