HomeSort by: relevance | last modified time | path
    Searched refs:quotas (Results 1 - 8 of 8) sorted by relevancy

  /src/share/doc/smm/04.quotas/
Makefile 6 ARTICLE=quotas
7 SRCS= quotas.ms
  /src/share/doc/smm/
Makefile 12 SUBDIR= 01.setup config 04.quotas 05.fastfs 06.nfs 17.password 18.net
25 #SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
  /src/tests/sbin/newfs/
quotas_common.sh 53 atf_set "descr" "Checks ${descr} quotas inodes"
  /src/sbin/newfs/
extern.h 56 extern int quotas; /* filesystem quota to enable */
newfs.c 238 int quotas = 0; variable in typeref:typename:int
408 quotas |= FS_Q2_DO_TYPE(USRQUOTA);
410 quotas |= FS_Q2_DO_TYPE(GRPQUOTA);
444 if (Oflag < 1 && quotas != 0)
mkfs.c 545 if (quotas) {
548 sblock.fs_quota_flags = quotas;
1199 if ((quotas & FS_Q2_DO_TYPE(i)) == 0)
  /src/sys/dev/pci/
if_iwm.c 5877 cmd.quotas[i].id_and_color = htole32(IWM_FW_CTXT_INVALID);
5892 cmd.quotas[idx].id_and_color =
5896 cmd.quotas[idx].quota = htole32(0);
5897 cmd.quotas[idx].max_duration = htole32(0);
5899 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]);
5900 cmd.quotas[idx].max_duration = htole32(0);
5906 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
6300 "could not update quotas (error %d)\n", err);
if_iwmreg.h 2745 * @quotas: allocations per binding
2748 struct iwm_time_quota_data quotas[IWM_MAX_BINDINGS]; member in struct:iwm_time_quota_cmd

Completed in 27 milliseconds