HomeSort by: relevance | last modified time | path
    Searched refs:ADW_TRUE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
adwlib.c 932 if (AdwResetCCB(sc) != ADW_TRUE) {
1825 * ADW_TRUE(1) - All requests are purged and SCSI Bus is reset.
1840 if (status != ADW_TRUE) {
1857 if (status != ADW_TRUE) {
1871 * ADW_TRUE(1) - Chip re-initialization and SCSI Bus Reset successful.
1924 status = (AdwInitDriver(sc) == 0)? ADW_TRUE : ADW_FALSE;
1956 * 'idle_cmd_done' field is set to ADW_TRUE.
1965 * ADW_TRUE(1) - interrupt was pending
2105 return ADW_TRUE;
2119 * ADW_TRUE - command completed successfull
    [all...]
adwlib.h 617 #define ADW_TRUE 1
987 * Evaluate to ADW_TRUE if a Condor chip is found the specified port
994 ADW_CHIP_ID_WORD)) ? ADW_TRUE : ADW_FALSE)
1013 * ADW_TRUE(1) - Queue was successfully aborted.
1026 * ADW_TRUE(1) - All requests on the target are purged.

Completed in 158 milliseconds