Searched defs:results (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c623 hp_node_t results = NULL; local
669 if (hp_set_state(node, 0, new_state, &results) != 0) {
683 rv = hp_set_state(node, hpflags, new_state, &results);
690 if (results) {
691 pci_rcm_info_table(results, errstring);
692 hp_fini(results);
711 } else if (hp_set_state(node, 0, new_state, &results) != 0) {
723 rv = hp_set_state(node, hpflags, new_state, &results);
730 if (results) {
731 pci_rcm_info_table(results, errstrin
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c233 vmusage_t *results, *next; local
242 * Determine what swap/rss results to calculate. getvmusage() will
243 * prune results returned to non-global zones automatically, so
290 results = (vmusage_t *)Malloc(sizeof (vmusage_t) * nres);
292 ret = getvmusage(flags, opts.o_interval, results, &nres);
296 results = (vmusage_t *)Realloc(results,
304 free(results);
310 next = results;
347 free(results);
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c266 char *end, **results; local
273 rc = sqlite_get_table(db, detect_version_sql, &results,
280 sqlite_free_table(results);
288 sqlite_free_table(results);
291 curr_version = strtol(results[1], &end, 10);
292 sqlite_free_table(results);
724 * This routine is called by callbacks that process the results of
1037 /* Caller will call finalize after using the results */
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c109 * cycle, we will consider the results (successful or unsuccessful)
477 ad_subnet_t *results; local
524 if ((results = calloc(n + 1, sizeof (ad_subnet_t))) == NULL) {
545 (void) snprintf(results[i].subnet, sizeof (ad_subnet_t),
552 return (results);
724 LDAPMessage *results = NULL; local
756 rc = ldap_search_s(*ld, base_dn, scope, filter, attrs, 0, &results);
760 for (entry = ldap_first_entry(*ld, results);
779 (void) ldap_msgfree(results);
805 if (results !
[all...]
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1269 const char *results[] = local
1276 "Result %s", results[result]);
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c340 aio_results results; variable
797 mkfstime = 0; /* reproducible results */
1526 srand48(12962); /* reproducible results */
2513 * Variables used to store intermediate results as a part of
2522 * Variables used to store intermediate results as a part of
2629 * results in a substantial performance improvement in mkfs.
2634 * done to calculate the results as we step through the
3070 transp->next = results.trans;
3071 results.trans = transp;
3091 if (results
[all...]

Completed in 97 milliseconds

12