Symbol: PCommand
sys/dev/hptmv/array.h
261
void HPTLIBAPI fRAID0SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/array.h
262
void HPTLIBAPI fRAID1SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/array.h
263
void HPTLIBAPI fJBODSendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/array.h
268
void HPTLIBAPI fRAID5SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/command.h
126
int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
sys/dev/hptmv/command.h
129
void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/command.h
161
PCommand pCmd1;
sys/dev/hptmv/command.h
162
PCommand pCmd2;
sys/dev/hptmv/command.h
188
void (* HPTLIBAPI pfnOrgDone)(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/command.h
194
PCommand pNext;
sys/dev/hptmv/command.h
195
void (* HPTLIBAPI WaitEntry)(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/command.h
256
PCommand HPTLIBAPI AllocateCommand(_VBUS_ARG0);
sys/dev/hptmv/command.h
257
void FASTCALL FreeCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/command.h
264
void HPTLIBAPI AddToWaitingList(PCommand *ppList, PCommand pCmd);
sys/dev/hptmv/command.h
265
void HPTLIBAPI DoWaitingList(_VBUS_ARG PCommand *ppList);
sys/dev/hptmv/entry.c
106
static void HPTLIBAPI fOsCommandDone(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/entry.c
113
static void handleEdmaError(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/entry.c
123
static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg,
sys/dev/hptmv/entry.c
1647
PCommand pCmd = (PCommand) commandId;
sys/dev/hptmv/entry.c
1700
fDeviceSendCommand(_VBUS_ARG PCommand pCmd)
sys/dev/hptmv/entry.c
199
handleEdmaError(_VBUS_ARG PCommand pCmd)
sys/dev/hptmv/entry.c
2498
int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, int logical)
sys/dev/hptmv/entry.c
2609
PCommand pCmd = (PCommand)arg;
sys/dev/hptmv/entry.c
2750
PCommand pCmd = AllocateCommand(_VBUS_P0);
sys/dev/hptmv/entry.c
2861
fOsCommandDone(_VBUS_ARG PCommand pCmd)
sys/dev/hptmv/ioctl.c
617
R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical)
sys/dev/hptmv/ioctl.c
63
static void HPTLIBAPI thread_io_done(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/ioctl.c
64
static int HPTLIBAPI R1ControlSgl(_VBUS_ARG PCommand pCmd,
sys/dev/hptmv/ioctl.c
681
thread_io_done(_VBUS_ARG PCommand pCmd)
sys/dev/hptmv/ioctl.c
691
PCommand pCmd;
sys/dev/hptmv/osbsd.h
181
PCommand pCommandBlocks;
sys/dev/hptmv/raid5n.h
118
PCommand cache_wait_list;
sys/dev/hptmv/vdevice.h
111
extern void (* HPTLIBAPI pfnSendCommand[])(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/vdevice.h
114
void HPTLIBAPI fDeviceSendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/hptmv/vdevice.h
137
PCommand pFreeCommands;
sys/dev/hptmv/vdevice.h
56
PCommand LockWaitList;
sys/dev/hptmv/vdevice.h
68
void (* HPTLIBAPI pfnSendCommand)(_VBUS_ARG PCommand pCmd); /* call this to send a command to a VDevice */