Searched refs:update_pam (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh52 update_pam=1
55 update_pam=0
58 if [[ "$update_pam" == "1" ]]; then
/external/qemu/hw/
H A Dpiix_pci.c62 static void update_pam(PCIDevice *d, uint32_t start, uint32_t end, int r) function
94 update_pam(d, 0xf0000, 0x100000, (d->config[0x59] >> 4) & 3);
97 update_pam(d, 0xc0000 + 0x4000 * i, 0xc0000 + 0x4000 * (i + 1), r);

Completed in 117 milliseconds