Lines Matching refs:S_OK
1545 return (ha->status != S_OK ? 0:1); in gdth_internal_cmd()
3024 ha->status = S_OK; in __gdth_interrupt()
3038 ha->status = S_OK; in __gdth_interrupt()
3053 ha->status = S_OK; in __gdth_interrupt()
3067 ha->status = S_OK; in __gdth_interrupt()
3086 ha->status = S_OK; in __gdth_interrupt()
3323 if (ha->status == S_OK) { in gdth_sync_event()
3324 cmndinfo->status = S_OK; in gdth_sync_event()
4322 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist()
4374 hdr_cnt = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4394 if (status != S_OK) { in ioc_rescan()
4408 if (status != S_OK) in ioc_rescan()
4425 ha->hdr[i].devtype = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4439 ((status == S_OK && !shared_access) ? (u16)info : 0); in ioc_rescan()
4453 ha->hdr[i].rw_attribs = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4599 res.status = (rval == SUCCESS ? S_OK : S_GENERR); in gdth_ioctl()