Searched refs:results (Results 51 - 75 of 133) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c66 ns_ldap_result_t *results; member in struct:__anon4609
716 (void) __ns_ldap_freeResult(&p->results);
787 * next netgroup when results from previous netgroup are
791 if (p->results == NULL) {
820 p->results = result;
830 * to search and no more p->results
837 * If no more results to process, and since
845 "to process, p->results: 0x%x",
846 p->results);
848 if (p->results
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x148 typedef rp__list *rpcblist_ptr; /* results of RPCBPROC_DUMP */
217 opaque results<>; /* result */
229 % } results;
230 % xdrproc_t xdr_res; /* decodes results */
454 % * Remote calls results
458 % uint32_t resultslen; /* results length */
459 % caddr_t results_ptr; /* results */
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Ddriver_wifi.c313 * Once the scan results are ready, the driver should report scan
314 * results event for wpa_supplicant which will eventually request the
315 * results with wpa_driver_get_scan_results().
338 * get_scan_results - fetch the latest scan results
340 * @results: pointer to buffer for scan results
345 * If scan results include more than @max_size BSSes, @max_size will be
351 dladm_wlan_ess_t *results, uint32_t max_size)
358 if (dladm_wlan_wpa_get_sr(handle, linkid, results, max_size, &ret)
350 wpa_driver_wifi_get_scan_results(dladm_handle_t handle, datalink_id_t linkid, dladm_wlan_ess_t *results, uint32_t max_size) argument
H A Dwpa_supplicant.c380 dladm_wlan_ess_t *results, int num, struct wpa_ssid **selected_ssid)
388 wpa_printf(MSG_DEBUG, "Selecting BSS from scan results (%d)", num);
395 bss = &results[i];
448 dladm_wlan_ess_t results[MAX_SCANRESULTS]; local
453 (void) memset(results, 0, sizeof (dladm_wlan_ess_t) * MAX_SCANRESULTS);
455 results, MAX_SCANRESULTS);
456 wpa_printf(MSG_DEBUG, "Scan results: %d", num);
466 wpa_s->conf->ssid, results, num, &ssid);
379 wpa_supplicant_select_bss(struct wpa_supplicant *wpa_s, struct wpa_ssid *group, dladm_wlan_ess_t *results, int num, struct wpa_ssid **selected_ssid) argument
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME36 that usually results in a 20% improvement in throughput. If you have problems
37 set ENCODING to 0 and recompile dpost. That results in a default version of dpost
208 produce acceptable results on write-white engines, like the ones used in
278 pixel, which gives the good results on 300dpi write-black engines, but one
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm51 my %results;
65 $results{$key} = $value;
67 return \%results unless wantarray;
68 return %results;
89 my %results;
107 $results{$key} ||= $self->new(-name=>$key,-value=>\@values);
109 return \%results unless wantarray;
110 return %results;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c657 char **results, **locales, *result = NULL; local
664 if ((results = g11n_langtag_set_locale_set_intersect(clnt_langtags,
668 if (*results != NULL)
669 result = xstrdup(*results);
671 xfree_split_list(results);
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c650 LDAPMessage *results = NULL; local
677 attribs, 0, &results);
686 (void) ldap_msgfree(results);
691 for (entry = ldap_first_entry(p->ad, results), *dn = NULL;
699 (void) ldap_msgfree(results);
715 (void) ldap_msgfree(results);
745 (void) ldap_msgfree(results);
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwsdiff.py44 # stdout. If a results file is specified via -r, the list of differing objects,
46 # the results file.
54 # Think about the results. Was something flagged that you don't expect? Go look
55 # at the results file to see details about the differences.
60 # Usage: wsdiff [-vVt] [-r results ] [-i filelist ] old new
66 # -v Do not truncate observed diffs in results
69 # -r Log results and observed differences
84 # log_lock the results file (log_difference())
189 # Do the actual logging of the difference to the results file
326 print >> sys.stderr, """Usage: wsdiff [-dvVst] [-r results ] [
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm28 operators to return results more consistent with other tools.
H A DBenchmark.t261 my $results;
266 $results = timethese(-0.1, $code_to_test, 'none');
270 is(ref ($results), 'HASH', "timethese should return a hashref");
271 isa_ok($results->{Foo}, 'Benchmark', "Foo value");
272 isa_ok($results->{Bar}, 'Benchmark', "Bar value");
273 eq_set([keys %$results], [qw(Foo Bar)], 'should be exactly two objects');
404 # Not giving auto should suppress timethese results.
469 my $chart = cmpthese( $results ) ;
483 my $chart = cmpthese( $results, 'none' ) ;
545 "cleared 10, only cached results fo
[all...]
H A DFileCache.pm64 a pipe, the command at the far end of the pipe will be reexecuted - the results
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt132 Partial results may also be returned for these errors.
143 Upon return of partial results, these parameters will also be
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l264 " %s constant %s results in integer"
345 xyerror(D_INT_OFLOW, "constant %s results in "
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java68 // Maximum results desired for multicast.
97 * @return Vector of SrvLocMsg objects with results.
121 // based discovery will find the first result, not all results,
167 // results came back.
212 * @param maxResults Maximum results expected.
215 * If results cannot be obtained in the timeout interval
503 * If results cannot be obtained in the timeout interval
911 Vector results = new Vector();
916 results,
948 // Process the results
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java571 * results sets for the LocalityObjective calculate method.
611 * Stores the results of caclulated locality quotients for a PSET.
660 * The results HashMap stores resultsTuple objects for each LGroup.
664 * The calcResults() method populates the results HashMap.
671 private Map<LocalityGroup, ResultTuple> results field in class:PSETData
681 return results;
738 * Calulate results for all locality groups for this pset.
748 Set allgroups = (Set) results.keySet();
755 ResultTuple rst = (ResultTuple) results.get(lgroup);
777 results
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_hsp.c94 * dlist_t *devices, dlist_t **results)
100 * OUTPUT: results - pointer to a list result devconfig_t, if the HSP
124 dlist_t **results)
153 *results = dlist_append(item, *results, AT_TAIL);
120 layout_hsp( devconfig_t *request, devconfig_t *hsprequest, dlist_t *devices, dlist_t **results) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm191 The results can be passed to L</catpath()> to get back a path equivalent to
233 garbage results part of the time.
263 garbage results part of the time.
/opensolaris-onvv-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1179 void *results; local
1390 results = kevp;
1432 results = kevp32;
1496 kmem_free(results, eventsz * nmax);
1525 if (copyout(results, uevp, nevents * eventsz))
1528 kmem_free(results, eventsz * nmax);
/opensolaris-onvv-gate/usr/src/cmd/ctstat/
H A Dctstat.c700 * string str and store the results in the array starting at results.
703 walk_args(const char *str, int (*fp)(const char *), int *results) argument
719 *(results++) = fp(token);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL109 results, call B<podchecker> with one single argument only.
/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprstat.c227 vmusage_t *results, *next; local
236 * Determine what swap/rss results to calculate. getvmusage() will
237 * prune results returned to non-global zones automatically, so
284 results = (vmusage_t *)Malloc(sizeof (vmusage_t) * nres);
286 ret = getvmusage(flags, opts.o_interval, results, &nres);
290 results = (vmusage_t *)Realloc(results,
298 free(results);
304 next = results;
341 free(results);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME41 terminfo.src) with tic, placing the results in /usr/lib/terminfo.

Completed in 222 milliseconds

123456