Searched defs:targets (Results 1 - 4 of 4) 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/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/grub/grub-0.97/netboot/
H A Dundi.h194 uint8_t targets[ 640 / FIRING_SQUAD_TARGET_SIZE ]; member in struct:firing_squad_lineup

Completed in 64 milliseconds