/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | api.c | 117 Adapter->DhclientInfo.client->active = NULL; in DSReleaseIpAddressLease() 223 Adapter->DhclientState.active->serveraddress.len) { in DSGetAdapterInfo() 225 Adapter->DhclientState.active->serveraddress.iabuf, in DSGetAdapterInfo() 226 Adapter->DhclientState.active->serveraddress.len); in DSGetAdapterInfo() 229 Adapter->DhclientState.active->serveraddress.len); in DSGetAdapterInfo() 232 Reply.GetAdapterInfo.LeaseObtained = Adapter->DhclientState.active->obtained; in DSGetAdapterInfo() 233 Reply.GetAdapterInfo.LeaseExpires = Adapter->DhclientState.active->expiry; in DSGetAdapterInfo()
|
H A D | dhclient.c | 178 if (!ip->client->active || ip->client->active->is_bootp) { in state_reboot() 193 make_request(ip, ip->client->active); in state_reboot() 218 make_discover(ip, ip->client->active); in state_init() 592 if (ip->client->active) in bind_lease() 635 make_request(ip, ip->client->active); in state_bound() 935 if (!ip->client->active) { in dhcpnak() 940 free_client_lease(ip->client->active); in dhcpnak() 941 ip->client->active = NULL; in dhcpnak() 1149 ip->client->active->medium ) { in send_request() 1196 ip->client->active->expiry) in send_request() [all …]
|
/reactos/base/applications/cmdutils/chcp/lang/ |
H A D | en-US.rc | 5 STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\ 7 nnn Specifies the active code page number.\n\n\ 8 Type CHCP without a parameter to display the active code page number.\n"
|
H A D | cs-CZ.rc | 10 STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\ 12 nnn Specifies the active code page number.\n\n\ 13 Type CHCP without a parameter to display the active code page number.\n"
|
H A D | sk-SK.rc | 11 STRING_CHCP_HELP "Displays or sets the active code page number.\n\n\ 13 nnn Specifies the active code page number.\n\n\ 14 Type CHCP without a parameter to display the active code page number.\n"
|
H A D | fr-FR.rc | 7 STRING_CHCP_HELP "Affiche ou change la page de codes active.\n\n\ 10 Taper CHCP sans paramètre pour afficher la page de codes active."
|
/reactos/media/doc/ |
H A D | winsta and desktops.txt | 34 -No other winsta can be visible/active. 51 …d on the interactive Window station will have the ability to become active. An active Desktop enco… 53 …active Desktop. A process on the active Desktop could switch Desktops such that another Desktop be… 56 If our desktop has the same name as the active one, we are running on the 57 active (input) desktop. This is true because desktops have exactly one 116 (but cant u switch winsta?? so a noninteractive winsta becomes active?) 148 and provides a display to the user. Only one desktop can be the active 151 active desktop for that windowstation is visible to the user. On your
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ssl_ticket.c | 137 uint32_t key_time = ctx->keys[ctx->active].generation_time; in ssl_ticket_update_keys() 145 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys() 147 return( ssl_ticket_gen_key( ctx, ctx->active ) ); in ssl_ticket_update_keys() 355 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
|
/reactos/dll/directx/wine/dmusic/ |
H A D | port.c | 40 BOOL active; member 441 static HRESULT WINAPI synth_dmport_Activate(IDirectMusicPort *iface, BOOL active) in synth_dmport_Activate() argument 445 FIXME("(%p/%p)->(%d): semi-stub\n", iface, This, active); in synth_dmport_Activate() 447 if (This->active == active) in synth_dmport_Activate() 450 if (active) { in synth_dmport_Activate() 465 This->active = active; in synth_dmport_Activate() 503 if (This->active) in synth_dmport_SetDirectSound() 835 obj->active = FALSE; in synth_port_create() 1072 static HRESULT WINAPI midi_IDirectMusicPort_Activate(IDirectMusicPort *iface, BOOL active) in midi_IDirectMusicPort_Activate() argument 1074 FIXME("(%p, %u) stub!\n", iface, active); in midi_IDirectMusicPort_Activate()
|
/reactos/drivers/network/afd/doc/ |
H A D | simple_select.txt | 21 make an active poll object 25 chain the active poll object to the device ext
|
/reactos/modules/rosapps/templates/old_wordpad/lang/ |
H A D | en-US.rc | 150 IDS_HINT_SAVE " Saves the active document." 151 IDS_HINT_SAVEAS " Saves the active document with a new name." 152 IDS_HINT_PRINT " Prints the active document."
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | constants.h | 312 #define MASK_CHANGE_BIT(var, mask, active) (var = ((var & ~mask) | (active ? mask : 0))) argument
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_dma.cpp | 2700 USHORT active = 0; in via82c_timing() local 2708 case ATA_PIO0: setup = 70; active = 165; recover = 150; cycle = 600; break; in via82c_timing() 2709 case ATA_PIO1: setup = 50; active = 125; recover = 100; cycle = 383; break; in via82c_timing() 2710 case ATA_PIO2: setup = 30; active = 100; recover = 90; cycle = 240; break; in via82c_timing() 2711 case ATA_PIO3: setup = 30; active = 80; recover = 70; cycle = 180; break; in via82c_timing() 2712 case ATA_PIO4: setup = 25; active = 70; recover = 25; cycle = 120; break; in via82c_timing() 2713 case ATA_PIO5: setup = 20; active = 50; recover = 30; cycle = 100; break; in via82c_timing() 2717 active = (active -1)/(T+1); in via82c_timing() 2721 if (active + recover < cycle) { in via82c_timing() 2722 active += (cycle - (active + recover)) / 2; in via82c_timing() [all …]
|
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | ssl_ticket.h | 92 unsigned char active; /*!< index of the currently active key */ member
|
/reactos/base/services/umpnpmgr/ |
H A D | install.c | 293 DWORD regType, active, size; in SetupIsActive() local 302 rc = RegQueryValueExW(hKey, L"SystemSetupInProgress", NULL, ®Type, (LPBYTE)&active, &size); in SetupIsActive() 308 ret = (active != 0); in SetupIsActive()
|
/reactos/base/system/diskpart/lang/ |
H A D | ru-RU.rc | 22 …IDS_ACTIVE_FAIL "\nDiskPart was unable to mark the partition active.\nMake sure the partition is v… 23 IDS_ACTIVE_SUCCESS "\nDiskPart marked the current partition as active.\n" 24 IDS_ACTIVE_ALREADY "\nThe current partition is already marked as active.\n"
|
H A D | zh-CN.rc | 29 …IDS_ACTIVE_FAIL "\nDiskPart was unable to mark the partition active.\nMake sure the partition is v… 30 IDS_ACTIVE_SUCCESS "\nDiskPart marked the current partition as active.\n" 31 IDS_ACTIVE_ALREADY "\nThe current partition is already marked as active.\n"
|
H A D | en-US.rc | 20 …IDS_ACTIVE_FAIL "\nDiskPart was unable to mark the partition active.\nMake sure the partition is v… 21 IDS_ACTIVE_SUCCESS "\nDiskPart marked the current partition as active.\n" 22 IDS_ACTIVE_ALREADY "\nThe current partition is already marked as active.\n" 157 IDS_HELP_ACTIVE "Mark the selected partition as active.\n"
|
H A D | sq-AL.rc | 24 …IDS_ACTIVE_FAIL "\nDiskPart was unable to mark the partition active.\nMake sure the partition is v… 25 IDS_ACTIVE_SUCCESS "\nDiskPart marked the current partition as active.\n" 26 IDS_ACTIVE_ALREADY "\nThe current partition is already marked as active.\n"
|
H A D | pt-PT.rc | 22 …IDS_ACTIVE_FAIL "\nDiskPart was unable to mark the partition active.\nMake sure the partition is v… 23 IDS_ACTIVE_SUCCESS "\nDiskPart marked the current partition as active.\n" 24 IDS_ACTIVE_ALREADY "\nThe current partition is already marked as active.\n"
|
/reactos/base/applications/mstsc/ |
H A D | constants.h | 389 #define MASK_CHANGE_BIT(var, mask, active) (var = ((var & ~mask) | (active ? mask : 0))) argument
|
/reactos/drivers/filesystems/fastfat/ |
H A D | README.md | 27 …s driver template, the template defines a default (active) project configuration and a default (ac…
|
/reactos/base/system/diskpart/ |
H A D | CMakeLists.txt | 6 active.c
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttobjs.h | 165 FT_Bool active; /* is it active? */ member
|
/reactos/dll/cpl/desk/lang/ |
H A D | he-IL.rc | 277 IDS_ELEMENT_3 "Caption of active windows" 278 IDS_ELEMENT_4 "Border of active windows"
|