Searched refs:pio (Results 1 – 10 of 10) sorted by relevance
/reactos/sdk/lib/ucrt/lowio/ |
H A D | ioinit.cpp | 115 __crt_lowio_handle_data* const pio = _pioinfo(fh); in initialize_inherited_file_handles_nolock() local 116 pio->osfhnd = *it_handle; in initialize_inherited_file_handles_nolock() 117 pio->osfile = *it_file; in initialize_inherited_file_handles_nolock() 132 pio->osfhnd != _NO_CONSOLE_FILENO) in initialize_stdio_handles_nolock() 134 pio->osfile |= FTEXT; in initialize_stdio_handles_nolock() 140 pio->osfile = FOPEN | FTEXT; in initialize_stdio_handles_nolock() 161 pio->osfhnd = os_handle; in initialize_stdio_handles_nolock() 164 pio->osfile |= FDEV; in initialize_stdio_handles_nolock() 167 pio->osfile |= FPIPE; in initialize_stdio_handles_nolock() 177 pio->osfile |= FDEV; in initialize_stdio_handles_nolock() [all …]
|
H A D | osfinfo.cpp | 154 for (__crt_lowio_handle_data* pio = first; pio != last; ++pio) in _alloc_osfhnd() 156 if (pio->osfile & FOPEN) in _alloc_osfhnd() 164 EnterCriticalSection(&pio->lock); in _alloc_osfhnd() 165 if ((pio->osfile & FOPEN) != 0) in _alloc_osfhnd() 167 LeaveCriticalSection(&pio->lock); in _alloc_osfhnd() 173 int const fh = i * IOINFO_ARRAY_ELTS + static_cast<int>(pio - first); in _alloc_osfhnd()
|
/reactos/sdk/lib/ucrt/exec/ |
H A D | spawnv.cpp | 123 __crt_lowio_handle_data* const pio = _pioinfo(i); in accumulate_inheritable_handles() local 124 if ((pio->osfile & FNOINHERIT) == 0) in accumulate_inheritable_handles() 126 *flags_it = pio->osfile; in accumulate_inheritable_handles() 127 *handle_it = pio->osfhnd; in accumulate_inheritable_handles()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | ebrowser.c | 1680 IInputObject *pio; in test_InputObject() local 1711 hr = IInputObject_TranslateAcceleratorIO(pio, &msg_a); in test_InputObject() 1714 hr = IInputObject_HasFocusIO(pio); in test_InputObject() 1717 hr = IInputObject_UIActivateIO(pio, TRUE, &msg_a); in test_InputObject() 1720 hr = IInputObject_HasFocusIO(pio); in test_InputObject() 1730 hr = IInputObject_HasFocusIO(pio); in test_InputObject() 1742 hr = IInputObject_UIActivateIO(pio, TRUE, &msg_a); in test_InputObject() 1745 hr = IInputObject_HasFocusIO(pio); in test_InputObject() 1748 hr = IInputObject_UIActivateIO(pio, FALSE, &msg_a); in test_InputObject() 1751 hr = IInputObject_HasFocusIO(pio); in test_InputObject() [all …]
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/lang/ |
H A D | pl-PL.rc | 61 MENUITEM "Ustaw pio&nowo", ID_WINDOW_TILE_VERT
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_dma.cpp | 2077 int pio = 1; in AtapiDmaInit() local 2100 pio = 4; in AtapiDmaInit() 2109 pio = 3; in AtapiDmaInit() 2117 pio = apiomode; in AtapiDmaInit() 2140 if (pio > 1) { in AtapiDmaInit()
|
H A D | atapi.h | 1457 AtaPio2Mode(LONG pio);
|
H A D | id_ata.cpp | 1205 AtaPio2Mode(LONG pio) in AtaPio2Mode() argument 1207 switch (pio) { in AtaPio2Mode()
|
/reactos/base/applications/mspaint/lang/ |
H A D | pl-PL.rc | 162 AUTORADIOBUTTON "Przerzuć w pio&nie", IDD_MIRRORROTATERB2, 12, 30, 100, 10
|
/reactos/base/shell/explorer/lang/ |
H A D | pl-PL.rc | 23 MENUITEM "Okna sąsiadująco w pio&nie", ID_SHELL_CMD_TILE_WND_V
|