Home
last modified time | relevance | path

Searched refs:snext (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libeti/form/common/
H A Dchg_field.c81 snext(FIELD *f) in snext() function
86 f = f->snext; in snext()
128 f = snext(f); in right()
154 f = snext(f); in up()
167 f = snext(f); in down()
175 f = snext(f); in down()
214 return (_set_current_field(f, snext(C(f)))); in _snext_field()
226 return (_set_current_field(f, snext(slast(f)))); in _sfirst_field()
H A Dform.c91 p = p->snext; in insert()
98 f->snext = p; in insert()
100 f->snext->sprev = f; in insert()
101 f->sprev->snext = f; in insert()
106 newhead = f->sprev = f->snext = f; /* initialize new list */ in insert()
H A Dutility.c577 p = p -> snext; in _set_form_page()
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_q_mem.h79 struct cpqary3_command_private *snext; /* to maintain Submitted Q & */ member
H A Dcpqary3_mem.c149 ptr->snext = (cpqary3_cmdpvt_t *)NULL; in cpqary3_meminit()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c485 mem_seg_map_t *sm, *snext; in mem_mdesc_fini() local
506 for (sm = mem->mem_seg; sm != NULL; sm = snext) { in mem_mdesc_fini()
507 snext = sm->sm_next; in mem_mdesc_fini()
/titanic_41/usr/src/lib/libeti/form/inc/
H A Dform.h94 struct fieldnode * snext; /* sorted order pointer */ member