Lines Matching defs:flags
199 scsi_rdwr(dir, fd, blkno, secnt, bufaddr, flags, xfercntp)
205 int flags;
259 rc = uscsi_cmd(fd, &ucmd, flags);
467 if ((list->list != NULL) && ((list->flags & LIST_PGLIST) == 0)) {
1698 list->flags &= ~LIST_PGLIST;
1716 list->flags |= LIST_PGLIST;
1733 list->flags |= LIST_PGLIST;
1983 uscsi_cmd(fd, ucmd, flags)
1986 int flags;
1995 * Set function flags for driver.
1998 if (flags & F_SILENT) {
2001 if (flags & F_RQENABLE) {
2177 if (flags & F_ALLERRS) {
2180 if (!(flags & F_SILENT) || option_msg) {
2183 if ((rq->es_key != KEY_RECOVERABLE_ERROR) || (flags & F_ALLERRS)) {