OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:urc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
icp.c
924
struct icp_rawcmd *rc, *
urc
;
local in function:icp_ucmd
927
urc
= &ucmd->command.cmd_packet.rc;
929
rc->rc_direction = htole32(
urc
->rc_direction);
931
rc->rc_sdlen = htole32(
urc
->rc_sdlen);
932
rc->rc_clen = htole32(
urc
->rc_clen);
933
memcpy(rc->rc_cdb,
urc
->rc_cdb, sizeof(rc->rc_cdb));
934
rc->rc_target =
urc
->rc_target;
935
rc->rc_lun =
urc
->rc_lun;
936
rc->rc_bus =
urc
->rc_bus;
937
rc->rc_sense_len = htole32(
urc
->rc_sense_len)
[
all
...]
icp.c
924
struct icp_rawcmd *rc, *
urc
;
local in function:icp_ucmd
927
urc
= &ucmd->command.cmd_packet.rc;
929
rc->rc_direction = htole32(
urc
->rc_direction);
931
rc->rc_sdlen = htole32(
urc
->rc_sdlen);
932
rc->rc_clen = htole32(
urc
->rc_clen);
933
memcpy(rc->rc_cdb,
urc
->rc_cdb, sizeof(rc->rc_cdb));
934
rc->rc_target =
urc
->rc_target;
935
rc->rc_lun =
urc
->rc_lun;
936
rc->rc_bus =
urc
->rc_bus;
937
rc->rc_sense_len = htole32(
urc
->rc_sense_len)
[
all
...]
Completed in 57 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025