Searched defs:target (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/rabbitmq/
H A Dtest.py33 target = sys.argv[1] variable
34 tdir = os.path.dirname(target)
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c448 * where realm is the target realm for lookup
485 * where realm is the target realm for the name-value pair
662 * where target is the target realm for the capath
663 * where inter is the intermediate realm between the source and target
664 * realms. If the source and target share x-realm keys then this set to "."
665 * Note: for the remove function, all associated source, target, and
674 char *source = NULL, *dummy_val = NULL, *target = NULL; local
700 code2 = profile_iterator(&state2, &target,
702 if (code2 == 0 && target !
825 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
[all...]
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py1162 target = oslo_messaging.Target(topic=topic, version='1.0')
1163 self.client = n_rpc.get_client(target)
1217 target = oslo_messaging.Target(version=RPC_API_VERSION) variable in class:IPsecDriver

Completed in 190 milliseconds