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

12

/freebsd-12-stable/share/doc/psd/title/
H A DMakefile3 VOLUME= psd
/freebsd-12-stable/share/doc/psd/03.iosys/
H A DMakefile4 VOLUME= psd/03.iosys
/freebsd-12-stable/share/doc/psd/06.Clang/
H A DMakefile4 VOLUME= psd/06.Clang
/freebsd-12-stable/share/doc/psd/12.make/
H A DMakefile4 VOLUME= psd/12.make
/freebsd-12-stable/share/doc/psd/16.lex/
H A DMakefile4 VOLUME= psd/16.lex
/freebsd-12-stable/share/doc/psd/17.m4/
H A DMakefile4 VOLUME= psd/17.m4
/freebsd-12-stable/share/doc/psd/22.rpcgen/
H A DMakefile3 VOLUME= psd/22.rpcgen
/freebsd-12-stable/share/doc/psd/contents/
H A DMakefile3 VOLUME= psd
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dos.c50 struct pst_dynamic psd; local
51 if (pstat_getdynamic(&psd, sizeof(psd), 1, 0) != -1)
52 return (psd.psd_proc_cnt);
/freebsd-12-stable/share/doc/psd/21.ipc/
H A DMakefile4 VOLUME= psd/21.ipc
/freebsd-12-stable/share/doc/psd/23.rpc/
H A DMakefile3 VOLUME= psd/23.rpc
/freebsd-12-stable/share/doc/psd/24.xdr/
H A DMakefile3 VOLUME= psd/24.xdr
/freebsd-12-stable/share/doc/psd/25.xdrrfc/
H A DMakefile3 VOLUME= psd/25.xdrrfc
/freebsd-12-stable/share/doc/psd/26.rpcrfc/
H A DMakefile3 VOLUME= psd/26.rpcrfc
/freebsd-12-stable/share/doc/psd/27.nfsrpc/
H A DMakefile3 VOLUME= psd/27.nfsrfc
/freebsd-12-stable/share/doc/psd/02.implement/
H A DMakefile4 VOLUME= psd/02.implement
/freebsd-12-stable/share/doc/psd/04.uprog/
H A DMakefile4 VOLUME= psd/04.uprog
/freebsd-12-stable/share/doc/psd/05.sysman/
H A DMakefile4 VOLUME= psd/05.sysman
/freebsd-12-stable/share/doc/psd/01.cacm/
H A DMakefile4 VOLUME= psd/01.cacm
/freebsd-12-stable/share/doc/psd/18.gprof/
H A DMakefile4 VOLUME= psd/18.gprof
/freebsd-12-stable/share/doc/psd/15.yacc/
H A DMakefile4 VOLUME= psd/15.yacc
/freebsd-12-stable/share/doc/psd/20.ipctut/
H A DMakefile4 VOLUME= psd/20.ipctut
/freebsd-12-stable/contrib/binutils/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;
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c328 SECURITY_DESCRIPTOR psd; local
349 if (!InitializeSecurityDescriptor(&psd, SECURITY_DESCRIPTOR_REVISION))
362 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE))
365 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE))
370 &psd))
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dphysmem.c231 struct pst_dynamic psd; local
233 && 0 <= pstat_getdynamic (&psd, sizeof psd, 1, 0))
235 double pages = psd.psd_free;

Completed in 138 milliseconds

12