targ 482 arch/i386/i386/i686_mem.c struct mem_range_desc *targ; targ 507 arch/i386/i386/i686_mem.c if ((targ = mem_range_match(sc, mrd)) == NULL) targ 509 arch/i386/i386/i686_mem.c if (targ->mr_flags & MDF_FIXACTIVE) targ 511 arch/i386/i386/i686_mem.c if (targ->mr_flags & MDF_BUSY) targ 513 arch/i386/i386/i686_mem.c targ->mr_flags &= ~MDF_ACTIVE; targ 514 arch/i386/i386/i686_mem.c targ->mr_owner[0] = 0; targ 42 arch/i386/include/vm86.h #define SETFLAGS(targ, new, newmask) (targ) = ((targ) & ~(newmask)) | ((new) & (newmask)) targ 246 dev/i2o/iopsp.c u_int tid, nent, i, targ, lun, size, s, rv, bptid; targ 301 dev/i2o/iopsp.c targ = letoh32(param.sdi.identifier); targ 304 dev/i2o/iopsp.c if (targ >= sc->sc_link.adapter_buswidth || targ 307 dev/i2o/iopsp.c sc->sc_dv.dv_xname, targ, lun, tid); targ 317 dev/i2o/iopsp.c it = &sc->sc_targetmap[targ]; targ 330 dev/i2o/iopsp.c targ, tid, it->it_width); targ 342 dev/i2o/iopsp.c IOPSP_TIDMAP(sc->sc_tidmap, targ, lun) != targ 346 dev/i2o/iopsp.c targ, lun, tid, targ 349 dev/i2o/iopsp.c IOPSP_TIDMAP(tidmap, targ, lun) = IOPSP_TID_INUSE; targ 351 dev/i2o/iopsp.c IOPSP_TIDMAP(tidmap, targ, lun) = (u_short)tid; targ 6703 dev/ic/aic79xx.c int targ; targ 6718 dev/ic/aic79xx.c for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { targ 6725 dev/ic/aic79xx.c targ, &tstate); targ 6732 dev/ic/aic79xx.c target_mask = 0x01 << targ; targ 6762 dev/ic/aic79xx.c targ, CAM_LUN_WILDCARD, targ 6780 dev/ic/aic79xx.c int targ; targ 6797 dev/ic/aic79xx.c for (targ = 0; targ < max_targ; targ++) { targ 6805 dev/ic/aic79xx.c targ, &tstate); targ 6814 dev/ic/aic79xx.c target_mask = 0x01 << targ; targ 6818 dev/ic/aic79xx.c if (sc->device_flags[targ] & CFDISC) { targ 6826 dev/ic/aic79xx.c sc->device_flags[targ] &= ~CFPACKETIZED; targ 6830 dev/ic/aic79xx.c user_tinfo->period = (sc->device_flags[targ] & CFXFER); targ 6844 dev/ic/aic79xx.c if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { targ 6853 dev/ic/aic79xx.c if ((sc->device_flags[targ] & CFQAS) != 0) targ 6856 dev/ic/aic79xx.c if ((sc->device_flags[targ] & CFWIDEB) != 0) targ 6862 dev/ic/aic79xx.c printf("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width, targ 6876 dev/ic/aic79xx.c targ, CAM_LUN_WILDCARD, targ 7115 dev/ic/aic79xx.c int targ = SCB_GET_TARGET(ahd, scb); targ 7122 dev/ic/aic79xx.c match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); targ 5071 dev/ic/aic7xxx.c int targ, slun, match; targ 5076 dev/ic/aic7xxx.c targ = SCB_GET_TARGET(ahc, scb); targ 5082 dev/ic/aic7xxx.c match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); targ 1020 dev/isa/wds.c printf(": version %x.%02x ", scb->cmd.targ, scb->cmd.scb.opcode); targ 1021 dev/isa/wds.c sc->sc_revision = (scb->cmd.targ << 8) | scb->cmd.scb.opcode; targ 1023 dev/isa/wds.c j = 2 + &(scb->cmd.targ); targ 1100 dev/isa/wds.c scb->cmd.targ = (xs->sc_link->target << 5) | xs->sc_link->lun; targ 1328 dev/isa/wds.c scb->sense.targ = scb->cmd.targ; targ 56 dev/isa/wdsreg.h u_int8_t targ; targ 201 dev/raidframe/rf_copyback.c if (rf_extract_ids(badDisk->devname, &bus, &targ, &lun)) { targ 211 dev/raidframe/rf_copyback.c retcode = rf_SCSI_DoTUR(tur_op, bus, targ, lun, badDisk->dev);