/freebsd/share/doc/smm/04.quotas/ |
H A D | Makefile | 1 VOLUME= smm/04.quotas 2 SRCS= quotas.ms
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | binding.h | 82 * @quotas: allocations per binding 88 struct iwl_time_quota_data_v1 quotas[MAX_BINDINGS]; member 120 * @quotas: allocations per binding 123 struct iwl_time_quota_data quotas[MAX_BINDINGS]; member
|
/freebsd/tests/sys/cddl/zfs/tests/utils_test/ |
H A D | utils_test_004_pos.ksh | 65 log_must $TOUCH $TESTDIR/quotas
|
/freebsd/share/doc/smm/ |
H A D | Makefile | 15 04.quotas \
|
/freebsd/contrib/netbsd-tests/sbin/newfs/ |
H A D | quotas_common.sh | 53 atf_set "descr" "Checks ${descr} quotas inodes"
|
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/ |
H A D | quotas_common.sh | 29 atf_set "descr" "Checks ${descr} quotas inodes"
|
/freebsd/sys/powerpc/conf/ |
H A D | QORIQ64 | 41 options QUOTA #Enable disk quotas for UFS
|
H A D | GENERIC | 49 options QUOTA # Enable disk quotas for UFS
|
H A D | GENERIC64 | 56 options QUOTA # Enable disk quotas for UFS
|
H A D | GENERIC64LE | 54 options QUOTA # Enable disk quotas for UFS
|
/freebsd/sys/arm/conf/ |
H A D | std.armv6 |
|
H A D | std.armv7 | 20 options QUOTA # Enable disk quotas for UFS
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sgi | 16 0 beshort 0x8765 disk quotas file
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mvm.h | 2184 struct iwl_time_quota_data_v1 *quotas; in iwl_mvm_vif_low_latency() 2187 return &cmd->quotas[i]; in iwl_mvm_vif_low_latency() 2189 quotas = (struct iwl_time_quota_data_v1 *)cmd->quotas; 2190 return (struct iwl_time_quota_data *)"as[i]; in iwl_mvm_vif_set_low_latency() 1985 struct iwl_time_quota_data_v1 *quotas; iwl_mvm_quota_cmd_get_quota() local
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 461 quotas.user
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_resource_tracker.c | 450 dev->quotas.qp = dev->caps.num_qps - dev->caps.reserved_qps - in mlx4_init_quotas() 452 dev->quotas.cq = dev->caps.num_cqs - dev->caps.reserved_cqs; in mlx4_init_quotas() 453 dev->quotas.srq = dev->caps.num_srqs - dev->caps.reserved_srqs; in mlx4_init_quotas() 454 dev->quotas.mtt = dev->caps.num_mtts - dev->caps.reserved_mtts; in mlx4_init_quotas() 455 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws; in mlx4_init_quotas() 460 dev->quotas.qp = in mlx4_init_quotas() 462 dev->quotas.cq = in mlx4_init_quotas() 464 dev->quotas.srq = in mlx4_init_quotas() 466 dev->quotas.mtt = in mlx4_init_quotas() 468 dev->quotas.mpt = in mlx4_init_quotas()
|
H A D | mlx4_main.c | 890 dev->quotas.qp = func_cap.qp_quota; in mlx4_slave_cap() 891 dev->quotas.srq = func_cap.srq_quota; in mlx4_slave_cap() 892 dev->quotas.cq = func_cap.cq_quota; in mlx4_slave_cap() 893 dev->quotas.mpt = func_cap.mpt_quota; in mlx4_slave_cap() 894 dev->quotas.mtt = func_cap.mtt_quota; in mlx4_slave_cap()
|
H A D | mlx4_fw.c | 545 int err = 0, quotas = 0; in mlx4_QUERY_FUNC_CAP() local 574 quotas = !!(func_cap->flags & QUERY_FUNC_CAP_FLAG_QUOTAS); in mlx4_QUERY_FUNC_CAP() 582 if (quotas) { in mlx4_QUERY_FUNC_CAP()
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC | 43 options QUOTA # Enable disk quotas for UFS
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | strerror.pot | 339 # quotas & mush
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 4039 cmd.quotas[i].id_and_color = htole32(IWM_FW_CTXT_INVALID); in iwm_update_quotas() 4054 cmd.quotas[idx].id_and_color = in iwm_update_quotas() 4058 cmd.quotas[idx].quota = htole32(0); in iwm_update_quotas() 4059 cmd.quotas[idx].max_duration = htole32(0); in iwm_update_quotas() 4061 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]); in iwm_update_quotas() 4062 cmd.quotas[idx].max_duration = htole32(0); in iwm_update_quotas() 4068 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem); in iwm_update_quotas()
|
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/ |
H A D | strerror.po | 333 # quotas & mush
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 534 props->max_qp = dev->dev->quotas.qp; in mlx4_ib_query_device() 539 props->max_cq = dev->dev->quotas.cq; in mlx4_ib_query_device() 541 props->max_mr = dev->dev->quotas.mpt; in mlx4_ib_query_device() 546 props->max_srq = dev->dev->quotas.srq; in mlx4_ib_query_device()
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 43 options QUOTA # Enable disk quotas for UFS
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 47 options QUOTA # Enable disk quotas for UFS
|