Searched defs:dict_entry (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dr.c121 DAT_DICTIONARY_ENTRY dict_entry; local
133 dict_entry = NULL;
134 status = dat_dictionary_entry_create(&dict_entry);
142 dict_entry,
155 if (NULL != dict_entry) {
156 (void) dat_dictionary_entry_destroy(dict_entry);
173 DAT_DICTIONARY_ENTRY dict_entry; local
192 dict_entry = NULL;
194 &dict_entry,
208 if (NULL != dict_entry) {
[all...]
H A Ddat_sr.c135 DAT_DICTIONARY_ENTRY dict_entry; local
171 dict_entry = NULL;
172 status = dat_dictionary_entry_create(&dict_entry);
180 dict_entry,
199 if (NULL != dict_entry) {
200 (void) dat_dictionary_entry_destroy(dict_entry);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h219 typedef struct dict_entry { struct

Completed in 61 milliseconds