OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
8200
struct ccb_immed_notify *
inot
;
local in function:ahd_send_lstate_events
8208
inot
= (struct ccb_immed_notify *)ccbh;
8215
inot
->message_args[0] = event->event_type;
8216
inot
->message_args[1] = event->event_arg;
8219
inot
->initiator_id = event->initiator_id;
8220
inot
->sense_len = 0;
8221
xpt_done((union ccb *)
inot
);
aic7xxx.c
6218
struct ccb_immed_notify *
inot
;
local in function:ahc_send_lstate_events
6226
inot
= (struct ccb_immed_notify *)ccbh;
6233
inot
->message_args[0] = event->event_type;
6234
inot
->message_args[1] = event->event_arg;
6237
inot
->initiator_id = event->initiator_id;
6238
inot
->sense_len = 0;
6239
xpt_done((union ccb *)
inot
);
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025