/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_hc_opl.c | 80 nvlist_t *pairs[HC_MAXPAIRS]; in cmd_fmri_hc_set() local 98 if (nvlist_alloc(&pairs[i], NV_UNIQUE_NAME, 0) != 0) { in cmd_fmri_hc_set() 103 err |= nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name); in cmd_fmri_hc_set() 104 err |= nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr); in cmd_fmri_hc_set() 110 err |= nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs); in cmd_fmri_hc_set() 117 nvlist_free(pairs[j]); in cmd_fmri_hc_set()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrboot.c | 134 int pairs; in sndrboot_lintmain() local 179 pairs = read_libcfg(flag); in sndrboot_lintmain() 182 if (pairs) { in sndrboot_lintmain() 184 " set IDs"), pairs); in sndrboot_lintmain() 187 "IDs"), pairs); in sndrboot_lintmain() 193 if (pairs == 0) { in sndrboot_lintmain() 202 while (pairs--) { in sndrboot_lintmain() 217 pair_list[pairs].ffile, NSC_MAXPATH); in sndrboot_lintmain() 219 pair_list[pairs].tfile, NSC_MAXPATH); in sndrboot_lintmain() 221 pair_list[pairs].fbitmap, NSC_MAXPATH); in sndrboot_lintmain() [all …]
|
H A D | sndradm.c | 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].ffile, 2711 (void) strncpy(tofile, pair_list[pairs].tfile, 2713 (void) strncpy(frombitmap, pair_list[pairs].fbitmap, [all …]
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mandoc.c | 437 int quoted, pairs, white; in mandoc_getarg() local 447 pairs = 0; in mandoc_getarg() 455 if (pairs) in mandoc_getarg() 456 cp[-pairs] = cp[0]; in mandoc_getarg() 468 pairs++; in mandoc_getarg() 488 pairs++; in mandoc_getarg() 503 if (pairs) in mandoc_getarg() 504 cp[-pairs] = '\0'; in mandoc_getarg()
|
H A D | mdoc_argv.c | 450 int pairs; in args() local 556 pairs = 0; in args() 559 if (pairs) in args() 560 buf[*pos - pairs] = buf[*pos]; in args() 567 pairs++; in args() 570 if (pairs) in args() 571 buf[*pos - pairs] = '\0'; in args()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 778 nvlist_t *pairs[MAX_PAIRS]; in smb_get_bb_fmri() local 789 pairs[n] = NULL; in smb_get_bb_fmri() 813 pairs[i] = fm_nvlist_create(NULL); in smb_get_bb_fmri() 814 if (pairs[i] == NULL) { in smb_get_bb_fmri() 819 if ((nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, in smb_get_bb_fmri() 821 (nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr)) != 0) { in smb_get_bb_fmri() 822 fm_nvlist_destroy(pairs[i], FM_NVA_FREE); in smb_get_bb_fmri() 831 pairs[i] = fm_nvlist_create(NULL); in smb_get_bb_fmri() 832 if (pairs[i] == NULL) { in smb_get_bb_fmri() 834 if (pairs[n] != NULL) in smb_get_bb_fmri() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fm.c | 900 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_set() local 917 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_set() 918 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 || in fm_fmri_hc_set() 919 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) { in fm_fmri_hc_set() 926 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0) in fm_fmri_hc_set() 930 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN); in fm_fmri_hc_set() 1291 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_create() local 1323 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_create() 1324 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, hcname) != 0 || in fm_fmri_hc_create() 1325 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, hcid) != 0) { in fm_fmri_hc_create() [all …]
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiboot.c | 137 int pairs; in iiboot_lintmain() local 167 pairs = read_resume_cfg(); in iiboot_lintmain() 169 pairs = -1; in iiboot_lintmain() 171 if (pairs == 0) { in iiboot_lintmain() 235 for (i = 0; i < pairs; i++) { in iiboot_lintmain() 244 if (i != pairs) in iiboot_lintmain() 253 for (i = 0; i < pairs; i++) { in iiboot_lintmain()
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | widths-2.txt | 2 # This file is a list of pairs of ranges of Unicode values. Characters
|
H A D | widths-0.txt | 2 # This file is a list of pairs of ranges of Unicode values. Characters
|
/titanic_41/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 418 ! 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
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 1150 TagInstPair *pairs; member 1161 if (tags_equal((hist->pairs)[s].tag, tag)) { in update_tag_inst_hist() 1163 hist->pairs[s].inst++; in update_tag_inst_hist() 1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data; in update_tag_inst_hist() 1174 (hist->pairs)[(hist->numStored)].inst = 0; in update_tag_inst_hist() 1185 if (tags_equal((hist->pairs)[j].tag, tag)) { in get_tag_inst_from_hist() 1186 *instance = (hist->pairs)[j].inst; in get_tag_inst_from_hist() 1210 hist.pairs = (TagInstPair *)alloca(sizeof (TagInstPair) * num_tags); in find_unknown_element() 1211 if (hist.pairs == NULL) { in find_unknown_element() 1288 hist.pairs = (TagInstPair *)alloca(sizeof (TagInstPair) * num_posible); in find_known_element() [all …]
|
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | llib-lprint | 84 ns_kvp_t **attributes; /* key/value pairs. */ 95 /* functions to manipulate key/value pairs */
|
/titanic_41/usr/src/test/libc-tests/cfg/ |
H A D | README | 35 must be supplied in pairs and the list is terminated with a NULL, like this: 77 position based parsing instead of name value pairs. These files are
|
/titanic_41/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.alt.in | 43 ALT_USAGE:libsocket_strong_symbols:libsocket.so weak/strong pairs:libsocket.so.1:_socket|_connect|_…
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 714 pairs = [] 721 pairs.append((self.ws.parenttip(c, outnodes), head)) 722 return pairs
|
/titanic_41/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.h | 142 LibHalStoragePolicyIconPair *pairs) LIBHAL_DEPRECATED;
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | wanboot.conf.sample | 100 # point to a file that contains name value pairs to be used at
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 214 ** name pairs. 0 and negative (-1) are special values. 452 ** pairs. 0 and negative shouldn't occur,
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | psvcobj.conf | 52 * ... (more association pairs) 56 * Lists association pairs for each association type to show relationships
|
/titanic_41/usr/src/cmd/cmd-inet/etc/dhcp/ |
H A D | inittab | 180 # a potentially infinite number of pairs of IP addresses. (See
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | gcpu.esc | 78 * Ereports for Compound error codes. These are in pairs "foo" and "foo_uc"
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 60 # By uncommenting the following parameter-value pairs, all managed
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | README | 52 The purpose of this program is to compare pairs of directory 102 be syncrhonized. The "base pairs" to be managed
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | DESIGN | 56 as symbolic constants that refer to the name-pairs
|