Searched refs:Keyword (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | evntprov.h | 68 ULONGLONG Keyword; member 126 _In_ ULONGLONG Keyword); 151 _In_ ULONGLONG Keyword, 200 _In_ ULONGLONG Keyword) in EventDescCreate() argument 208 EventDescriptor->Keyword = Keyword; in EventDescCreate() 272 return (EventDescriptor->Keyword); in EventDescGetKeyword() 339 _In_ ULONGLONG Keyword) in EventDescSetKeyword() argument 341 EventDescriptor->Keyword = Keyword; in EventDescSetKeyword() 350 _In_ ULONGLONG Keyword) in EventDescOrKeyword() argument 352 EventDescriptor->Keyword |= Keyword; in EventDescOrKeyword()
|
H A D | wincred.h | 49 LPSTR Keyword; member 57 LPWSTR Keyword; member
|
/reactos/drivers/network/ndis/ndis/ |
H A D | config.c | 48 IN PNDIS_STRING Keyword, in NdisWriteConfiguration() argument 121 Keyword, 0, ParameterType, Data, DataSize); in NdisWriteConfiguration() 418 IN PNDIS_STRING Keyword, in NdisReadConfiguration() argument 445 NDIS_DbgPrint(MAX_TRACE,("requested read of %wZ\n", Keyword)); in NdisReadConfiguration() 454 if(!wcsncmp(Keyword->Buffer, L"Environment", Keyword->Length/sizeof(WCHAR)) && in NdisReadConfiguration() 455 wcslen(L"Environment") == Keyword->Length/sizeof(WCHAR)) in NdisReadConfiguration() 491 if(!wcsncmp(Keyword->Buffer, L"ProcessorType", Keyword->Length/sizeof(WCHAR)) && in NdisReadConfiguration() 525 if(!wcsncmp(Keyword->Buffer, L"NdisVersion", Keyword->Length/sizeof(WCHAR)) && in NdisReadConfiguration() 526 wcslen(L"NdisVersion") == Keyword->Length/sizeof(WCHAR)) in NdisReadConfiguration() 761 NDIS_STRING Keyword; in NdisReadNetworkAddress() local [all …]
|
/reactos/drivers/network/dd/ne2000/ne2000/ |
H A D | main.c | 285 UNICODE_STRING Keyword; in MiniportInitialize() local 290 NdisInitUnicodeString(&Keyword, L"Irq"); in MiniportInitialize() 300 NdisInitUnicodeString(&Keyword, L"Port"); in MiniportInitialize() 990 NdisInitUnicodeString(&Keyword, L"DwordTest"); 991 NdisWriteConfiguration(&Status, ConfigurationHandle, &Keyword, &ParameterValue); 1001 NdisInitUnicodeString(&Keyword, L"StringTest"); 1005 NdisWriteConfiguration(&Status, ConfigurationHandle, &Keyword, &ParameterValue); 1020 NdisInitUnicodeString(&Keyword, L"DwordTest"); 1021 …NdisReadConfiguration(&Status, &ParameterValue, ConfigurationHandle, &Keyword, NdisParameterIntege… 1038 NdisInitUnicodeString(&Keyword, L"StringTest"); [all …]
|
/reactos/sdk/include/xdk/ |
H A D | wmifuncs.h | 102 _In_ ULONGLONG Keyword); 143 _In_ ULONGLONG Keyword,
|
/reactos/drivers/network/dd/nvnet/ |
H A D | init.c | 29 UNICODE_STRING Keyword; in QueryInteger() local 34 NdisInitUnicodeString(&Keyword, EntryName); in QueryInteger() 38 &Keyword, in QueryInteger()
|
/reactos/drivers/network/dd/dc21x4/ |
H A D | init.c | 56 UNICODE_STRING Keyword; in DcConfigQueryInteger() local 61 NdisInitUnicodeString(&Keyword, EntryName); in DcConfigQueryInteger() 65 &Keyword, in DcConfigQueryInteger()
|
/reactos/sdk/include/ddk/ |
H A D | ndis.h | 4416 _In_ PNDIS_STRING Keyword, 4427 _In_ PNDIS_STRING Keyword,
|