Home
last modified time | relevance | path

Searched refs:dict_new_id (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svc/startd/
H A Ddict.c118 entry->de_id = dictionary->dict_new_id++; in dict_insert()
141 dictionary->dict_new_id = 0; in dict_init()
H A Dstartd.h215 int dict_new_id; member
H A Dgraph.c652 size_t sz = dictionary->dict_new_id / 8 + 1; in graph_walk()