Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c41 slp_target_list_t *targets; member
52 slp_target_list_t *targets; in slp_ua_common() local
62 if ((err = slp_new_target_list(hp, scopes, &targets)) != SLP_OK) in slp_ua_common()
64 if ((err = check_message_fit(hp, targets)) != SLP_OK) { in slp_ua_common()
65 slp_destroy_target_list(targets); in slp_ua_common()
80 args->targets = targets; in slp_ua_common()
181 if (uc_scopes = slp_get_uc_scopes(args->targets)) { in slp_call()
196 for (t = slp_next_uc_target(args->targets); t != NULL; in slp_call()
197 t = slp_next_uc_target(args->targets)) { in slp_call()
211 (mc_scopes = slp_get_mc_scopes(args->targets))) in slp_call()
[all …]
H A Dslp_net.c465 slp_target_t *ctarg, *targets; in tcp_thread() local
484 targets = rqst->target; in tcp_thread()
496 if (free_target) slp_free_target(targets); in tcp_thread()
503 for (ctarg = targets; ctarg && !hp->cancel; in tcp_thread()
566 slp_free_target(targets); in tcp_thread()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DMakefile11 targets := help macro
12 targets += html
13 targets += man
20 $(targets): conf.py Makefile
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c65 static pmcs_xscsi_t **targets = NULL; variable
724 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()
742 if (targets[idx] == NULL) { in display_targets()
746 if (MDB_RD(&xs, sizeof (xs), targets[idx]) == -1) { in display_targets()
747 NOREAD(pmcs_xscsi_t, targets[idx]); in display_targets()
1163 if (targets == NULL) { in display_waitqs()
1164 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP); in display_waitqs()
[all …]
/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/test/zfs-tests/tests/functional/inuse/
H A Dinuse_008_pos.ksh62 typeset targets=$1
64 for t in $targets; do
H A Dinuse_005_pos.ksh59 typeset targets=$1
61 for t in $targets; do
H A Dinuse_006_pos.ksh63 typeset targets=$1
65 for t in $targets; do
H A Dinuse_009_pos.ksh62 typeset targets=$1
64 for t in $targets; do
H A Dinuse_007_pos.ksh66 typeset targets=$1
68 for t in $targets; do
/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
115 The ROOTHDRS and CHECKHDRS targets are provided in lib/Makefile.lib to make
117 these targets, your Makefile must set the HDRS to the list of your library's
128 to bind the provided targets to the standard `install_h' and `check' rules.
207 When using any of these targets, keep in mind that other macros, like
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dupdate_manifest49 typeset -A targets
60 targets[$tgt]=1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_001_neg.ksh60 typeset targets="$target1 $target2 $NONEXISTPOOLNAME/$TESTFS"
102 for fs in $targets; do
/illumos-gate/usr/src/uts/common/sys/
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/intel/ses/
H A DMakefile45 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/
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/uts/intel/sgen/
H A DMakefile43 CONF_SRCDIR = $(UTSBASE)/common/io/scsi/targets
/illumos-gate/usr/src/uts/intel/st/
H A DMakefile40 CONF_SRCDIR = $(UTSBASE)/intel/io/scsi/targets
/illumos-gate/usr/src/
H A DMakefile.psm.targ25 # Makefile.psm.targ, global targets for platform specific modules
28 # Installation targets and rules:
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc93 static void reset_conditionals(int cnt, Name *targets, Property *locals);
95 static Property *set_conditionals(int cnt, Name *targets);
961 set_conditionals(int cnt, Name *targets) in set_conditionals() argument
967 for (lp = locals, tp = targets; in set_conditionals()
990 reset_conditionals(int cnt, Name *targets, Property *locals) in reset_conditionals() argument
995 for (tp = targets + (cnt - 1), lp = locals + (cnt - 1); in reset_conditionals()
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME12 "unix-tests" targets (SHA 682b4299a9fd3023211e9db09f8e258d0ffd07e6).
/illumos-gate/usr/src/cmd/smbsrv/
H A DMakefile.smbsrv.targ28 # Common targets for all smbsrv commands
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK63 1) Common code used for all targets
75 target-specific section types that can occur only for some targets
79 a common core to support all the targets it knows about in a way that
85 It is possible to add support for new targets to libld.so. The process
149 2) Code that needs to support multiple targets must never
183 single link. Code for the other targets is present, but is not
214 not found in other targets. A common example of this might be
/illumos-gate/usr/src/uts/intel/sys/
H A DMakefile107 $(SCSIDIR)/impl $(SCSIDIR)/targets

123