Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 28) sorted by relevance

12

/reactos/dll/win32/netapi32/
H A Dnbcmdqueue.c55 struct NBCmdQueue *queue; in NBCmdQueueCreate() local
70 UCHAR NBCmdQueueAdd(struct NBCmdQueue *queue, PNCB ncb) in NBCmdQueueAdd()
91 static PNCB *NBCmdQueueFindNBC(struct NBCmdQueue *queue, PNCB ncb) in NBCmdQueueFindNBC()
106 UCHAR NBCmdQueueCancel(struct NBCmdQueue *queue, PNCB ncb) in NBCmdQueueCancel()
138 UCHAR NBCmdQueueComplete(struct NBCmdQueue *queue, PNCB ncb, UCHAR retcode) in NBCmdQueueComplete()
167 UCHAR NBCmdQueueCancelAll(struct NBCmdQueue *queue) in NBCmdQueueCancelAll()
189 void NBCmdQueueDestroy(struct NBCmdQueue *queue) in NBCmdQueueDestroy()
/reactos/dll/win32/setupapi/
H A Dqueue.c447 struct file_queue *queue; in SetupOpenFileQueue() local
460 struct file_queue *queue = handle; in SetupCloseFileQueue() local
649 struct file_queue *queue = handle; in SetupQueueDeleteA() local
672 struct file_queue *queue = handle; in SetupQueueDeleteW() local
696 struct file_queue *queue = handle; in SetupQueueRenameA() local
720 struct file_queue *queue = handle; in SetupQueueRenameW() local
1351 struct file_queue *queue = handle; in SetupCommitFileQueueW() local
1513 struct file_queue *queue = handle; in SetupScanFileQueueW() local
1566 struct file_queue *queue = handle; in SetupGetFileQueueCount() local
1589 struct file_queue *queue = handle; in SetupGetFileQueueFlags() local
[all …]
H A Dinstall.c60 HSPFILEQ queue; member
1210 BOOL WINAPI SetupInstallFilesFromInfSectionA( HINF hinf, HINF hlayout, HSPFILEQ queue, in SetupInstallFilesFromInfSectionA()
1243 BOOL WINAPI SetupInstallFilesFromInfSectionW( HINF hinf, HINF hlayout, HSPFILEQ queue, in SetupInstallFilesFromInfSectionW()
1355 HSPFILEQ queue = NULL; in SetupInstallFromInfSectionW() local
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxpkgio.cpp269 FxIoQueue* queue; in DispatchStep1() local
1183 FxIoQueue* queue; in StopProcessingForPower() local
1275 FxIoQueue* queue; in ResumeProcessingForPower() local
1351 FxIoQueue* queue; in ResetStateForRestart() local
1413 FxIoQueue* queue = NULL; in FlushAllQueuesByFileObject() local
1458 FxIoQueue* queue; in GetIoQueueList_ProcessQueueListEntry() local
1538 FxIoQueue* queue; in AddIoQueue() local
1659 FxIoQueue* queue = NULL; in GetNextIoQueueLocked() local
H A Dfxioqueueapi.cpp539 FxIoQueue* queue; in __drv_maxIRQL() local
591 FxIoQueue* queue; in __drv_maxIRQL() local
/reactos/sdk/include/c++/stlport/stl/
H A D_queue.h86 queue() : c() {} in queue() function
87 explicit queue(const _Sequence& __c) : c(__c) {} in queue() function
90 queue(__move_source<_Self> src) in queue() function
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DmonoTriangulation.h44 Real2 *queue; variable
/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetself.cpp97 FxIoQueue* queue; in Send() local
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpoly1305.h92 uint8_t queue[16]; /** The current partial block of data. */ member
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/
H A Dverifier.cpp272 WDFQUEUE queue; in AddEventHooksWdfIoQueueCreate() local
/reactos/sdk/lib/drivers/virtio/
H A DVirtIOPCILegacy.c177 static NTSTATUS vio_legacy_setup_vq(struct virtqueue **queue, in vio_legacy_setup_vq()
H A Dvirtio_pci_common.h77 #define vdev_get_msix_vector(vdev, queue) \ argument
H A DVirtIOPCIModern.c288 static NTSTATUS vio_modern_setup_vq(struct virtqueue **queue, in vio_modern_setup_vq()
H A DVirtIOPCICommon.c242 static NTSTATUS vp_setup_vq(struct virtqueue **queue, in vp_setup_vq()
H A Dvirtio_pci.h165 void *queue; member
/reactos/sdk/lib/drivers/wdf/shared/core/km/
H A Dfxdeviceapikm.cpp419 FxIoQueue *queue; in __drv_maxIRQL() local
/reactos/drivers/network/dd/netkvm/Common/
H A DParaNdis-VirtIO.c350 static u16 vdev_get_msix_vector(void *context, int queue) in vdev_get_msix_vector()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxrequestapi.cpp3138 FxIoQueue* queue; in __drv_maxIRQL() local
3294 FxIoQueue* queue; in __drv_maxIRQL() local
H A Dfxrequest.cpp546 FxIoQueue* queue; in CompleteInternal() local
3118 FxIoQueue* queue; in Release() local
/reactos/dll/win32/mshtml/
H A Dhtmlscript.c111 script_queue_entry_t *queue; in HTMLScriptElement_put_src() local
/reactos/sdk/lib/3rdparty/adns/src/
H A Devent.c207 struct timeval now, struct query_queue *queue) { in timeouts_queue()
/reactos/dll/directx/wine/wined3d/
H A Dcs.c2580 …c BOOL wined3d_cs_queue_is_empty(const struct wined3d_cs *cs, const struct wined3d_cs_queue *queue) in wined3d_cs_queue_is_empty()
2586 static void wined3d_cs_queue_submit(struct wined3d_cs_queue *queue, struct wined3d_cs *cs) in wined3d_cs_queue_submit()
2611 static BOOL wined3d_cs_queue_check_space(struct wined3d_cs_queue *queue, size_t size) in wined3d_cs_queue_check_space()
2625 static void *wined3d_cs_queue_require_space(struct wined3d_cs_queue *queue, size_t size, struct win… in wined3d_cs_queue_require_space()
2764 struct wined3d_cs_queue *queue; in wined3d_cs_run() local
/reactos/drivers/filesystems/ext2/src/
H A Dlinux.c279 int wake_up(wait_queue_head_t *queue) in wake_up()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp_out.c396 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local
/reactos/base/shell/explorer/
H A Dsyspager.cpp1228 void CNotifyToolbar::Initialize(HWND hWndParent, CBalloonQueue * queue) in Initialize()

12