Lines Matching refs:S_OK
1552 return (ha->status != S_OK ? 0:1); in gdth_internal_cmd()
3033 ha->status = S_OK; in __gdth_interrupt()
3047 ha->status = S_OK; in __gdth_interrupt()
3062 ha->status = S_OK; in __gdth_interrupt()
3076 ha->status = S_OK; in __gdth_interrupt()
3095 ha->status = S_OK; in __gdth_interrupt()
3332 if (ha->status == S_OK) { in gdth_sync_event()
3333 cmndinfo->status = S_OK; in gdth_sync_event()
4332 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist()
4384 hdr_cnt = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4404 if (status != S_OK) { in ioc_rescan()
4418 if (status != S_OK) in ioc_rescan()
4435 ha->hdr[i].devtype = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4449 ((status == S_OK && !shared_access) ? (u16)info : 0); in ioc_rescan()
4463 ha->hdr[i].rw_attribs = (status == S_OK ? (u16)info : 0); in ioc_rescan()
4609 res.status = (rval == SUCCESS ? S_OK : S_GENERR); in gdth_ioctl()