/titanic_41/usr/src/cmd/svc/startd/ |
H A D | dict.c | 55 dictionary_t *dictionary; variable 79 (void) pthread_mutex_lock(&dictionary->dict_lock); in dict_lookup_byname() 80 if ((entry = uu_list_find(dictionary->dict_list, &tmp, NULL, in dict_lookup_byname() 86 (void) pthread_mutex_unlock(&dictionary->dict_lock); in dict_lookup_byname() 108 (void) pthread_mutex_lock(&dictionary->dict_lock); in dict_insert() 110 if ((entry = uu_list_find(dictionary->dict_list, &tmp, NULL, in dict_insert() 112 (void) pthread_mutex_unlock(&dictionary->dict_lock); in dict_insert() 118 entry->de_id = dictionary->dict_new_id++; in dict_insert() 124 uu_list_insert(dictionary->dict_list, entry, idx); in dict_insert() 125 (void) pthread_mutex_unlock(&dictionary->dict_lock); in dict_insert() [all …]
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 613 dictionary = NULL; in db_dictionary() 792 dictionary = NULL; in inittemp() 794 if ((status = f.transfer(&dictionary)) < 0) { in inittemp() 797 dictionary = new db_dict_desc; in inittemp() 798 if (dictionary == NULL) { in inittemp() 805 dictionary->tables.tables_len = in inittemp() 806 curdict.dictionary->tables.tables_len; in inittemp() 808 (unsigned int) dictionary->tables.tables_len, in inittemp() 816 dictionary->tables.tables_val = newtab; in inittemp() 817 dictionary->count = 0; in inittemp() [all …]
|
H A D | db_dictionary_c.x | 105 db_dict_desc *dictionary; /* Old incarnation */ member 116 % db_dict_desc_p dictionary;
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/ |
H A D | software-diagnosis.conf | 35 dictionary SMF 36 dictionary SUNOS
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) in errormsg() argument 38 errorv(dictionary, level, ap); in errormsg()
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | NOMAXKEY.dict | 28 # NOMAXKEY diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictionary
|
H A D | NOVERS.dict | 28 # NOVERS diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictionary
|
H A D | BADVERS.dict | 28 # BADVERS diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictionary
|
H A D | BADMAXKEY.dict | 28 # BADMAXKEY diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictionary
|
H A D | BADNAME.dict | 28 # BADNAME diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictname used 32 # in the dictionary header below.
|
H A D | NONAME.dict | 28 # NONAME diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests the error path where the dictname used
|
H A D | MALFORMED.dict | 28 # MALFORMED diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests how well we handle malformed entries.
|
H A D | SAMPLE1.dict | 28 # SAMPLE1 diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests code type 1.
|
H A D | README | 30 These are sample DIAGCODE dictionary files, used only when the 34 uses to tell it what tests to run against each dictionary. These
|
H A D | SAMPLE0.dict | 28 # SAMPLE0 diagcode dictionary -- used by "make test" target only 30 # this sample dictionary tests code type 0, the smallest type,
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cpumem-diagnosis.conf | 32 dictionary SUN4V
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/ |
H A D | USII-io-diagnosis.conf | 29 dictionary SUN4U
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | generic-mem.conf | 45 dictionary SUN4V
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.conf | 58 dictionary SUNOS
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | disk-monitor.conf | 30 dictionary DISK
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs-diagnosis.conf | 33 dictionary ZFS
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cpumem-diagnosis.conf | 67 dictionary SUN4U
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | quick.test | 42 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | sp.esc | 26 #pragma dictionary "SUN4V"
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 802 const Bytef *dictionary, uInt dictLength)); 935 const Bytef *dictionary, uInt dictLength));
|