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
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()
197 t = slp_next_uc_target(args->targets)) { in slp_call()
211 (mc_scopes = slp_get_mc_scopes(args->targets))) in slp_call()
218 slp_destroy_target_list(args->targets); in slp_call()
236 slp_target_list_t *targets) { in check_message_fit() argument
[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.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/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/data/zoneinfo/
H A Dupdate_manifest49 typeset -A targets
60 targets[$tgt]=1
/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/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/intel/sgen/
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/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