Lines Matching refs:S_OK
1544 return (ha->status != S_OK ? 0:1); in gdth_internal_cmd()
3025 ha->status = S_OK; in __gdth_interrupt()
3039 ha->status = S_OK; in __gdth_interrupt()
3054 ha->status = S_OK; in __gdth_interrupt()
3068 ha->status = S_OK; in __gdth_interrupt()
3087 ha->status = S_OK; in __gdth_interrupt()
3324 if (ha->status == S_OK) { in gdth_sync_event()
3325 cmndinfo->status = S_OK; in gdth_sync_event()
4324 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist()
4376 hdr_cnt = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4396 if (status != S_OK) { in ioc_rescan()
4410 if (status != S_OK) in ioc_rescan()
4427 ha->hdr[i].devtype = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4441 ((status == S_OK && !shared_access) ? (u16)info : 0); in ioc_rescan()
4455 ha->hdr[i].rw_attribs = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4601 res.status = (rval == SUCCESS ? S_OK : S_GENERR); in gdth_ioctl()