OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScsiCmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/pmax/ibus/
siivar.h
10
typedef struct
ScsiCmd
{
20
}
ScsiCmd
;
31
u_char *cmd; /* current pointer within
scsicmd
->cmd */
33
char *buf; /* current pointer within
scsicmd
->buf */
53
ScsiCmd
sc_cmd_fake[SII_NCMD]; /* XXX - hack!!! */
59
ScsiCmd
*sc_cmd[SII_NCMD]; /* active command indexed by ID */
sii.c
229
* Build a
ScsiCmd
for this command and start it.
364
ScsiCmd
*
scsicmd
;
local in function:sii_StartCmd
374
scsicmd
= sc->sc_cmd[target];
382
state->cmd =
scsicmd
->cmd;
383
state->cmdlen =
scsicmd
->cmdlen;
384
if ((state->buflen =
scsicmd
->buflen) == 0) {
388
state->buf =
scsicmd
->buf;
395
target,
scsicmd
->cmd[0],
scsicmd
->buf, scsicmd->buflen
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025