Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 76) sorted by relevance

1234

/titanic_41/usr/src/cmd/svc/startd/
H A Ddict.c55 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 Ddb_dictionary.cc613 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 Ddb_dictionary_c.x105 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 Dsoftware-diagnosis.conf35 dictionary SMF
36 dictionary SUNOS
/titanic_41/usr/src/lib/libast/common/misc/
H A Derrormsg.c33 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 DNOMAXKEY.dict28 # NOMAXKEY diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests the error path where the dictionary
H A DNOVERS.dict28 # NOVERS diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests the error path where the dictionary
H A DBADVERS.dict28 # BADVERS diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests the error path where the dictionary
H A DBADMAXKEY.dict28 # BADMAXKEY diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests the error path where the dictionary
H A DBADNAME.dict28 # 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 DNONAME.dict28 # NONAME diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests the error path where the dictname used
H A DMALFORMED.dict28 # MALFORMED diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests how well we handle malformed entries.
H A DSAMPLE1.dict28 # SAMPLE1 diagcode dictionary -- used by "make test" target only
30 # this sample dictionary tests code type 1.
H A DREADME30 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 DSAMPLE0.dict28 # 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 Dcpumem-diagnosis.conf32 dictionary SUN4V
/titanic_41/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A DUSII-io-diagnosis.conf29 dictionary SUN4U
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgeneric-mem.conf45 dictionary SUN4V
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.conf58 dictionary SUNOS
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddisk-monitor.conf30 dictionary DISK
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs-diagnosis.conf33 dictionary ZFS
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcpumem-diagnosis.conf67 dictionary SUN4U
/titanic_41/usr/src/lib/libsqlite/test/
H A Dquick.test42 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dsp.esc26 #pragma dictionary "SUN4V"
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h802 const Bytef *dictionary, uInt dictLength));
935 const Bytef *dictionary, uInt dictLength));

1234