Searched refs:pairs (Results 1 - 25 of 64) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_hc_opl.c80 nvlist_t *pairs[HC_MAXPAIRS]; local
98 if (nvlist_alloc(&pairs[i], NV_UNIQUE_NAME, 0) != 0) {
103 err |= nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name);
104 err |= nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr);
110 err |= nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs);
117 nvlist_free(pairs[j]);
/opensolaris-onvv-gate/usr/src/uts/intel/os/
H A Dfmsmb.c787 nvlist_t *pairs[MAX_PAIRS]; local
798 pairs[n] = NULL;
822 pairs[i] = fm_nvlist_create(NULL);
823 if (pairs[i] == NULL) {
828 if ((nvlist_add_string(pairs[i], FM_FMRI_HC_NAME,
830 (nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr)) != 0) {
831 fm_nvlist_destroy(pairs[i], FM_NVA_FREE);
840 pairs[i] = fm_nvlist_create(NULL);
841 if (pairs[i] == NULL) {
843 if (pairs[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c134 int pairs; local
179 pairs = read_libcfg(flag);
182 if (pairs) {
184 " set IDs"), pairs);
187 "IDs"), pairs);
193 if (pairs == 0) {
202 while (pairs--) {
217 pair_list[pairs].ffile, NSC_MAXPATH);
219 pair_list[pairs].tfile, NSC_MAXPATH);
221 pair_list[pairs]
[all...]
H A Dsndradm.c82 * rdc_islocal is only pertinent while creating the pairs array.
83 * after all the pairs are set, its value is useless, retaining
1728 int pairs; local
2273 pairs = read_libcfg(flag, group_arg, ctag_arg);
2274 if (pairs == 0) {
2694 pairs = 1;
2696 pairs = read_config(flag, config_file, group_arg, ctag_arg);
2697 if (pairs == 0) {
2706 while (pairs--) {
2709 (void) strncpy(fromfile, pair_list[pairs]
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dfm.c901 nvlist_t *pairs[HC_MAXPAIRS]; local
918 pairs[i] = fm_nvlist_create(nva);
919 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 ||
920 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) {
927 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0)
931 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN);
1294 nvlist_t *pairs[HC_MAXPAIRS]; local
1305 * copy the bboard nvpairs to the pairs array
1326 pairs[i] = fm_nvlist_create(nva);
1327 if (nvlist_add_string(pairs[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in43 ALT_USAGE:libsocket_strong_symbols:libsocket.so weak/strong pairs:libsocket.so.1:_socket|_connect|_recv|_setsockopt|_getsockopt|_getsockname|_getpeername|_bind|_accept|_send|_socketpair|_shutdown|_sendto|_sendmsg|_recvmsg|_recvfrom|_listen|_setpeername|_socketpair_bsd|_socket_bsd:
/opensolaris-onvv-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c137 int pairs; local
167 pairs = read_resume_cfg();
169 pairs = -1;
171 if (pairs == 0) {
235 for (i = 0; i < pairs; i++) {
244 if (i != pairs)
253 for (i = 0; i < pairs; i++) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm194 list of key=value pairs. This is used by the installperl script to
204 filename followed by the key=value pairs from the hash. Reading back the
218 each key is a hash containing the key=value pairs following the filename in the
H A DMksymlists.pm224 It takes one argument, a list of key-value pairs, in which the following
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm92 optionally takes arguments, these arguments are in key-value pairs.
94 In addition to the key-value pairs accepted by L<IO::Socket>,
H A DINET.pm302 optionally takes arguments, these arguments are in key-value pairs.
304 In addition to the key-value pairs accepted by L<IO::Socket>,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm119 It B<does not> support I<surrogate pairs>. When a surrogate pair
126 UTF-16 is almost the same as UCS-2 but it supports I<surrogate pairs>.
134 Since it is 32-bit, there is no need for I<surrogate pairs>.
192 To say the least, surrogate pairs were the biggest mistake of the
203 Surrogate pairs were born when the Unicode Consortium finally
/opensolaris-onvv-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1150 TagInstPair *pairs; member in struct:tag_inst_hist_t
1161 if (tags_equal((hist->pairs)[s].tag, tag)) {
1163 hist->pairs[s].inst++;
1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data;
1174 (hist->pairs)[(hist->numStored)].inst = 0;
1185 if (tags_equal((hist->pairs)[j].tag, tag)) {
1186 *instance = (hist->pairs)[j].inst;
1210 hist.pairs = (TagInstPair *)alloca(sizeof (TagInstPair) * num_tags);
1211 if (hist.pairs == NULL) {
1288 hist.pairs
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DFile.pod48 C<$mode> are optional and are passed as C<(name => value)> pairs. The only
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s418 ! followed by register address/value pairs -- the text and data are
442 ! 3) address/id pairs for non-local Panther EMU Activity Status
451 ! 4) address/value pairs for the Memory Address Decoder
455 ! 5) address/value pairs for any 64 bit register accessible
461 ! 6) address/value pairs for any 32 bit register accessible
465 ! This list typically contains address/value pairs for
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/
H A DREADME128 element pointer pairs so that it is quick to find an element by ID.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm183 or a list of I<name>-I<value> pairs.
H A DSemaphore.pm258 or a list of I<name>-I<value> pairs.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm54 my(@pairs) = split("[;,] ?",$raw_cookie);
55 foreach (@pairs) {
91 my(@pairs) = split("; ?",$raw_cookie);
92 foreach (@pairs) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm165 # VMS only, key/value pairs come on STDIN
176 Key/value pairs are extra information about the module. Fields include:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm23 pairs, not size in hard memory). I<These values will not change for the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t474 unicore/xyzzy_alias.pl did not return a \(valid\) list of alias pairs at
H A Dfields.pm298 fields::phash() also accepts a list of key-value pairs that will
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm579 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
658 in hash like fashion, using key and value pairs. Possible options are:
684 in hash like fashion, using key and value pairs. Possible options are:
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf52 * ... (more association pairs)
56 * Lists association pairs for each association type to show relationships

Completed in 226 milliseconds

123