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

/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c103 PPIB pib; local
118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR)
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c2767 PPIB pib; local
2778 DosGetInfoBlocks(&tib, &pib);
2779 pchTemp = pchFileName = pib->pib_pchcmd;
2919 PPIB pib; local
2922 DosGetInfoBlocks(&tib, &pib);
2925 if (pib->pib_ultype==2) pib->pib_ultype = 3;
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c735 PPIB pib; local
736 DosGetInfoBlocks(NULL, &pib);
737 return (int)pib->pib_ulpid;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22747 PPIB pib; local
22748 DosGetInfoBlocks(NULL, &pib);
22749 return (int)pib->pib_ulpid;
[all...]

Completed in 239 milliseconds