OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOCStatus
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
mpt_mpilib.h
676
U16
IOCStatus
;
694
/* Common
IOCStatus
values for all replies */
708
/* Config
IOCStatus
values */
782
/*
IOCStatus
flag to indicate that log info is available */
1068
U16
IOCStatus
; /* 0Eh */
2282
U16
IOCStatus
; /* 0Eh */
2371
U16
IOCStatus
; /* 0Eh */
2412
U16
IOCStatus
; /* 0Eh */
2454
U16
IOCStatus
; /* 0Eh */
2497
U16
IOCStatus
; /* 0Eh *
[
all
...]
mpt.c
492
if ((hdr->
IOCStatus
& MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
495
return (MPT_FAIL | hdr->
IOCStatus
);
605
if ((reply->
IOCStatus
& MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
607
reply->
IOCStatus
);
662
if ((reply->
IOCStatus
& MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
664
reply->
IOCStatus
);
768
if ((reply->
IOCStatus
& MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
770
le16toh(reply->
IOCStatus
));
1321
MPT_2_HOST16(rp,
IOCStatus
);
1352
MPT_2_HOST16(pfp,
IOCStatus
);
[
all
...]
mpt_debug.c
331
printf("\tIOC Status %s\n", mpt_ioc_status(le16toh(msg->
IOCStatus
)));
mpt_netbsd.c
668
switch (le16toh(mpt_reply->
IOCStatus
) & MPI_IOCSTATUS_MASK) {
780
le16toh(mpt_reply->
IOCStatus
));
801
if (mpt_reply != NULL && le16toh(mpt_reply->
IOCStatus
) &
Completed in 43 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025