Searched refs:psd (Results 1 – 25 of 55) sorted by relevance
123
| /freebsd-10-stable/contrib/ntp/lib/isc/unix/ |
| D | os.c | 50 struct pst_dynamic psd; in hpux_ncpus() local 51 if (pstat_getdynamic(&psd, sizeof(psd), 1, 0) != -1) in hpux_ncpus() 52 return (psd.psd_proc_cnt); in hpux_ncpus()
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | physmem.c | 201 struct pst_dynamic psd; in physmem_available() local 203 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available() 205 double pages = psd.psd_free; in physmem_available()
|
| /freebsd-10-stable/contrib/ntp/lib/isc/win32/ |
| D | fsaccess.c | 328 SECURITY_DESCRIPTOR psd; in isc_fsaccess_changeowner() local 349 if (!InitializeSecurityDescriptor(&psd, SECURITY_DESCRIPTOR_REVISION)) in isc_fsaccess_changeowner() 362 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE)) in isc_fsaccess_changeowner() 365 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE)) in isc_fsaccess_changeowner() 370 &psd)) in isc_fsaccess_changeowner()
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | physmem.c | 231 struct pst_dynamic psd; in physmem_available() local 233 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0)) in physmem_available() 235 double pages = psd.psd_free; in physmem_available()
|
| /freebsd-10-stable/sys/dev/siba/ |
| D | siba_core.c | 1890 struct siba_dev_softc *psd = spc->spc_dev; in siba_pcicore_setup() local 1891 struct siba_softc *siba = psd->sd_bus; in siba_pcicore_setup() 1894 if (psd->sd_id.sd_device == SIBA_DEVID_PCI) { in siba_pcicore_setup() 1899 if (psd->sd_id.sd_rev < 5) { in siba_pcicore_setup() 1900 tmp = siba_read_4_sub(psd, SIBA_IMCFGLO); in siba_pcicore_setup() 1904 siba_write_4_sub(psd, SIBA_IMCFGLO, tmp); in siba_pcicore_setup() 1917 } else if (psd->sd_id.sd_rev >= 11) { in siba_pcicore_setup() 1923 KASSERT(psd->sd_id.sd_device == SIBA_DEVID_PCIE, ("only PCIE")); in siba_pcicore_setup() 1924 if ((psd->sd_id.sd_rev == 0) || (psd->sd_id.sd_rev == 1)) in siba_pcicore_setup() 1927 if (psd->sd_id.sd_rev == 0) { in siba_pcicore_setup() [all …]
|
| /freebsd-10-stable/share/doc/psd/title/ |
| D | Makefile | 3 VOLUME= psd
|
| /freebsd-10-stable/share/doc/psd/03.iosys/ |
| D | Makefile | 4 VOLUME= psd/03.iosys
|
| /freebsd-10-stable/share/doc/psd/17.m4/ |
| D | Makefile | 4 VOLUME= psd/17.m4
|
| /freebsd-10-stable/share/doc/psd/13.rcs/ |
| D | Makefile.inc | 3 VOLUME= psd/13.rcs
|
| /freebsd-10-stable/share/doc/psd/16.lex/ |
| D | Makefile | 4 VOLUME= psd/16.lex
|
| /freebsd-10-stable/share/doc/psd/contents/ |
| D | Makefile | 3 VOLUME= psd
|
| /freebsd-10-stable/share/doc/psd/06.Clang/ |
| D | Makefile | 4 VOLUME= psd/06.Clang
|
| /freebsd-10-stable/share/doc/psd/12.make/ |
| D | Makefile | 4 VOLUME= psd/12.make
|
| /freebsd-10-stable/share/doc/psd/22.rpcgen/ |
| D | Makefile | 3 VOLUME= psd/22.rpcgen
|
| /freebsd-10-stable/share/doc/psd/27.nfsrpc/ |
| D | Makefile | 3 VOLUME= psd/27.nfsrfc
|
| /freebsd-10-stable/share/doc/psd/24.xdr/ |
| D | Makefile | 3 VOLUME= psd/24.xdr
|
| /freebsd-10-stable/share/doc/psd/26.rpcrfc/ |
| D | Makefile | 3 VOLUME= psd/26.rpcrfc
|
| /freebsd-10-stable/share/doc/psd/25.xdrrfc/ |
| D | Makefile | 3 VOLUME= psd/25.xdrrfc
|
| /freebsd-10-stable/share/doc/psd/23.rpc/ |
| D | Makefile | 3 VOLUME= psd/23.rpc
|
| /freebsd-10-stable/share/doc/psd/21.ipc/ |
| D | Makefile | 4 VOLUME= psd/21.ipc
|
| /freebsd-10-stable/share/doc/psd/04.uprog/ |
| D | Makefile | 4 VOLUME= psd/04.uprog
|
| /freebsd-10-stable/share/doc/psd/05.sysman/ |
| D | Makefile | 4 VOLUME= psd/05.sysman
|
| /freebsd-10-stable/share/doc/psd/02.implement/ |
| D | Makefile | 4 VOLUME= psd/02.implement
|
| /freebsd-10-stable/share/doc/psd/01.cacm/ |
| D | Makefile | 4 VOLUME= psd/01.cacm
|
| /freebsd-10-stable/share/doc/ |
| D | Makefile | 28 _roffdocs= papers psd smm usd
|
123