Searched defs:next_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc53 int next_type; /* linear or chained */ member in struct:db_next_info
118 store->next_type = LINEAR;
134 store->next_type = CHAINED;
141 extract_next_desc(db_next_desc* desc, int *next_type, argument
147 *next_type = 0;
150 *next_type = ((db_next_info*) desc->db_next_desc_val)->next_type;
151 switch (*next_type) {
162 *next_type = 0; // invalid type
179 int next_type; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c131 static Namval_t* next_type(Namval_t*, Dt_t*, Namfun_t*);
143 next_type,
572 static Namval_t *next_type(register Namval_t* np, Dt_t *root,Namfun_t *fp) function

Completed in 51 milliseconds