Searched refs:targets (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c43 slp_target_list_t *targets; member in struct:thr_call_args
54 slp_target_list_t *targets; local
63 /* select targets */
64 if ((err = slp_new_target_list(hp, scopes, &targets)) != SLP_OK)
66 if ((err = check_message_fit(hp, targets)) != SLP_OK) {
67 slp_destroy_target_list(targets);
82 args->targets = targets;
181 if (uc_scopes = slp_get_uc_scopes(args->targets)) {
197 t = slp_next_uc_target(args->targets);
237 check_message_fit(slp_handle_impl_t *hp, slp_target_list_t *targets) argument
[all...]
H A Dslp_net.c112 * Unicasts a message using TCP. 'target' is a targets list
208 /* walk targets list until we either succeed or run out of targets */
461 slp_target_t *ctarg, *targets; local
480 targets = rqst->target;
492 if (free_target) slp_free_target(targets);
498 /* walk targets list until we either succeed or run out of targets */
499 for (ctarg = targets;
563 slp_free_target(targets);
[all...]
/osnet-11/usr/src/lib/storage/common/
H A Dl_common.h49 #include <sys/scsi/targets/sesio.h>
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.h194 uint8_t targets[ 640 / FIRING_SQUAD_TARGET_SIZE ]; member in struct:firing_squad_lineup
H A Dundi.c156 lineup->targets[index] = ( shoot << bit ) |
157 ( lineup->targets[index] & ~( 1 << bit ) );
170 lineup->targets[FIRING_SQUAD_TARGET_INDEX(target)] );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc193 # convert hex/binary targets to decimal
H A Dbigintpm.inc184 # convert hex/binary targets to decimal
H A Dmbimbf.inc809 # convert hex/binary targets to decimal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm727 Defines the targets distclean, distcheck, skipcheck, manifest, veryclean.
775 Puts the targets necessary for 'make dist' together into one make
1041 Defines targets for bootstrap files.
2593 Defines targets to make and to install EXE_FILES.
3027 On VMS used to insure that colons marking targets are preceded by
3448 Defines targets to run *.PL files.
3783 Defines targets to process subdirectories.
3800 # The default clean, realclean and test targets in this Makefile
3812 Defines the test targets.
4005 Defines the targets al
[all...]
H A DMM_Any.pm321 Defines targets and routines to translate the pods into manpages and
411 Returns a make fragment containing any targets which have special
H A DMakeMaker.pm842 print STDOUT "Warning (non-fatal): Target 'dynamic' depends on targets ",
845 print STDOUT "Warning (non-fatal): Target 'dynamic' depends on targets ",
851 "targets in skipped section 'dynamic_bs'\n"
855 print STDOUT "Warning (non-fatal): Target 'static' depends on targets ",
1019 Other interesting targets in the generated Makefile are
1171 by creating appropriate targets in the Makefile whenever an extension
2255 targets. Most of the support comes from the ExtUtils::Manifest module,
2336 Customization of the dist targets can be done by specifying a hash
2384 "usual" build targets. To do so, use
H A DMM_MacOS.pm883 Defines targets to run *.PL files.
H A DManifest.pm685 L<ExtUtils::MakeMaker> which has handy targets for most of the functionality.
H A DMM_VMS.pm1998 Insure that colons marking targets are preceded by space, in order
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c27 #include <sys/scsi/targets/sesio.h>
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1132 """Returns a list of firmware targets that this BootLoader must
1135 targets = self.getprop(BootLoader.PROP_BOOT_TARGS)
1136 if (targets and not isinstance(targets, basestring)
1137 and len(targets) > 0):
1138 return targets
1352 # to work on all targets
2590 # microconfigs are needed even on BIOS targets, since the resulting
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c988 * removed regardless of the number of targets associated with it.
1240 * Free the allocated memory for targets in the given info
1296 smb_tracef("# targets\t%X", info->i_ntargets);
1713 * target list (targets). If there is a match its index is
1717 dfs_target_find(dfs_target_t *targets, uint32_t ntargets, argument
1723 for (i = 0, t = targets; i < ntargets; i++, t++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1956 at run-time. The compiler calculates the targets at compile-time.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm631 directives in as targets of C<> and implicit links (empty
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm7198 use for targets. See the HTML C<< <frame> >> documentation for details.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1253 % PDF uses PostScript string constants for the names of xref targets,

Completed in 125 milliseconds