Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h61 typedef unsigned long DWORD; typedef
76 typedef DWORD near *PDWORD;
77 typedef DWORD far *LPDWORD;
83 typedef DWORD NTSTATUS;
89 DWORD Internal;
90 DWORD InternalHigh;
91 DWORD Offset;
92 DWORD OffsetHigh;
211 DWORD smi_VersionNo;
212 DWORD smi_Reserved1;
[all …]
H A Dimbapi.c169 DWORD respLength; in open_imb()
201 if ( (SendTimedImbpRequest ( &requestData, (DWORD)400, in open_imb()
231 DWORD respLength; in open_imb()
285 if ( ((my_ret_code = SendTimedImbpRequest(&requestData, (DWORD)400, in open_imb()
363 DWORD dwIoControlCode, /* control code of operation to perform*/ in DeviceIoControl()
365 DWORD cbInBuffer, /* size of input buffer */ in DeviceIoControl()
367 DWORD cbOutBuffer, /* size of output buffer */ in DeviceIoControl()
442 DWORD retLength; in StartAsyncMesgPoll()
499 DWORD respLength = sizeof( responseData ); in SendTimedI2cRequest()
546 DWORD error; in SendTimedI2cRequest()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dcciss_defs.h47 #define DWORD __u32 macro
77 DWORD TargetId:24;
78 DWORD Bus:6;
79 DWORD Mode:2;
84 DWORD VolId:30;
85 DWORD Mode:2;
111 DWORD ErrorInfo;
117 DWORD offense_value;
124 DWORD ResidualCnt;
H A Dcciss_ioctl.h53 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */
54 DWORD buf_size; /* size in bytes of the buf */
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst152 - DWORD
156 - DWORD
160 - DWORD
169 - DWORD
180 - DWORD
199 Signal Type //DWORD
200 Attributes //DWORD
201 Controller Offset //DWORD
207 Signal Type //DWORD
208 Attributes //DWORD
[all …]
/openbmc/qemu/chardev/
H A Dchar-win-stdio.c36 DWORD dwOldMode;
53 DWORD dwSize; in DECLARE_INSTANCE_CHECKER()
81 static DWORD WINAPI win_stdio_thread(LPVOID param) in win_stdio_thread()
85 DWORD dwSize; in win_stdio_thread()
134 DWORD dwMode = 0; in qemu_chr_set_echo_win_stdio()
153 DWORD dwMode; in qemu_chr_open_stdio()
172 DWORD dwId; in qemu_chr_open_stdio()
243 DWORD dwSize; in win_stdio_write()
H A Dchar-win.c31 static void win_chr_read(Chardev *chr, DWORD len) in win_chr_read()
37 DWORD size; in win_chr_read()
66 DWORD comerr; in win_chr_serial_poll()
82 DWORD size; in win_chr_serial_init()
83 DWORD err; in win_chr_serial_init()
146 DWORD size; in win_chr_pipe_poll()
160 DWORD len, ret, size, err; in win_chr_write()
H A Dchar-file.c45 DWORD accessmode; in qmp_chardev_open_file()
46 DWORD flags; in qmp_chardev_open_file()
/openbmc/qemu/qga/
H A Dcommands-win32.c84 #define INVALID_SET_FILE_POINTER ((DWORD)-1)
102 DWORD desired_access;
103 DWORD creation_disposition;
176 DWORD file_type, pipe_state; in handle_set_nonblocking()
201 DWORD share_mode = FILE_SHARE_READ; in qmp_guest_file_open()
202 DWORD flags_and_attr = FILE_ATTRIBUTE_NORMAL; in qmp_guest_file_open()
303 static void execute_async(DWORD WINAPI (*func)(LPVOID), LPVOID opaque, in execute_async()
353 DWORD read_count; in guest_file_read_unsafe()
382 DWORD write_count; in qmp_guest_file_write()
503 DWORD j; in get_pci_address_for_device()
[all …]
H A Dmain.c143 DWORD WINAPI service_ctrl_handler(DWORD ctrl, DWORD type, LPVOID data,
145 DWORD WINAPI handle_serial_device_events(DWORD type, LPVOID data);
146 VOID WINAPI service_main(DWORD argc, TCHAR *argv[]);
756 DWORD WINAPI handle_serial_device_events(DWORD type, LPVOID data) in handle_serial_device_events()
758 DWORD ret = NO_ERROR; in handle_serial_device_events()
786 DWORD WINAPI service_ctrl_handler(DWORD ctrl, DWORD type, LPVOID data, in service_ctrl_handler()
789 DWORD ret = NO_ERROR; in service_ctrl_handler()
810 VOID WINAPI service_main(DWORD argc, TCHAR *argv[]) in service_main()
1537 DWORD dwWaitResult; in wait_for_channel_availability()
H A Dcommands-windows-ssh.c107 DWORD maxSize = MAX_PATH; in get_ssh_folder()
161 DWORD setResult; in create_acl_user()
239 DWORD setResult; in create_acl_base()
462 DWORD infoLevel = 4; in get_user_info()
H A Dchannel-win32.c42 DWORD count_read, count_to_read = 0; in ga_channel_prepare()
99 DWORD count_read, error; in ga_channel_check()
230 DWORD written; in ga_channel_write()
/openbmc/linux/Documentation/scsi/
H A Darcmsr_spec.rst146 FirmwareVersion DWORD
446 DWORD grsCapacity;
447 DWORD grsCapacityX;
448 DWORD grsFailMask;
459 DWORD grsRawStripes[8];
460 DWORD grsRes4;
461 DWORD grsRes5; // Total to 128 bytes
462 DWORD grsRes6; // Total to 128 bytes
479 DWORD gvsCapacity;
480 DWORD gvsCapacityX;
[all …]
/openbmc/qemu/audio/
H A Ddsound_template.h50 DWORD blen1, in glue()
51 DWORD blen2 in glue()
68 DWORD pos, in glue()
69 DWORD len, in glue()
72 DWORD *blen1p, in glue()
73 DWORD *blen2p, in glue()
79 DWORD flag; in glue()
H A Ddsoundaudio.c288 static int dsound_get_status_out (LPDIRECTSOUNDBUFFER dsb, DWORD *statusp, in dsound_get_status_out()
308 DWORD *statusp) in dsound_get_status_in()
326 DWORD blen1, blen2, len1, len2; in dsound_clear_sample()
386 DWORD status; in dsound_enable_out()
435 DWORD ppos, wpos; in dsound_buffer_get_free()
456 DWORD act_size; in dsound_get_buffer_out()
494 DWORD status; in dsound_enable_in()
542 DWORD rpos, act_size; in dsound_get_buffer_in()
/openbmc/qemu/block/
H A Dwin32-aio.c63 QEMUWin32AIOCB *waiocb, DWORD count) in win32_aio_process_completion()
98 DWORD count; in win32_aio_completion_cb()
120 DWORD rc; in win32_aio_submit()
142 waiocb->ov.Offset = (DWORD)offset; in win32_aio_submit()
143 waiocb->ov.OffsetHigh = (DWORD)(offset >> 32); in win32_aio_submit()
H A Dfile-win32.c79 DWORD ret, ret_count, len; in handle_aiocb_rw()
176 DWORD dw; in qemu_ftruncate64()
194 dw = SetFilePointer(h, (DWORD) length, &high, FILE_BEGIN); in qemu_ftruncate64()
207 DWORD returned; in set_sparse()
234 DWORD sectorsPerCluster, freeClusters, totalClusters, count; in raw_probe_alignment()
265 DWORD *overlapped) in raw_parse_flags()
339 DWORD overlapped; in raw_open()
500 DWORD dwPtrLow; in raw_co_truncate()
533 DWORD count; in raw_co_getlength()
562 typedef DWORD (WINAPI * get_compressed_t)(const char *filename, in raw_co_get_allocated_file_size()
[all …]
/openbmc/qemu/net/
H A Dtap-win32.c144 DWORD result, timeout = block ? INFINITE : 0L; in get_buffer_from_output_queue()
201 DWORD len; in is_tap_win32_dev()
223 DWORD data_type; in is_tap_win32_dev()
299 DWORD len; in get_device_guid()
320 DWORD name_type; in get_device_guid()
464 DWORD error; in tap_win32_write()
512 static DWORD WINAPI tap_win32_thread_entry(LPVOID param) in tap_win32_thread_entry()
517 DWORD dwError; in tap_win32_thread_entry()
606 DWORD version_len; in tap_win32_open()
607 DWORD idThread; in tap_win32_open()
/openbmc/u-boot/tools/
H A Dmingw_support.h33 #define LODWORD(x) ((DWORD)((DWORDLONG)(x)))
34 #define HIDWORD(x) ((DWORD)(((DWORDLONG)(x) >> 32) & 0xffffffff))
/openbmc/linux/include/linux/
H A Dcciss_ioctl.h22 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */
23 DWORD buf_size; /* size in bytes of the buf */
/openbmc/qemu/qga/vss-win32/
H A Drequester.cpp257 static DWORD get_reg_dword_value(HKEY baseKey, LPCSTR subKey, LPCSTR valueName, in get_reg_dword_value()
258 DWORD defaultData) in get_reg_dword_value()
262 DWORD regGetValueError; in get_reg_dword_value()
263 DWORD dwordData; in get_reg_dword_value()
264 DWORD dataSize = sizeof(DWORD); in get_reg_dword_value()
311 DWORD wait_status; in requester_freeze()
H A Dinstall.cpp42 static void errmsg(DWORD err, const char *text) in errmsg()
62 static void errmsg_dialog(DWORD err, const char *text, const char *opt = "") in errmsg_dialog()
160 DWORD domainNameLen = BUFFER_SIZE; in getNameByStringSID()
277 DWORD bufferLen = BUFFER_SIZE; in COMRegister()
403 DWORD size; in CreateRegistryKey()
/openbmc/qemu/ui/
H A Dwin32-kbd-hook.c16 static DWORD win32_grab;
24 DWORD dwmsg = (hooked->flags << 24) | in keyboard_hook_cb()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0001-Fixed-compilation-warnings-in-ainput-channel.patch22 DWORD BytesReturned = 0;
44 DWORD BytesReturned = 0;
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst19 - The first DWORD in bitmap is used in write mode to switch from legacy
58 Command data 2: (DWORD access)
95 Command data: (DWORD access)
111 CPU selector: (DWORD access)
173 Command data: (DWORD access)

12