OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ackp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mpt_netbsd.c
1501
MSG_EVENT_ACK *
ackp
;
local in function:mpt_event_notify_reply
1510
ackp
= (MSG_EVENT_ACK *) req->req_vbuf;
1511
memset(
ackp
, 0, sizeof(*
ackp
));
1512
ackp
->Function = MPI_FUNCTION_EVENT_ACK;
1513
ackp
->Event = msg->Event;
1514
ackp
->EventContext = msg->EventContext;
1515
ackp
->MsgContext = htole32(req->index | 0x80000000);
mpt_netbsd.c
1501
MSG_EVENT_ACK *
ackp
;
local in function:mpt_event_notify_reply
1510
ackp
= (MSG_EVENT_ACK *) req->req_vbuf;
1511
memset(
ackp
, 0, sizeof(*
ackp
));
1512
ackp
->Function = MPI_FUNCTION_EVENT_ACK;
1513
ackp
->Event = msg->Event;
1514
ackp
->EventContext = msg->EventContext;
1515
ackp
->MsgContext = htole32(req->index | 0x80000000);
Completed in 23 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025