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

12

/freebsd-13-stable/share/doc/psd/title/
H A DMakefile3 VOLUME= psd
/freebsd-13-stable/share/doc/psd/03.iosys/
H A DMakefile4 VOLUME= psd/03.iosys
/freebsd-13-stable/share/doc/psd/06.Clang/
H A DMakefile4 VOLUME= psd/06.Clang
/freebsd-13-stable/share/doc/psd/12.make/
H A DMakefile4 VOLUME= psd/12.make
/freebsd-13-stable/share/doc/psd/16.lex/
H A DMakefile4 VOLUME= psd/16.lex
/freebsd-13-stable/share/doc/psd/17.m4/
H A DMakefile4 VOLUME= psd/17.m4
/freebsd-13-stable/share/doc/psd/22.rpcgen/
H A DMakefile3 VOLUME= psd/22.rpcgen
/freebsd-13-stable/share/doc/psd/contents/
H A DMakefile3 VOLUME= psd
/freebsd-13-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-13-stable/share/doc/psd/21.ipc/
H A DMakefile4 VOLUME= psd/21.ipc
/freebsd-13-stable/share/doc/psd/23.rpc/
H A DMakefile3 VOLUME= psd/23.rpc
/freebsd-13-stable/share/doc/psd/24.xdr/
H A DMakefile3 VOLUME= psd/24.xdr
/freebsd-13-stable/share/doc/psd/25.xdrrfc/
H A DMakefile3 VOLUME= psd/25.xdrrfc
/freebsd-13-stable/share/doc/psd/26.rpcrfc/
H A DMakefile3 VOLUME= psd/26.rpcrfc
/freebsd-13-stable/share/doc/psd/27.nfsrpc/
H A DMakefile3 VOLUME= psd/27.nfsrfc
/freebsd-13-stable/share/doc/psd/02.implement/
H A DMakefile4 VOLUME= psd/02.implement
/freebsd-13-stable/share/doc/psd/04.uprog/
H A DMakefile4 VOLUME= psd/04.uprog
/freebsd-13-stable/share/doc/psd/05.sysman/
H A DMakefile4 VOLUME= psd/05.sysman
/freebsd-13-stable/share/doc/psd/01.cacm/
H A DMakefile4 VOLUME= psd/01.cacm
/freebsd-13-stable/share/doc/psd/18.gprof/
H A DMakefile4 VOLUME= psd/18.gprof
/freebsd-13-stable/share/doc/psd/15.yacc/
H A DMakefile4 VOLUME= psd/15.yacc
/freebsd-13-stable/share/doc/psd/20.ipctut/
H A DMakefile4 VOLUME= psd/20.ipctut
/freebsd-13-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-13-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c594 int sd, psd, sdcount; local
606 psd = sdcount - 1 - ( boff / (p->stripesize * (sdcount - 1))) %
619 if (sd >= psd)
640 *psdno = psd;
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c5323 struct pst_dynamic psd; local
5325 if (pstat_getdynamic(&psd, sizeof(psd), (size_t)1, 0) != -1)
5326 nproc = psd.psd_proc_cnt;

Completed in 255 milliseconds

12