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

/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c1317 PSECURITY_DESCRIPTOR psd = NULL; local
1326 (psd = g_try_malloc (sd_size)) != NULL &&
1329 psd,
1344 if (!GetSecurityDescriptorOwner (psd, &psid, &defaulted))
1371 if (!GetSecurityDescriptorGroup (psd, &psid, &defaulted))
1396 g_free (psd);
/external/netperf/
H A Dnetlib.c659 struct pst_dynamic psd;
661 if (pstat_getdynamic((struct pst_dynamic *)&psd,
662 (size_t)sizeof(psd), (size_t)1, 0) != -1) {
663 temp_cpus = psd.psd_proc_cnt;
653 struct pst_dynamic psd; local

Completed in 100 milliseconds