Searched refs:sts (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprdir.c44 PRStatus sts; local
48 sts = _PR_MD_OPEN_DIR(&dir->md,name);
49 if (sts != PR_SUCCESS) {
123 PRStatus sts; local
127 sts = _PR_MD_OPEN_DIR_UTF16(&dir->md,name);
128 if (sts != PR_SUCCESS) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpoll_nm.c104 PRStatus sts; local
117 sts = PR_Connect(sock, &addr, PR_INTERVAL_NO_TIMEOUT);
118 PR_ASSERT(sts == PR_SUCCESS);
123 sts = PR_Close(sock);
124 PR_ASSERT(sts == PR_SUCCESS);
/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp656 DECLINLINE(uint32_t) pm1a_pure_sts(uint32_t sts) argument
658 return sts & ~(RSR_STS | IGN_STS);
680 * @param sts The new PM1a.STS value.
683 static void apicUpdatePm1a(ACPIState *pThis, uint32_t sts, uint32_t en) argument
691 int const new_level = (pm1a_pure_en(en) & pm1a_pure_sts(sts)) != 0;
696 pThis->pm1a_sts = sts;
711 * @param sts The new GPE0.STS value.
714 static void apicR3UpdateGpe0(ACPIState *pThis, uint32_t sts, uint32_t en) argument
722 int const new_level = (en & sts) != 0;
725 pThis->gpe0_sts = sts;
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c1820 Status sts = 0; local
1827 sts = XFetchName(g_display, sw->wnd, &name);
1829 if (sts)
1834 return sts;

Completed in 66 milliseconds