Searched refs:psd (Results 1 - 25 of 236) sorted by relevance

12345678910

/netbsd-current/distrib/syspkg/sets/base/base-psd-share/
H A DMakefile3 PKGBASE=base-psd-share
/netbsd-current/distrib/syspkg/sets/misc/misc-psd-doc/
H A DMakefile3 PKGBASE=misc-psd-doc
/netbsd-current/share/doc/
H A DMakefile5 SUBDIR+= psd smm usd
/netbsd-current/usr.bin/m4/PSD.doc/
H A DMakefile5 SECTION=psd
/netbsd-current/sbin/nvmectl/
H A Dpower.c60 power_list_one(int i, struct nvm_identify_psd *psd) argument
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
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dos.c52 struct pst_dynamic psd; local
53 if (pstat_getdynamic(&psd, sizeof(psd), 1, 0) != -1)
54 return (psd.psd_proc_cnt);
/netbsd-current/sys/dev/ic/
H A Dnvmeio.h142 nvme_identify_psd_swapbytes(struct nvm_identify_psd *psd) argument
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
[all...]
H A Dnvmereg.h555 struct nvm_identify_psd psd[32]; /* Power State Descriptors */ member in struct:nvm_identify_controller
/netbsd-current/share/doc/psd/
H A DMakefile30 SECTION=psd
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dstringpool.cc178 Stringdata* psd = this->strings_.front(); local
179 if (len > psd->alc - psd->len)
183 char* ret = psd->data + psd->len;
188 psd->len += len;
194 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]); local
195 psd->alc = alc - sizeof(Stringdata);
196 memcpy(psd->data, s, len - sizeof(Stringpool_char));
197 memset(psd
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dstringpool.cc178 Stringdata* psd = this->strings_.front(); local
179 if (len > psd->alc - psd->len)
183 char* ret = psd->data + psd->len;
188 psd->len += len;
194 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]); local
195 psd->alc = alc - sizeof(Stringdata);
196 memcpy(psd->data, s, len - sizeof(Stringpool_char));
197 memset(psd
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dstringpool.cc179 Stringdata* psd = this->strings_.front(); local
180 if (len > psd->alc - psd->len)
184 char* ret = psd->data + psd->len;
189 psd->len += len;
195 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]); local
196 psd->alc = alc - sizeof(Stringdata);
197 memcpy(psd->data, s, len - sizeof(Stringpool_char));
198 memset(psd
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dphysmem.c201 struct pst_dynamic psd; local
203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
205 double pages = psd.psd_free;
/netbsd-current/distrib/syspkg/sets/misc/
H A DMakefile11 SUBDIR+=misc-psd-doc
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dfsaccess.c330 SECURITY_DESCRIPTOR psd; local
351 if (!InitializeSecurityDescriptor(&psd, SECURITY_DESCRIPTOR_REVISION))
364 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE))
367 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE))
372 &psd))
/netbsd-current/distrib/syspkg/sets/base/
H A DMakefile111 SUBDIR+=base-psd-share
/netbsd-current/share/mk/
H A Dbsd.doc.mk7 # SECTION one of usd, smm, or psd (lower-case)
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c3683 struct pst_dynamic psd;
3685 if (pstat_getdynamic(&psd, sizeof(psd), (size_t)1, 0) != -1)
3686 n = psd.psd_proc_cnt;
/netbsd-current/external/gpl2/gettext/dist/
H A Dconfigure951 -psdir | --psdir | --psdi | --psd | --ps)
953 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/
H A Dconfigure918 -psdir | --psdir | --psdi | --psd | --ps)
920 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)

Completed in 386 milliseconds

12345678910