HomeSort by relevance Sort by last modified time
    Searched refs:components (Results 1 - 25 of 50) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_query.cc 41 components = new db_qcomp[size];
43 if (components == NULL) {
46 "db_query::db_query: cannot allocate space for components",
52 &(components[i].which_index))) {
58 components[i].index_value = new
61 if (components[i].index_value == NULL) {
87 /* components of query to be returned */
88 components = new db_qcomp[num_components];
91 if (components == NULL) {
93 "db_query::db_query: cannot allocate space for components",
    [all...]
db_query_c.x 36 %/* db_query is the structure that contains the components of a query.
60 db_qcomp components<>;
71 % db_qcomp* components;
73 %/* Accessor: returns number of components */
77 % db_qcomp* queryloc() { return components; }
81 % db_query() { num_components = 0; components = NULL; }
97 % /* destructor (frees all components) */
103 %/* Print all components of this query to stdout. */
ldap_scheme.c 50 for (i = 0; i < q->components.components_len; i++) {
51 int index = q->components.components_val[i].which_index;
59 q->components.components_val[i].which_index =
70 * columns, space for a nis_attr array with at least q->components->
106 for (i = 0, na = 0; i < q->components.components_len; i++) {
109 if (q->components.components_val[i].which_index >=
114 q->components.components_val[i].which_index,
128 a[na].zattr_val.zattr_val_val = q->components.
130 a[na].zattr_val.zattr_val_len = q->components.
ldap_nisdbquery.c 109 buildQuery(int num_components, db_qcomp *components) {
116 q->components.components_len = num_components;
117 q->components.components_val = components;
124 * the number of db_qcomp's to allocate (in the 'components.components_val'
125 * array), if 'components.components_len' hasn't yet reached its expected
141 if (old->components.components_len > numComps)
142 numComps = old->components.components_len;
144 new->components.components_val = am(myself,
145 sizeof (new->components.components_val[0])
    [all...]
ldap_nisdbquery.h 46 db_query *buildQuery(int num_components, db_qcomp *components);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ProportionalLayout.java 35 * horizontally or vertically to components in proportion to a weight assigned
36 * to each component. All components receive the same dimension along the
49 private Hashtable components; field in class:ProportionalLayout
65 components = new Hashtable();
76 components.put(component, weight);
80 Integer weight = (Integer)components.get(component);
82 components.remove(component);
132 * (float)((Integer)components.get(c)).intValue()
138 * (float)((Integer)components.get(c)).intValue()
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
Resource.java 102 * Transfer the specified resource components from the donor to this
106 * @param components A list of resource components to be donated.
108 * resource components.
110 public void transfer(Resource donor, List components)
114 donor.getResource(), getResource(), components) !=
120 * Get a list of components which match the supplied selection
121 * criteria in values. Only components which are controlled by
126 * @return a list of components which match the supplied criteria
130 List components; local
    [all...]
Configuration.java 513 * Get a list of components which match the supplied selection criteria
518 * @return a list of components which match the supplied criteria
522 List components; local
524 if ((components = PoolInternal.pool_query_components(getConf(),
532 ArrayList aList = new ArrayList(components.size());
533 for (int i = 0; i < components.size(); i++) {
540 ((Long)components.get(i)).longValue(), "type",
551 ((Long)components.get(i)).longValue(),
564 aList.add(new Component(this, ((Long)components.
582 List components; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/pri/
io_dev_label.c 52 mde_cookie_t *components, md_rootnode; local
77 components = (mde_cookie_t *)malloc(node_count *
79 if (components == NULL) {
87 md_find_name(mdp, "fwd"), components);
96 if (md_get_prop_str(mdp, components[i], "type", &type) ==
98 if (md_get_prop_data(mdp, components[i], "type",
107 * Isolate components of type "io".
119 if (md_get_prop_str(mdp, components[i], "nac", &nac) == -1) {
127 if (md_get_prop_str(mdp, components[i], "path", &pri_path) ==
143 * components are delimited with '/' and '@' characters
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
parse.c 48 * Conventions: / is used to separate components. If @ is present in the
79 int components = 0; local
96 * Pass 1. Find out how many components there are to the name,
97 * and get string sizes for the first FCOMPNUM components. For
150 components = i + 1;
159 principal->data = (krb5_data *)MALLOC(sizeof(krb5_data) * components);
164 principal->length = components;
205 if (components >= FCOMPNUM) {
231 if (i + 1 != components) {
237 ASSERT(i + 1 == components);
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
sun4vpi.c 128 mde_cookie_t *components; local
155 * Find the top of the components graph in the PRI using the machine
159 MD_STR_COMPONENTS, MD_STR_FWD, &components, &csize);
160 if (num_components < 0 || components == NULL) {
163 topo_mod_dprintf(mod, "could not find components in PRI\n");
169 * There should be a single components node. But scan all of the
173 * We continue to walk components nodes until they are all exhausted
178 topo_mod_dprintf(mod, "enumerating %d components hierarchies\n",
191 skip = pi_skip_node(mod, pi.mdp, components[idx]);
194 * We have found a components node. Find the top
    [all...]
  /onnv/onnv-gate/usr/src/common/
README 35 *each* of the derived components to ensure they all work.
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/
README 32 by the various eversholt components. The esc directory contains
  /onnv/onnv-gate/usr/src/lib/krb5/kdb/
kdb_convert.c 164 kdbe_data_t *components; local
181 p->k_components.k_components_val = components
189 memset(components, 0, princ->length * sizeof(kdbe_data_t));
191 components[i].k_data.utf8str_t_val = NULL;
193 components[i].k_magic = princ->data[i].magic;
194 if (data_to_utf8str(&components[i].k_data,
198 free(components[j].k_data.utf8str_t_val);
199 components[j].k_data.utf8str_t_val = NULL;
201 free(components);
246 kdbe_data_t *components; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_devconfig.h 161 dlist_t *components; member in struct:devconfig
278 * @param components
281 extern void devconfig_set_components(devconfig_t *device, dlist_t *components);
725 * Set the minimum number of components in stripe
731 * the value to set as the minimum number of components
744 * Get minimum number of components in stripe
750 * RETURN: minimum number of components in stripe
762 * Set the maximum number of components in stripe
768 * the value to set as the maximum number of components
781 * Get maximum number of components in strip
    [all...]
volume_devconfig.c 120 /* Free the components */
121 if (devconfig->components != NULL) {
122 dlist_free_items(devconfig->components, free_devconfig);
301 * @param components
307 dlist_t *components)
309 device->components = components;
324 return (device->components);
1052 * Set the minimum number of components in stripe
1058 * the value to set as the minimum number of components
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdns_sd/
README 31 The following components are integrated from the Apple Bonjour
65 service discovery components.
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/
local_cache.h 37 char **components; member in struct:LocalCacheEntry
local_cache.cc 106 distance = __name_distance(target, scan->components);
249 entry->components = __break_name(binding->dobj.do_name, &entry->levels);
256 entry->components == NULL ||
269 if (entry->components)
270 __free_break_name(entry->components, entry->levels);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
GBLayout.java 71 that aligns components vertically and horizontally,
72 without requiring that the components be the same size.
81 How a GBLayout places a set of components
83 as well as the preferred size of the components' container.
87 you must customize one or more of its components' GBConstraints.
162 all the components clump together in the center of
169 The following figure shows ten components(all buttons)
175 All the components have fill = GBConstraints.BOTH.
176 In addition, the components have the following non-default constraints:
493 * are set on the child components
775 Component components[] = parent.getComponents(); local
1597 Component components[] = parent.getComponents(); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
writemain.SH 39 : Remove any .a suffixes and any leading path components
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
README 44 . sys/mac_client_priv.h: APIs for GLDv3 components only (dld,
  /onnv/onnv-gate/usr/src/lib/libhotplug/common/
libhotplug.c 446 char components[MAXPATHLEN]; local
458 (void) memset(components, 0, MAXPATHLEN);
465 /* Trace back to the root node, accumulating components */
468 (void) strlcat(components, "/", MAXPATHLEN);
469 (void) strlcat(components, parent->hp_name, MAXPATHLEN);
483 * node, then append the accumulated components in reverse order.
491 for (i = strlen(components) - 1; i >= 0; i--) {
492 if (components[i] == '/') {
493 (void) strlcat(path, &components[i], MAXPATHLEN);
494 components[i] = '\0'
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
global.h 90 extern int dispcomponents; /* file path components to display */
232 char *pathcomponents(char *path, int components);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Unix.pm 333 $base filename. Otherwise all path components are assumed to be
369 # Now, remove all leading components that are the same
410 the $base filename. Otherwise all path components are assumed to be

Completed in 5540 milliseconds

1 2