HomeSort by: relevance | last modified time | path
    Searched refs:psd (Results 1 - 25 of 186) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/distrib/syspkg/sets/base/base-psd-share/
Makefile 3 PKGBASE=base-psd-share
  /src/distrib/syspkg/sets/misc/misc-psd-doc/
Makefile 3 PKGBASE=misc-psd-doc
  /src/share/doc/
Makefile 5 SUBDIR+= psd smm usd
  /src/usr.bin/m4/PSD.doc/
Makefile 5 SECTION=psd
  /src/sbin/nvmectl/
power.c 60 power_list_one(int i, struct nvm_identify_psd *psd)
64 mpower = psd->mp;
65 if (!(psd->flags & NVME_PSD_MPS))
67 ipower = psd->idlp;
68 if (__SHIFTOUT(psd->ips, NVME_PSD_IPS_MASK) == 1)
70 apower = psd->actp;
71 if (__SHIFTOUT(psd->ap, NVME_PSD_APS_MASK) == 1)
75 (psd->flags & NVME_PSD_NOPS) ? '*' : ' ',
76 psd->enlat / 1000, psd->enlat % 1000
    [all...]
  /src/sys/dev/ic/
nvmeio.h 142 nvme_identify_psd_swapbytes(struct nvm_identify_psd *psd)
146 psd->mp = le16toh(psd->mp);
147 psd->enlat = le32toh(psd->enlat);
148 psd->exlat = le32toh(psd->exlat);
149 psd->idlp = le16toh(psd->idlp);
150 psd->actp = le16toh(psd->actp)
    [all...]
nvmereg.h 555 struct nvm_identify_psd psd[32]; /* Power State Descriptors */ member in struct:nvm_identify_controller
  /src/share/doc/psd/
Makefile 30 SECTION=psd
  /src/external/gpl3/binutils/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/external/gpl3/binutils.old/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/external/gpl3/gcc/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/external/gpl3/gcc.old/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/external/gpl3/gdb.old/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/external/gpl3/gdb/dist/libiberty/
physmem.c 201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
  /src/distrib/syspkg/sets/misc/
Makefile 11 SUBDIR+=misc-psd-doc
  /src/distrib/syspkg/sets/base/
Makefile 111 SUBDIR+=base-psd-share
  /src/share/mk/
bsd.doc.mk 7 # SECTION one of usd, smm, or psd (lower-case)
  /src/external/zlib/pigz/dist/
pigz.c 3683 struct pst_dynamic psd;
3685 if (pstat_getdynamic(&psd, sizeof(psd), (size_t)1, 0) != -1)
3686 n = psd.psd_proc_cnt;
  /src/external/gpl2/gettext/dist/
configure 951 -psdir | --psdir | --psdi | --psd | --ps)
953 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl2/gettext/dist/gettext-tools/examples/
configure 918 -psdir | --psdir | --psdi | --psd | --ps)
920 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl3/binutils.old/dist/etc/
configure 944 -psdir | --psdir | --psdi | --psd | --ps)
946 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl3/gdb/dist/etc/
configure 944 -psdir | --psdir | --psdi | --psd | --ps)
946 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl3/gdb/dist/readline/
configure 947 -psdir | --psdir | --psdi | --psd | --ps)
949 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl3/gdb.old/dist/etc/
configure 944 -psdir | --psdir | --psdi | --psd | --ps)
946 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  /src/external/gpl3/gdb.old/dist/readline/
configure 947 -psdir | --psdir | --psdi | --psd | --ps)
949 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)

Completed in 47 milliseconds

1 2 3 4 5 6 7 8