Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 53) sorted by last modified time

123

/illumos-gate/usr/src/uts/common/sys/
H A DMakefile59 scsi/targets/ssddef.h \
1191 $(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
H A DMakefile.syshdrs123 scsi/targets/%.check: scsi/targets/%.h
223 $(ROOTDIR)/scsi/targets \
293 ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
433 $(ROOTDIR)/scsi/targets/%: scsi/targets/%
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules565 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/av1394/%.c
569 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
573 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
1112 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/targets/%.c
1172 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
/illumos-gate/usr/src/uts/
H A DREADME71 9] To provide support for the incidental Makefile targets many developers
104 directories to perform the actual build. Some targets (or
105 pseudo-targets) may be directly built at this level (such
112 Contains common targets for all possible architectures.
131 The files provide build rules (targets) which allow make to function
149 work only). This Makefile is known to NSE, but its targets are
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1309 dir path=usr/include/sys/scsi/targets
1310 file path=usr/include/sys/scsi/targets/sddef.h
1311 file path=usr/include/sys/scsi/targets/ses.h
1312 file path=usr/include/sys/scsi/targets/sesio.h
1313 file path=usr/include/sys/scsi/targets/sgendef.h
1314 file path=usr/include/sys/scsi/targets/smp.h
1315 file path=usr/include/sys/scsi/targets/stdef.h
/illumos-gate/usr/src/uts/intel/sys/
H A DMakefile107 $(SCSIDIR)/impl $(SCSIDIR)/targets
/illumos-gate/usr/src/pkg/
H A DREADME.pkg53 Alternatively, in usr/src/pkg/Makefile there are make targets for:
125 extensions, as build targets. This will cause processing or
/illumos-gate/usr/src/data/zoneinfo/
H A Dupdate_manifest49 typeset -A targets
60 targets[$tgt]=1
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1453 6516212 usr/src/cmd/sgs/libelf warlock targets should be fixed or abandoned
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME73 The Makefile in this directory supports the following targets:
/illumos-gate/usr/src/uts/intel/st/
H A DMakefile40 CONF_SRCDIR = $(UTSBASE)/intel/io/scsi/targets
/illumos-gate/usr/src/uts/intel/smp/
H A DMakefile43 CONF_SRCDIR = $(UTSBASE)/common/io/scsi/targets
/illumos-gate/usr/src/uts/intel/ses/
H A DMakefile45 CONF_SRCDIR = $(UTSBASE)/intel/io/scsi/targets
/illumos-gate/usr/src/uts/intel/sgen/
H A DMakefile43 CONF_SRCDIR = $(UTSBASE)/common/io/scsi/targets
/illumos-gate/usr/src/uts/intel/sd/
H A DMakefile40 CONF_SRCDIR = $(UTSBASE)/intel/io/scsi/targets
59 INC_PATH += -I$(UTSBASE)/intel/io/scsi/targets
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c1740 if (pwp->targets) { in pmcs_soft_reset()
1742 pmcs_xscsi_t *xp = pwp->targets[i]; in pmcs_soft_reset()
7183 if (!pwp->targets || !pwp->max_dev) { in pmcs_iport_has_targets()
7189 xp = pwp->targets[i]; in pmcs_iport_has_targets()
H A Dpmcs_attach.c938 pwp->targets = (pmcs_xscsi_t **) in pmcs_attach()
1582 if (pwp->targets) { in pmcs_unattach()
1583 kmem_free(pwp->targets, in pmcs_unattach()
2831 xp = pwp->targets[vtgt]; in pmcs_remove_device()
H A Dpmcs_sata.c565 xp = pwp->targets[target]; in pmcs_sata_work()
/illumos-gate/usr/src/lib/libexacct/demo/
H A DREADME52 The Makefile in this directory supports the following targets:
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles44 for building any ISA-independent targets, such as installing header
46 targets to ISA-specific Makefiles.
93 rules for building ISA-independent targets, but should defer the
94 building of all other targets to ISA-specific Makefiles. The
95 ISA-independent targets usually consist of:
112 Of course, other targets (such as `cstyle') are fine as well, as long as
207 When using any of these targets, keep in mind that other macros, like
243 4. Having the aforementioned targets depend on SUBDIRS:
289 for 64-bit targets).
309 4. A list of targets.
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog603 - Rename Makefile.in targets allstatic to static and allshared to shared
604 - Fix static and shared Makefile.in targets to be independent
1042 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
1140 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
H A DREADME56 Notes for some targets:
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.targ.6454 # include common library targets
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c724 if (targets == NULL) { in display_targets()
725 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP); in display_targets()
728 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) { in display_targets()
729 NOREAD(targets, m.targets); in display_targets()
1163 if (targets == NULL) { in display_waitqs()
1164 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP); in display_waitqs()
1167 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) { in display_waitqs()
1168 NOREAD(targets, m.targets); in display_waitqs()
2393 targets = mdb_alloc(sizeof (targets) * ss.max_dev, UM_SLEEP); in targets_walk_i()
2396 if (MDB_RD(targets, sizeof (targets) * ss.max_dev, ss.targets) == -1) { in targets_walk_i()
[all …]
/illumos-gate/usr/src/
H A DMakefile.psm.targ25 # Makefile.psm.targ, global targets for platform specific modules
28 # Installation targets and rules:

123