Searched defs:bundle (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java94 // Server bundle. Set the parent.
98 private ResourceBundle bundle = null; field in class:slpd.ServerBundle
121 bundle =
129 bundle = bundle != null ?
130 bundle :
141 ret = bundle.getObject(key);
153 return bundle.getKeys();
228 ResourceBundle bundle =
232 bundle));
609 errorExit(ResourceBundle bundle, ServiceLocationException ex) argument
[all...]
H A DSLPConfig.java1580 System.err.println("Missing resource bundle ``"+
1594 System.err.println("Missing resource bundle ``"+
1621 ResourceBundle bundle = getMessageBundle(getLocale());
1622 return formatMessageInternal(msgTag, params, bundle);
1646 ResourceBundle bundle) {
1650 pattern = bundle.getString(msgTag);
1659 pattern = bundle.getString("cant_find_resource");
1644 formatMessageInternal(String msgTag, Object[] params, ResourceBundle bundle) argument
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c48 * CTFS routines for the /system/contract/<type>/bundle vnode.
101 * process bundle queue listeners by definition may view all events
119 * process bundle queues and contract queues because
351 ctfs_bunode_t *bundle; local
354 bundle = vp->v_data;
355 bundle->ctfs_bu_queue =
364 * Creates and returns a bunode for a /system/contract/<type>/bundle
371 ctfs_bunode_t *bundle; local
374 bundle = vp->v_data;
375 bundle
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c75 CFBundleRef bundle; member in struct:plugin_file_handle
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
212 if (!err && !sym && (h->bundle != NULL)) {
223 sym = CFBundleGetFunctionPointerForName (h->bundle, cfsymname);
225 sym = CFBundleGetDataPointerForName (h->bundle, cfsymname);
273 * CFRelease will unload the bundle if the internal refcount goes to zero. */
274 if (h->bundle != NULL) { CFRelease (h->bundle); }
349 #define FILEEXTS { "", ".bundle", "
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h155 typedef struct bundle { struct
H A Dsvccfg_xml.c693 * as an ASTRING and let the bundle apply code validate
755 * Store the property type as invalid, and let the bundle apply
2866 * be specifed in the service bundle DTD. This function verifies that
3403 * to bundle.
3409 lxml_get_service(bundle_t *bundle, xmlNodePtr svc, svccfg_op_t op) argument
3445 bundle->sc_bundle_type == SVCCFG_MANIFEST) {
3496 bundle->sc_bundle_type, op) != 0)
3559 return (internal_attach_service(bundle, s));
3586 lxml_get_bundle(bundle_t *bundle, bundle_type_t bundle_type, argument
3594 * 1. Get bundle attribute
3667 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1030 * the bundle is values followed by key to accommodate the
1673 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1986 * to reuse the underlying storage. And note that "bundle" is an
1992 bundle = (dt_ahashent_t ***)sorted;
2000 * We have a bundle boundary. Everything from start to
2001 * (i - 1) belongs in one bundle.
2047 bundle[nbundles++] = nbundle;
2054 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
2075 assert(bundle[i][ndx] != NULL);
2076 data[j + 1] = &bundle[
[all...]

Completed in 63 milliseconds