Searched defs:psd (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/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);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfsaccess.c327 SECURITY_DESCRIPTOR psd; local
348 if (!InitializeSecurityDescriptor(&psd, SECURITY_DESCRIPTOR_REVISION))
361 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE))
364 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE))
369 &psd))

Completed in 229 milliseconds