Home
last modified time | relevance | path

Searched refs:vntsd_que_walk (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/vntsd/
H A Dvntsdvcc.c114 (void) vntsd_que_walk(consp->clientpq, in cleanup_cons()
168 groupp = vntsd_que_walk(vntsdp->grouppq, in vntsd_delete_cons()
186 consp = vntsd_que_walk(groupp->conspq, in vntsd_delete_cons()
248 (void) vntsd_que_walk(groupp->no_cons_clientpq, in vntsd_clean_group()
418 (void) vntsd_que_walk(groupp->conspq, in alloc_cons_with_group()
729 groupp = vntsd_que_walk(vntsdp->grouppq, in vntsd_get_config()
H A Dqueue.c183 vntsd_que_walk(vntsd_que_t *que_hd, el_func_t el_func) in vntsd_que_walk() function
H A Dlisten.c103 (void) vntsd_que_walk(groupp->conspq, in listen_chk_status()
H A Dvntsd.h439 void *vntsd_que_walk(vntsd_que_t *que_hd, el_func_t el_func);
H A Dconsole.c579 if (vntsd_que_walk(groupp->conspq, (el_func_t)is_client_que_empty) == in client_fini()
581 (void) vntsd_que_walk(groupp->conspq, in client_fini()
H A Dvntsd.c208 (void) vntsd_que_walk(vntsdp->tmoq, (el_func_t)chk_timeout); in vntsd_alarm_sig_handler()