OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCB_PRIVATE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
dptvar.h
44
#define
CCB_PRIVATE
0x04 /* ours; don't talk to scsipi when done */
dpt.c
314
if ((ccb->ccb_flg &
CCB_PRIVATE
) == 0)
689
* used. The CCB must be marked with
CCB_PRIVATE
, otherwise it'll will get
698
if ((ccb->ccb_flg &
CCB_PRIVATE
) == 0)
699
panic("dpt_ccb_poll: called for non-
CCB_PRIVATE
request");
723
* see how the operation went. CCBs marked
CCB_PRIVATE
are not passed here
1015
ccb->ccb_flg |=
CCB_PRIVATE
;
1068
ccb->ccb_flg |=
CCB_PRIVATE
;
1290
ccb->ccb_flg |=
CCB_PRIVATE
| CCB_WAIT;
Completed in 2459 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025