Searched defs:targets (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/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.c115 * Unicasts a message using TCP. 'target' is a targets list
211 /* walk targets list until we either succeed or run out of targets */
464 slp_target_t *ctarg, *targets; local
483 targets = rqst->target;
495 if (free_target) slp_free_target(targets);
501 /* walk targets list until we either succeed or run out of targets */
502 for (ctarg = targets;
566 slp_free_target(targets);
[all...]
/illumos-gate/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
/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);
757 * Searches the running list for any targets which can start processing.
947 * set_conditionals(cnt, targets)
949 * Sets the conditional macros for the targets given in the array of
950 * targets. The old macro values are returned in an array of
957 * cnt Number of targets
958 * targets Array of targets
961 set_conditionals(int cnt, Name *targets) argument
990 reset_conditionals(int cnt, Name *targets, Property *locals) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c625 * removed regardless of the number of targets associated with it.
1006 * Free the allocated memory for targets in the given info
1035 smb_tracef("# targets\t%X", info->i_ntargets);
1610 * target list (targets). If there is a match its index is
1614 dfs_target_find(dfs_target_t *targets, uint32_t ntargets, argument
1620 for (i = 0, t = targets; i < ntargets; i++, t++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c64 static pmcs_xscsi_t **targets = NULL; variable
723 if (targets == NULL) {
724 targets = mdb_alloc(sizeof (targets) * max_dev, UM_SLEEP);
727 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) {
728 NOREAD(targets, m.targets);
741 if (targets[id
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c819 /* Walk targets printing all session info */
827 /* Walk deleting targets printing all session info */
1731 * If filter bits are set to only print targets or only initiators
1757 * If targets(-T) and/or initiators (-I) are specifically requested,
1827 * If targets are specifically requested show the
1870 * If targets are specifically requested show the
3177 int portals = 0, esi = 0, targets = 0, verbose = 0, servers = 0; local
3190 't', MDB_OPT_SETBITS, TRUE, &targets,
3196 if ((esi + portals + targets + servers) > 1) {
3201 if ((esi | portals | targets | server
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h664 * targets = array of pointers to xscsi structures
667 pmcs_xscsi_t **targets; member in struct:pmcs_hw

Completed in 100 milliseconds