Home
last modified time | relevance | path

Searched refs:stack_location (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dpower.c45 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in dispatch_power() local
59 if (stack_location->MinorFunction == IRP_MN_SET_POWER) in dispatch_power()
61 power_state = stack_location->Parameters.Power.State; in dispatch_power()
63 if (stack_location->Parameters.Power.Type == SystemPowerState) in dispatch_power()
127 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in on_power_state_complete() local
128 POWER_STATE power_state = stack_location->Parameters.Power.State; in on_power_state_complete()
138 if (stack_location->Parameters.Power.Type == SystemPowerState) in on_power_state_complete()
184 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in on_filter_power_state_complete() local
185 POWER_STATE power_state = stack_location->Parameters.Power.State; in on_filter_power_state_complete()
189 if (stack_location->Parameters.Power.Type == SystemPowerState) in on_filter_power_state_complete()
H A Ddispatch.c25 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in dispatch() local
27 switch (stack_location->MajorFunction) in dispatch()
46 switch (stack_location->MajorFunction) in dispatch()
83 release_all_interfaces(dev, stack_location->FileObject); in dispatch()
H A Dpnp.c40 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in dispatch_pnp() local
52 switch (stack_location->MinorFunction) in dispatch_pnp()
172stack_location->Parameters.DeviceCapabilities.Capabilities->SurpriseRemovalOK = dev->surprise_remo… in dispatch_pnp()
277 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in on_query_capabilities_complete() local
289 stack_location->Parameters.DeviceCapabilities.Capabilities in on_query_capabilities_complete()
294 memcpy(dev->device_power_states, stack_location in on_query_capabilities_complete()
H A Dioctl.c104 IO_STACK_LOCATION *stack_location = IoGetCurrentIrpStackLocation(irp); in dispatch_ioctl() local
106 ULONG control_code = stack_location->Parameters.DeviceIoControl.IoControlCode; in dispatch_ioctl()
108 ULONG input_buffer_length = stack_location->Parameters.DeviceIoControl.InputBufferLength; in dispatch_ioctl()
109 ULONG output_buffer_length = stack_location->Parameters.DeviceIoControl.OutputBufferLength; in dispatch_ioctl()
110 ULONG transfer_buffer_length = stack_location->Parameters.DeviceIoControl.OutputBufferLength; in dispatch_ioctl()
533 status = claim_interface(dev, stack_location->FileObject, in dispatch_ioctl()
538 status = release_interface(dev, stack_location->FileObject, in dispatch_ioctl()
731 status = claim_interface_ex(dev, stack_location->FileObject, &request->intf); in dispatch_ioctl()
747 status = release_interface_ex(dev, stack_location->FileObject, &request->intf); in dispatch_ioctl()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/mac/handler/
H A Dminidump_generator.h140 MDMemoryDescriptor *stack_location);
142 MDMemoryDescriptor *stack_location);
154 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
168 MDMemoryDescriptor *stack_location);
173 MDMemoryDescriptor *stack_location);
180 MDMemoryDescriptor *stack_location);
185 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc318 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
359 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
360 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
370 return WriteStackARM(state, stack_location); in WriteStack()
374 return WriteStackARM64(state, stack_location); in WriteStack()
378 return WriteStackPPC(state, stack_location); in WriteStack()
380 return WriteStackPPC64(state, stack_location); in WriteStack()
384 return WriteStackX86(state, stack_location); in WriteStack()
386 return WriteStackX86_64(state, stack_location); in WriteStack()
456 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.h140 MDMemoryDescriptor *stack_location);
142 MDMemoryDescriptor *stack_location);
154 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
168 MDMemoryDescriptor *stack_location);
173 MDMemoryDescriptor *stack_location);
180 MDMemoryDescriptor *stack_location);
185 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dminidump_generator.h140 MDMemoryDescriptor *stack_location);
142 MDMemoryDescriptor *stack_location);
154 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
168 MDMemoryDescriptor *stack_location);
173 MDMemoryDescriptor *stack_location);
180 MDMemoryDescriptor *stack_location);
185 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h140 MDMemoryDescriptor *stack_location);
142 MDMemoryDescriptor *stack_location);
154 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
168 MDMemoryDescriptor *stack_location);
173 MDMemoryDescriptor *stack_location);
180 MDMemoryDescriptor *stack_location);
185 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.h157 MDMemoryDescriptor *stack_location);
159 MDMemoryDescriptor *stack_location);
172 MDMemoryDescriptor *stack_location);
179 MDMemoryDescriptor *stack_location);
186 MDMemoryDescriptor *stack_location);
191 MDMemoryDescriptor *stack_location);
198 MDMemoryDescriptor *stack_location);
203 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/mac/handler/
H A Dminidump_generator.h157 MDMemoryDescriptor* stack_location);
159 MDMemoryDescriptor* stack_location);
171 MDMemoryDescriptor* stack_location);
178 MDMemoryDescriptor* stack_location);
185 MDMemoryDescriptor* stack_location);
190 MDMemoryDescriptor* stack_location);
197 MDMemoryDescriptor* stack_location);
202 MDMemoryDescriptor* stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor* stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/mac/handler/
H A Dminidump_generator.h157 MDMemoryDescriptor* stack_location);
159 MDMemoryDescriptor* stack_location);
171 MDMemoryDescriptor* stack_location);
178 MDMemoryDescriptor* stack_location);
185 MDMemoryDescriptor* stack_location);
190 MDMemoryDescriptor* stack_location);
197 MDMemoryDescriptor* stack_location);
202 MDMemoryDescriptor* stack_location);
H A Dminidump_generator.cc338 MDMemoryDescriptor* stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
390 return WriteStackARM(state, stack_location); in WriteStack()
394 return WriteStackARM64(state, stack_location); in WriteStack()
398 return WriteStackPPC(state, stack_location); in WriteStack()
400 return WriteStackPPC64(state, stack_location); in WriteStack()
404 return WriteStackX86(state, stack_location); in WriteStack()
406 return WriteStackX86_64(state, stack_location); in WriteStack()
476 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.h159 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
185 MDMemoryDescriptor *stack_location);
192 MDMemoryDescriptor *stack_location);
199 MDMemoryDescriptor *stack_location);
204 MDMemoryDescriptor *stack_location);
211 MDMemoryDescriptor *stack_location);
216 MDMemoryDescriptor *stack_location);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.h159 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
182 MDMemoryDescriptor *stack_location);
189 MDMemoryDescriptor *stack_location);
196 MDMemoryDescriptor *stack_location);
201 MDMemoryDescriptor *stack_location);
208 MDMemoryDescriptor *stack_location);
213 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc341 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
382 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
383 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
393 return WriteStackARM(state, stack_location); in WriteStack()
397 return WriteStackARM64(state, stack_location); in WriteStack()
401 return WriteStackPPC(state, stack_location); in WriteStack()
403 return WriteStackPPC64(state, stack_location); in WriteStack()
407 return WriteStackX86(state, stack_location); in WriteStack()
409 return WriteStackX86_64(state, stack_location); in WriteStack()
479 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Dminidump_generator.h159 MDMemoryDescriptor *stack_location);
161 MDMemoryDescriptor *stack_location);
182 MDMemoryDescriptor *stack_location);
189 MDMemoryDescriptor *stack_location);
196 MDMemoryDescriptor *stack_location);
201 MDMemoryDescriptor *stack_location);
208 MDMemoryDescriptor *stack_location);
213 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc341 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
382 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
383 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
393 return WriteStackARM(state, stack_location); in WriteStack()
397 return WriteStackARM64(state, stack_location); in WriteStack()
401 return WriteStackPPC(state, stack_location); in WriteStack()
403 return WriteStackPPC64(state, stack_location); in WriteStack()
407 return WriteStackX86(state, stack_location); in WriteStack()
409 return WriteStackX86_64(state, stack_location); in WriteStack()
479 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackARM()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/mac/handler/
H A Dminidump_generator.h118 MDMemoryDescriptor *stack_location);
120 MDMemoryDescriptor *stack_location);
132 MDMemoryDescriptor *stack_location);
137 MDMemoryDescriptor *stack_location);
142 MDMemoryDescriptor *stack_location);
147 MDMemoryDescriptor *stack_location);
H A Dminidump_generator.cc289 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
330 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
331 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
340 return WriteStackPPC(state, stack_location); in WriteStack()
342 return WriteStackPPC64(state, stack_location); in WriteStack()
344 return WriteStackX86(state, stack_location); in WriteStack()
346 return WriteStackX86_64(state, stack_location); in WriteStack()
390 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackPPC()
398 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackPPC64()
548 return WriteStackFromStartAddress(start_addr, stack_location); in WriteStackX86()
[all …]

123