Home
last modified time | relevance | path

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

12

/openbsd/src/usr.bin/kdump/
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/src/gnu/usr.bin/perl/lib/User/
Dpwent.pm46 quota => '$', # pwent[4]
145 $pw_quota = $pwob->quota ( $_[4] );
/openbsd/src/usr.bin/quota/
DMakefile3 PROG= quota
/openbsd/src/gnu/usr.bin/perl/t/op/
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?");
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/src/gnu/usr.bin/perl/ext/Fcntl/t/
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/src/etc/
Drpc15 rquotad 100011 rquotaprog quota rquota
Drc591 find . -maxdepth 1 ! -name . ! -name lost+found ! -name quota.user \
592 ! -name quota.group ! -name vi.recover -execdir rm -rf -- {} \;)
/openbsd/src/usr.bin/
DMakefile23 pr printenv printf quota radioctl rcs rdist rdistd \
/openbsd/src/sys/dev/pci/
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()
Dif_iwmreg.h2988 uint32_t quota; member
3015 uint32_t quota; member
Dif_iwxreg.h3284 uint32_t quota; member
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DPackingElement.pm1163 my ($name, $passwd, $uid, $gid, $quota, $class, $gcos, $dir, $shell,
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlvms.pod325 improve performance at the expense of the BYTLM UAF quota.
723 contains the owner field from the UAF record. The C<$quota>
Dperlthrtut.pod747 your I/O channels, or deplete your process's quota of filehandles. You
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
Dperl56delta.pod330 limits, you may have quota limits on your filesystems that stop you
Dperl561delta.pod928 limits, you may have quota limits on your filesystems that stop you
/openbsd/src/sys/conf/
Dfiles988 file ufs/ufs/ufs_quota.c quota & ( ffs | mfs | ext2fs )
/openbsd/src/usr.sbin/amd/doc/
Damdref.texinfo1383 @item quota
1384 Enable quota checking on this mount.
/openbsd/src/distrib/sets/lists/comp/
Dmi1463 ./usr/include/ufs/ufs/quota.h
/openbsd/src/distrib/sets/lists/man/
Dmi424 ./usr/share/man/man1/quota.1
/openbsd/src/games/fortune/datfiles/
Dlimerick2988 And you've greatly exceeded your quota."
/openbsd/src/distrib/sets/lists/base/
Dmi616 ./usr/bin/quota
/openbsd/src/usr.sbin/unbound/doc/
DChangelog6 - Fix CAMP issues with global quota. Thanks to Huayi Duan, Marco

12