ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include <stdarg.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winsock2.h"
#include "ws2tcpip.h"
#include "initguid.h"
#include "wbemcli.h"
#include "wbemprov.h"
#include "iphlpapi.h"
#include "netioapi.h"
#include "tlhelp32.h"
#include "d3d10.h"
#include "winternl.h"
#include "winioctl.h"
#include "winsvc.h"
#include "winver.h"
#include "sddl.h"
#include "ntsecapi.h"
#include "winspool.h"
#include "setupapi.h"
#include "wine/asm.h"
#include "wine/debug.h"
#include "wbemprox_private.h"
#include "pshpack1.h"
#include "poppack.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
#define | NONAMELESSSTRUCT |
#define | WIN32_NO_STATUS |
#define | FLAVOR_ID |
#define | RSMB (('R' << 24) | ('S' << 16) | ('M' << 8) | 'B') |
#define | HW_VENDOR_AMD 0x1002 |
#define | HW_VENDOR_NVIDIA 0x10de |
#define | HW_VENDOR_VMWARE 0x15ad |
#define | HW_VENDOR_INTEL 0x8086 |
#define | C(c) sizeof(c)/sizeof(c[0]), c |
#define | D(d) sizeof(d)/sizeof(d[0]), 0, (BYTE *)d |
Enumerations | |
enum | smbios_type { SMBIOS_TYPE_BIOS , SMBIOS_TYPE_SYSTEM , SMBIOS_TYPE_BASEBOARD , SMBIOS_TYPE_CHASSIS } |
#define FLAVOR_ID |
Enumerator | |
---|---|
SMBIOS_TYPE_BIOS | |
SMBIOS_TYPE_SYSTEM | |
SMBIOS_TYPE_BASEBOARD | |
SMBIOS_TYPE_CHASSIS |
Definition at line 1491 of file builtin.c.
Definition at line 2103 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
Definition at line 2317 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
Definition at line 2230 of file builtin.c.
Referenced by seed_dirs().
Definition at line 2181 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
Definition at line 2201 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
Definition at line 1711 of file builtin.c.
Referenced by get_bios_releasedate().
Definition at line 3649 of file builtin.c.
Referenced by get_processor_caption(), get_processor_id(), get_processor_manufacturer(), get_processor_name(), get_processor_revision(), and get_processor_version().
Definition at line 4375 of file builtin.c.
Referenced by get_systemenclosure_chassistypes().
Definition at line 1646 of file builtin.c.
Definition at line 1758 of file builtin.c.
Definition at line 1793 of file builtin.c.
Definition at line 1968 of file builtin.c.
|
static |
Definition at line 2065 of file builtin.c.
Definition at line 2364 of file builtin.c.
|
static |
Definition at line 2492 of file builtin.c.
Definition at line 2614 of file builtin.c.
|
static |
Definition at line 2728 of file builtin.c.
|
static |
Definition at line 2778 of file builtin.c.
|
static |
Definition at line 2841 of file builtin.c.
|
static |
Definition at line 2874 of file builtin.c.
Definition at line 2934 of file builtin.c.
|
static |
Definition at line 3029 of file builtin.c.
|
static |
Definition at line 3126 of file builtin.c.
|
static |
Definition at line 3370 of file builtin.c.
|
static |
Definition at line 4040 of file builtin.c.
|
static |
Definition at line 3432 of file builtin.c.
Definition at line 3455 of file builtin.c.
Definition at line 3502 of file builtin.c.
Definition at line 3560 of file builtin.c.
Definition at line 3789 of file builtin.c.
Definition at line 4175 of file builtin.c.
Definition at line 4296 of file builtin.c.
|
static |
Definition at line 4417 of file builtin.c.
|
static |
Definition at line 4489 of file builtin.c.
Definition at line 4276 of file builtin.c.
Referenced by fill_sid().
|
static |
Definition at line 1549 of file builtin.c.
Referenced by get_baseboard_string(), get_bios_string(), get_compsysproduct_string(), get_compsysproduct_uuid(), get_systemenclosure_chassistypes(), get_systemenclosure_lockpresent(), and get_systemenclosure_string().
|
static |
Definition at line 2670 of file builtin.c.
Referenced by fill_diskdrivetodiskpartition(), fill_logicaldisktopartition(), get_diskdrivetodiskpartition_pairs(), and get_logicaldisktopartition_pairs().
Definition at line 2131 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
|
static |
Definition at line 3094 of file builtin.c.
Referenced by fill_networkadapter().
Definition at line 1931 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 1618 of file builtin.c.
Referenced by fill_baseboard().
Definition at line 1605 of file builtin.c.
Referenced by get_baseboard_manufacturer(), get_baseboard_product(), get_baseboard_serialnumber(), and get_baseboard_version().
Definition at line 1704 of file builtin.c.
Referenced by fill_bios().
Definition at line 1691 of file builtin.c.
Referenced by get_bios_manufacturer(), get_bios_releasedate(), and get_bios_smbiosbiosversion().
Definition at line 2828 of file builtin.c.
Referenced by fill_displaycontrollerconfig(), and fill_videocontroller().
Definition at line 2012 of file builtin.c.
Referenced by fill_compsysproduct().
Definition at line 1999 of file builtin.c.
Referenced by get_compsysproduct_identifyingnumber(), get_compsysproduct_name(), get_compsysproduct_vendor(), and get_compsysproduct_version().
Definition at line 2026 of file builtin.c.
Referenced by fill_compsysproduct().
Definition at line 1940 of file builtin.c.
Referenced by fill_compsys(), and fill_operatingsystem().
|
static |
Definition at line 3069 of file builtin.c.
Referenced by fill_networkadapter().
Definition at line 3931 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 4031 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 3199 of file builtin.c.
Referenced by fill_networkadapterconfig().
|
static |
Definition at line 2682 of file builtin.c.
Referenced by fill_diskdrivetodiskpartition().
|
static |
Definition at line 3189 of file builtin.c.
Referenced by fill_networkadapterconfig().
Definition at line 3232 of file builtin.c.
Referenced by fill_networkadapterconfig().
Definition at line 2337 of file builtin.c.
Referenced by fill_datafile().
Definition at line 2768 of file builtin.c.
Referenced by fill_diskpartition(), and fill_logicaldisk().
Definition at line 2592 of file builtin.c.
Referenced by fill_diskdrive(), fill_diskpartition(), and fill_logicaldisk().
Definition at line 4471 of file builtin.c.
Referenced by fill_videocontroller().
Definition at line 3269 of file builtin.c.
Referenced by fill_networkadapterconfig().
Definition at line 3302 of file builtin.c.
Referenced by fill_networkadapterconfig().
Definition at line 3865 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 3881 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 3937 of file builtin.c.
Referenced by fill_operatingsystem(), and setup_unix_locales().
Definition at line 1878 of file builtin.c.
Referenced by fill_compsys(), and fill_processor().
|
static |
Definition at line 2981 of file builtin.c.
Referenced by fill_logicaldisktopartition().
Definition at line 3083 of file builtin.c.
Referenced by fill_networkadapter(), and fill_networkadapterconfig().
Definition at line 4024 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 3688 of file builtin.c.
Referenced by fill_operatingsystem(), fill_processor(), and get_processor_caption().
|
static |
|
static |
Definition at line 3950 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 4003 of file builtin.c.
Referenced by fill_operatingsystem().
|
static |
|
static |
Definition at line 4449 of file builtin.c.
Referenced by fill_videocontroller().
Definition at line 3695 of file builtin.c.
Referenced by fill_processor().
Definition at line 1835 of file builtin.c.
Referenced by fill_compsys(), fill_processor(), get_logical_processor_count(), get_processor_currentclockspeed(), and get_processor_maxclockspeed().
Definition at line 3760 of file builtin.c.
Referenced by fill_processor().
Definition at line 3677 of file builtin.c.
Referenced by fill_processor(), and get_processor_caption().
Definition at line 3774 of file builtin.c.
Referenced by fill_processor().
|
static |
Definition at line 3655 of file builtin.c.
Referenced by get_processor_caption(), and get_processor_version().
Definition at line 3743 of file builtin.c.
Referenced by fill_processor().
Definition at line 3729 of file builtin.c.
Referenced by fill_processor().
Definition at line 3718 of file builtin.c.
Referenced by fill_processor().
|
static |
Definition at line 4135 of file builtin.c.
Referenced by fill_service().
Definition at line 4111 of file builtin.c.
Referenced by fill_service().
Definition at line 4093 of file builtin.c.
Referenced by fill_service().
Definition at line 3358 of file builtin.c.
Referenced by fill_networkadapterconfig().
Definition at line 1591 of file builtin.c.
Referenced by get_baseboard_string(), get_bios_string(), get_compsysproduct_string(), and get_systemenclosure_string().
Definition at line 3906 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 4390 of file builtin.c.
Referenced by fill_systemenclosure().
Definition at line 4364 of file builtin.c.
Referenced by fill_systemenclosure().
Definition at line 4357 of file builtin.c.
Referenced by fill_systemenclosure().
Definition at line 4344 of file builtin.c.
Referenced by get_systemenclosure_manufacturer().
Definition at line 1922 of file builtin.c.
Referenced by fill_compsys(), fill_operatingsystem(), and fill_physicalmemory().
Definition at line 1950 of file builtin.c.
Referenced by fill_compsys().
Definition at line 4605 of file builtin.c.
Referenced by DllMain().
|
static |
Definition at line 1443 of file builtin.c.
Referenced by fill_baseboard(), fill_bios(), fill_cdromdrive(), fill_compsys(), fill_compsysproduct(), fill_datafile(), fill_desktopmonitor(), fill_directory(), fill_diskdrive(), fill_diskdrivetodiskpartition(), fill_diskpartition(), fill_displaycontrollerconfig(), fill_ip4routetable(), fill_logicaldisk(), fill_logicaldisktopartition(), fill_networkadapter(), fill_networkadapterconfig(), fill_operatingsystem(), fill_physicalmemory(), fill_pnpentity(), fill_printer(), fill_process(), fill_processor(), fill_service(), fill_systemenclosure(), and fill_videocontroller().
Definition at line 2163 of file builtin.c.
Referenced by fill_datafile(), and fill_directory().
Definition at line 2139 of file builtin.c.
Referenced by fill_datafile(), fill_directory(), and seed_dirs().
|
static |
Definition at line 4156 of file builtin.c.
Referenced by fill_service().
Definition at line 1462 of file builtin.c.
Referenced by fill_baseboard(), fill_bios(), fill_cdromdrive(), fill_compsys(), fill_compsysproduct(), fill_datafile(), fill_desktopmonitor(), fill_directory(), fill_diskdrive(), fill_diskdrivetodiskpartition(), fill_diskpartition(), fill_displaycontrollerconfig(), fill_ip4routetable(), fill_logicaldisk(), fill_logicaldisktopartition(), fill_networkadapter(), fill_networkadapterconfig(), fill_operatingsystem(), fill_physicalmemory(), fill_pnpentity(), fill_printer(), fill_process(), fill_processor(), fill_service(), fill_sid(), fill_systemenclosure(), and fill_videocontroller().
|
static |
Definition at line 2268 of file builtin.c.
Referenced by fill_datafile(), fill_directory(), and seed_dirs().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wbemprox | ) |
Definition at line 882 of file builtin.c.
Referenced by get_baseboard_manufacturer().
Definition at line 884 of file builtin.c.
Referenced by get_baseboard_serialnumber().
Definition at line 886 of file builtin.c.
Referenced by fill_baseboard(), and get_baseboard_product().
Definition at line 888 of file builtin.c.
Referenced by get_baseboard_version().
Definition at line 890 of file builtin.c.
Referenced by fill_bios().
Definition at line 892 of file builtin.c.
Referenced by get_bios_manufacturer().
Definition at line 894 of file builtin.c.
Referenced by get_bios_releasedate().
Definition at line 898 of file builtin.c.
Referenced by get_bios_smbiosbiosversion().
Definition at line 900 of file builtin.c.
Referenced by fill_bios().
Definition at line 4558 of file builtin.c.
Referenced by init_table_list().
Definition at line 902 of file builtin.c.
Referenced by fill_cdromdrive().
Definition at line 904 of file builtin.c.
Referenced by fill_cdromdrive().
Definition at line 906 of file builtin.c.
Referenced by fill_cdromdrive().
Definition at line 911 of file builtin.c.
Referenced by fill_compsys().
Definition at line 913 of file builtin.c.
Referenced by fill_compsys().
Definition at line 915 of file builtin.c.
Referenced by fill_compsys(), and fill_networkadapter().
Definition at line 917 of file builtin.c.
Referenced by fill_compsys().
Definition at line 919 of file builtin.c.
Referenced by get_compsysproduct_identifyingnumber().
Definition at line 921 of file builtin.c.
Referenced by get_compsysproduct_name().
Definition at line 923 of file builtin.c.
Referenced by get_compsysproduct_uuid().
Definition at line 926 of file builtin.c.
Referenced by get_compsysproduct_vendor().
Definition at line 928 of file builtin.c.
Referenced by get_compsysproduct_version().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 930 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 932 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 934 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 936 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 938 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 940 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 942 of file builtin.c.
Referenced by fill_diskdrive().
Definition at line 944 of file builtin.c.
Referenced by fill_networkadapter().
Definition at line 948 of file builtin.c.
Referenced by fill_processor(), get_osarchitecture(), and get_processor_caption().
Definition at line 950 of file builtin.c.
Referenced by get_osarchitecture().
Definition at line 952 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 954 of file builtin.c.
Referenced by fill_operatingsystem().
Definition at line 426 of file builtin.c.
Referenced by find_sid_str().
Definition at line 448 of file builtin.c.
Referenced by get_systemdrive().
|
static |
Definition at line 1427 of file builtin.c.
Referenced by get_systemenclosure_chassistypes().
Definition at line 968 of file builtin.c.
Referenced by get_systemenclosure_manufacturer().
Definition at line 964 of file builtin.c.
Referenced by fill_systemenclosure().
Definition at line 966 of file builtin.c.
Referenced by fill_systemenclosure().
Definition at line 970 of file builtin.c.
Referenced by fill_videocontroller().
Definition at line 972 of file builtin.c.
Referenced by fill_displaycontrollerconfig(), and fill_videocontroller().
Definition at line 974 of file builtin.c.
Referenced by fill_videocontroller().
Definition at line 976 of file builtin.c.
Referenced by fill_videocontroller().
Definition at line 978 of file builtin.c.
Referenced by fill_videocontroller().