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

/bind-9.11.3/lib/isc/unix/
H A Dos.c41 struct pst_dynamic psd; local
42 if (pstat_getdynamic(&psd, sizeof(psd), 1, 0) != -1)
43 return (psd.psd_proc_cnt);
/bind-9.11.3/lib/isc/win32/
H A Dfsaccess.c316 SECURITY_DESCRIPTOR psd; local
337 if (!InitializeSecurityDescriptor(&psd, SECURITY_DESCRIPTOR_REVISION))
350 if (!SetSecurityDescriptorOwner(&psd, psid, FALSE))
353 if (!SetSecurityDescriptorGroup(&psd, pSidGroup, FALSE))
358 &psd))

Completed in 11 milliseconds